/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15.10.2019, 14:29:57
    Author     : dstorchak
*/

body {
    min-height: 7.5rem;
    padding-top: 4.5rem;
    overflow-x: hidden;
}
.toolbar-contrast .col-sm{
    padding: 0px
}
.size-100{
    font-size: 100%;
}
.size-150{
    font-size: 150%;
}
.size-200{
    font-size: 200%;
}
.toolbar-contrast .dropdown-menu {

}
.btn-back{

}
.label-contrast{
    font-size: 120%;
    padding-left: 10px;
    padding-right: 10px;
}
.font-i-100{
    font-size: 90%;
}
.font-i-150{
    font-size: 110%;
}
.font-i-200{
    font-size: 130%;
}
.normal-template{
    min-width: 180px;
    margin-left: 15px;
}
#navbarCollapse{
    margin-left: -15px;
}
.toolbar-contrast .card-body{
    margin: 15px auto;
}
.toolbar-contrast .card{
    border: none;
}
.spacing-sm {
    letter-spacing: normal;
}
.spacing-md {
    letter-spacing: 2px;
}
.spacing-lg {
    letter-spacing: 3px;
}
.int-sm{
    line-height: 1.3;
}
.int-md{
    line-height: 1.8;
}
.int-lg{
    line-height: 2.4;
}
.img-no img,.img-no .img,.img-no .pd-filename{
    display: none;
}
.img-gs img,.img-gs .img,.img-gs .zhym-map-default,.img-gs .pd-filename,.img-gs iframe{
    -webkit-filter: grayscale(100%) contrast(130%);
    -moz-filter: grayscale(100%) contrast(130%);
    -ms-filter: grayscale(100%) contrast(130%);
    -o-filter: grayscale(100%) contrast(130%);
    filter: grayscale(100%) contrast(130%);
}
footer {
    padding: 1.5rem 0;
    border-top: 1px solid;
}
#dev-logo a{
    background-size: 100% auto;
    width: 100px;
    height: 27px;
    display: block;
    float: right;
    background-repeat: no-repeat;
    margin-top: -10px;
}
.title{
    font-size: 300%;
    line-height: 1.1;
}
main {
    min-height: 50vh;
}
code, kbd, pre, samp {
    font-family: inherit !important;
    color: inherit !important;
}
.page #component small,.page main .text-muted{
    color: inherit !important;
}

.pagination{
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}
.pagination a, span.pagenav {
    padding: 0 8px !important;
    line-height: 2em !important;
    text-decoration: none !important;
    border-right: 1px solid !important;
    display: inline-block !important;
}
.pagination .btn-group {
    border: 1px solid !important;
    border-right: none !important;
    overflow: hidden !important;
}
span.pagenav {
    font-weight: 600;
}
.pagination a:hover, .pagination a:active, .pagination a:focus {
    font-weight: 600;
}
/***********************************************************
                        GENERAL
***********************************************************/

.page .nav li,.page .nav li a,.page .nav li,.page .nav .image-title {
    background: none !important;
}
.page .nav li a img{
    display: none;
}
.page .nav {
    border: 3px solid;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    border-radius: .25rem;
}
.page .nav li{
    border-bottom: 1px solid;
    position: relative;
    display: block;
}
.page .nav li:last-child{
    border-bottom: none;
}
.page .nav li a,.page .nav li span{
    padding: 15px;
    display: block;
    text-decoration: none;
    font-weight: 500;
}
.page .nav li.active>a{
   text-decoration: underline;
}
.page .nav li.parent a,.page .nav li.parent span{
    padding-right: 25px;
}
.page .nav .deeper:before{
    content: '';
    display: block;
    border-top: 7px solid;
    border-left: 10px solid;
    border-bottom: 7px solid;
    border-color: transparent;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -7px;
}
.page .nav li .nav-child{
    position: absolute;
    left: 100%;
    top: -1px;
    border: 1px solid;
    width: 300px;
    font-size: 100% !important;
    padding-left: 0px;
    opacity: 0;
    z-index: -10;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.page .nav li:active>.nav-child,
.page .nav li:focus>.nav-child,
.page .nav li:hover>.nav-child{
    opacity: 1;
    z-index: 10;
}
.page .breadcrumb{
    background: transparent;
    border: 3px solid;
    margin-bottom: 0px;
}
.page a{
}
.page a:active,.page a:focus,.page a:hover{
    text-decoration: underline;
    font-weight: 600;
}

.search{
    font-size: 100%;
    border: 3px solid;
    border-radius: .25rem;
    height: 100%;
}
.search .form-inline{
    width: 100%;
    height: 100%;
    display: block;
}
.search .inputbox{
    min-height: 44px;
    height: 100%;
    background-color: transparent;
    padding-right: 10px;
    padding-left: 15px;
    float: left;
    height: 100%;
    -moz-transition: none;
    box-shadow: none;
    line-height: inherit !important;
    font-weight: 400;
    width: 70% !important;
    border: 0px;
}
.search .button{
    width: 30%;
    padding: 4px 5px !important;
    line-height: inherit !important;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0px;
    font-size: 15px;
    height: 100%;
    border: 0px solid #62cdd7 !important;
    border-radius: 0px;
}
#search-box .search .button .fa-search {
    font-size: 22px;
    margin: 3px 0px -3px;
}
#search-box .search .button:hover{
    background-color: #4d6675 !important
}
.page .alert{
    border: 3px solid !important;
    background: transparent !important;
    color: inherit !important;
}
.page .alert a{
    font-weight: 600;
    color: inherit !important;
}
.page main .card{
    border: 3px solid !important;
    background: transparent !important;
    color: inherit !important;
}
.page main .btn{
    border: 1px solid !important;
    background: transparent !important;
    color: inherit !important;
}
.page .btn:active,.page .btn:focus,.page .btn:hover{
    border: 1px solid !important;
    background: transparent !important;
    color: inherit !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}
.page .badge{
    border: 1px solid !important;
    background: transparent !important;
} 
.page main img{
    max-width: 100%;
}
.span1{
    width:8.333333%; 
    padding:15px; 
    float:left;
  display: table;
}
.span2{
    width:16.666667%; 
    padding:15px; 
    float:left;
  display: table;
}
.span3{
    width:25%; 
    padding:15px; 
  display: table;
    float:left;
}
.span4{
    width:33.333333%; 
  display: table;
    padding:15px; 
    float:left;
}
.span5{
    width:41.666667%; 
  display: table;
    padding:15px; 
    float:left;
}
.span6{
    width:50%; 
    padding:15px; 
  display: table;
    float:left;
}
.span7{
    width:58.333333%;
    padding:15px; 
    float:left;
  display: table;
}
.span8{
    width:66.666667%;
    padding:15px; 
  display: table;
    float:left;
}
.span9{
    width:75%; 
  display: table;
    padding:15px; 
    float:left;
}
.span10{
    width:83.333333%; 
  display: table;
    padding:15px; 
  float:left;
}
.span11{
    width:91.666667%; 
  display: table;
    padding:15px; 
    float:left;
}
.span12{
    width:100%; 
    padding:15px; 
  display: table;
}
.card .span1,.card .span2,.card .span3,.card .span4,.card .span5,.card .span6,.card .span7,.card .span8,.card .span9,.card .span10,.card .span11,.card .span12{
    width: auto;
}
#component form {
    margin: 0 0 18px; 
    display: block;
}
#component .phocadownloadfile16,#component .phocadownloadfile32,#component .phocadownloadfile64 {
    background-color: transparent !important;
    border: 3px solid;
}
#component .table {
    color: inherit !important;
}
.table-hover tbody tr:hover {
    color: inherit !important;
    background-color: transparent !important;
}
main .list-group-item{
    color: inherit !important;
    background: transparent !important;
    border: 2px solid;
}
/***********************************************************
                        WHITE
***********************************************************/

.bg-white #dev-logo a{
    background-image: url(../images/logo_miac_black.png) !important;
}
.bg-white{
    background: #ffffff !important;
    color: #000000 !important;
}
.bg-white .page .nav {
    color: #000000;
}
.bg-white .page .nav li{
    color: #000000;
}
.bg-white .page .nav li a,.bg-white .page .nav li span{
    color: inherit;
}
.bg-white .page .nav li a{
    color: #000000;
}
.bg-white .page .nav li a:active,.bg-white .page .nav li a:focus,.bg-white .page .nav li a:hover{
    background: #000000 !important;
    color: #ffffff;
}
.bg-white .page .nav .parent:before{
    border-left-color: #000000;
}
.bg-white .page .nav .parent a:after{
    border-top-color: #000000;
}
.bg-white .page .nav li .nav-child{
    background: #ffffff !important;
}
.bg-white .page .breadcrumb{
    color: #000000;
}
.bg-white .page a{
    color: #000000;
}
.bg-white .page a:active,.bg-white .page a:focus,.bg-white .page a:hover{
    color: #000000;
}
.toolbar-contrast.bg-white{
    background: #ffffff !important;
}
.bg-white .search .inputbox{
    color: #000000;
}
.bg-white .search .button{
    background: #343a40 !important;
    color: #ffffff !important;
}
.bg-white .search .button:active,.bg-white .search .button:hover,.bg-white .search .button:focus{
    background: #000000 !important;
}
.bg-white .page .badge{
    color: #000000 !important;
} 
/***********************************************************
                        BLACK
***********************************************************/

.bg-dark #dev-logo a{
    background-image: url(../images/logo_miac.png) !important;
}
.bg-dark{
    background: #000000 !important;
    color: #ffffff !important;
}
.bg-dark .page .nav{
    color: #ffffff;
}
.bg-dark .page .nav li{
    color: #ffffff;
}
.bg-dark .page .nav li a,.bg-dark .page .nav li span{
    color: inherit;
}
.bg-dark .page .nav li a{
    color: #ffffff;
}
.bg-dark .page .nav li a:active,.bg-dark .page .nav li a:focus,.bg-dark .page .nav li a:hover{
    background: #ffffff !important;
    color: #000000;
    font-weight: 500;
}
.bg-dark .page .nav .parent:before{
    border-left-color: #ffffff;
}
.bg-dark .page .nav .parent a:after{
    border-top-color: #ffffff;
} 
.bg-dark .page .nav li .nav-child{
    background: #000000 !important;
}
.bg-dark .page .breadcrumb{
    color: #ffffff;
}
.bg-dark .page a{
    color: #ffffff;
}
.bg-dark .page a:active,.bg-dark .page a:focus,.bg-dark .page a:hover{
    color: #ffffff;
}
.toolbar-contrast.bg-dark{
    background: #343a40 !important;
    color: #ffffff;
}
.toolbar-contrast.bg-dark .btn {
    color: #ffffff !important;
    text-decoration: none !important;
}
.toolbar-contrast.bg-dark .btn-outline-dark:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
}
.toolbar-contrast.bg-dark .btn-outline-dark {
    border-color: #ffffff !important;
}
.toolbar-contrast.bg-dark .btn-dark {
    background: #ffffff !important;
    color: #000000 !important;
}
.toolbar-contrast.bg-dark .btn-dark:hover {
    background: #000000 !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
}
.bg-dark .search .inputbox{
    color: #ffffff;
}
.bg-dark .search .button{
    background: #ffffff !important;
    color: #000000;
}
.bg-dark .search .button:active,.bg-dark .search .button:hover,.bg-dark .search .button:focus{
    background: #343a40 !important;
    color: #ffffff;
}
.bg-dark .page .badge{
    color: #ffffff !important;
} 

/***********************************************************
                        BLUE
***********************************************************/

.bg-blue #dev-logo a{
    background-image: url(../images/logo_miac_black.png) !important;
}
.bg-blue{
    background: #9dd1ff !important;
    color: #063462 !important;
}
.bg-blue .page .nav{
    color: #063462;
}
.bg-blue .page .nav li{
    color: #063462;
}
.bg-blue .page .nav li a,.bg-blue .page .nav li span{
    color: inherit;
}
.bg-blue .page .nav li a{
    color: #063462;
}
.bg-blue .page .nav li a:active,.bg-blue .page .nav li a:focus,.bg-blue .page .nav li a:hover{
    background: #063462 !important;
    color: #9dd1ff;
    font-weight: 500;
}
.bg-blue .page .nav .parent:before{
    border-left-color: #063462;
}
.bg-blue .page .nav .parent a:after{
    border-top-color: #063462;
}
.bg-blue .page .nav li .nav-child{
    background: #9dd1ff !important;
}
.bg-blue .page .breadcrumb{
    color: #063462;
}
.bg-blue .page a{
    color: #063462;
}
.bg-blue .page a:active,.bg-blue .page a:focus,.bg-blue .page a:hover{
    color: #063462;
}
.toolbar-contrast.bg-blue{
    background: #70b2e6 !important;
    color: #063462;
}
.toolbar-contrast.bg-blue .btn {
    color: #063462 !important;
    text-decoration: none !important;
}
.toolbar-contrast.bg-blue .btn-outline-dark:hover {
    background-color: #063462 !important;
    color: #9dd1ff !important;
}
.toolbar-contrast.bg-blue .btn-outline-dark {
    border-color: #063462 !important;
}
.toolbar-contrast.bg-blue .btn-dark {
    background: #063462 !important;
    color: #9dd1ff !important;
}
.toolbar-contrast.bg-blue .btn-dark:hover {
    background: #9dd1ff !important;
    color: #063462 !important;
    border-color: #063462 !important;
}
.bg-blue .search .inputbox{
    color: #063462;
}
.bg-blue .search .button{
    background: #063462 !important;
    color: #ffffff;
}
.bg-blue .search .button:active,.bg-blue .search .button:hover,.bg-blue .search .button:focus{
    background: #70b2e6 !important;
    color: #063462;
}
.bg-blue .page .badge{
    color: #063462 !important;
} 


/***********************************************************
                        BROWN
***********************************************************/

.bg-brown #dev-logo a{
    background-image: url(../images/logo_miac.png) !important;
}
.bg-brown{
    background: #3b2716 !important;
    color: #a9dd38 !important;
}
.bg-brown .page .nav{
    color: #a9dd38;
}
.bg-brown .page .nav li{
    color: #a9dd38;
}
.bg-brown .page .nav li a,.bg-brown .page .nav li span{
    color: inherit;
}
.bg-brown .page .nav li a{
    color: #a9dd38;
}
.bg-brown .page .nav li a:active,.bg-brown .page .nav li a:focus,.bg-brown .page .nav li a:hover{
    background: #a9dd38 !important;
    color: #3b2716;
    font-weight: 500;
}
.bg-brown .page .nav .parent:before{
    border-left-color: #a9dd38;
}
.bg-brown .page .nav .parent a:after{
    border-top-color: #a9dd38;
}
.bg-brown .page .nav li .nav-child{
    background: #3b2716 !important;
}
.bg-brown .page .breadcrumb{
    color: #a9dd38;
}
.bg-brown .page a{
    color: #a9dd38;
}
.bg-brown .page a:active,.bg-brown .page a:focus,.bg-brown .page a:hover{
    color: #a9dd38;
}
.toolbar-contrast.bg-brown{
    background: #533e2f !important;
    color: #a9dd38;
}
.toolbar-contrast.bg-brown .btn {
    color: #a9dd38 !important;
    text-decoration: none !important;
}
.toolbar-contrast.bg-brown .btn-outline-dark:hover {
    background-color: #a9dd38 !important;
    color: #3b2716 !important;
}
.toolbar-contrast.bg-brown .btn-outline-dark {
    border-color: #a9dd38 !important;
}
.toolbar-contrast.bg-brown .btn-dark {
    background: #a9dd38 !important;
    color: #3b2716 !important;
}
.toolbar-contrast.bg-brown .btn-dark:hover {
    background: #3b2716 !important;
    color: #a9dd38 !important;
    border-color: #a9dd38 !important;
}
.bg-brown .search .inputbox{
    color: #a9dd38;
}
.bg-brown .search .button{
    background: #a9dd38 !important;
    color: #3b2716;
}
.bg-brown .search .button:active,.bg-brown .search .button:hover,.bg-brown .search .button:focus{
    background: #533e2f !important;
    color: #a9dd38;
}
.bg-brown .page .badge{
    color: #a9dd38 !important;
}

/***********************************************************
                        BIEGE
***********************************************************/

.bg-biege #dev-logo a{
    background-image: url(../images/logo_miac_black.png) !important;
}
.bg-biege{
    background: #f7f3d6 !important;
    color: #59422e !important;
}
.bg-biege .page .nav{
    color: #59422e;
}
.bg-biege .page .nav li{
    color: #59422e;
}
.bg-biege .page .nav li a,.bg-biege .page .nav li span{
    color: inherit;
}
.bg-biege .page .nav li a{
    color: #59422e;
}
.bg-biege .page .nav li a:active,.bg-biege .page .nav li a:focus,.bg-biege .page .nav li a:hover{
    background: #59422e !important;
    color: #f7f3d6;
    font-weight: 500;
}
.bg-biege .page .nav .parent:before{
    border-left-color: #59422e;
}
.bg-biege .page .nav .parent a:after{
    border-top-color: #59422e;
}
.bg-biege .page .nav li .nav-child{
    background: #f7f3d6 !important;
}
.bg-biege .page .breadcrumb{
    color: #59422e;
}
.bg-biege .page a{
    color: #59422e;
}
.bg-biege .page a:active,.bg-biege .page a:focus,.bg-biege .page a:hover{
    color: #59422e;
}
.toolbar-contrast.bg-biege{
    background: #fbf3be !important;
    color: #745132;
}
.toolbar-contrast.bg-biege .btn {
    color: #59422e !important;
    text-decoration: none !important;
}
.toolbar-contrast.bg-biege .btn-outline-dark:hover {
    background-color: #59422e !important;
    color: #f7f3d6 !important;
}
.toolbar-contrast.bg-biege .btn-outline-dark {
    border-color: #59422e !important;
}
.toolbar-contrast.bg-biege .btn-dark {
    background: #59422e !important;
    color: #f7f3d6 !important;
}
.toolbar-contrast.bg-biege .btn-dark:hover {
    background: #f7f3d6 !important;
    color: #59422e !important;
    border-color: #59422e !important;
}
.bg-biege .search .inputbox{
    color: #59422e;
}
.bg-biege .search .button{
    background: #59422e !important;
    color: #f7f3d6;
}
.bg-biege .search .button:active,.bg-biege .search .button:hover,.bg-biege .search .button:focus{
    background: #fbf3be !important;
    color: #59422e;
}
.bg-biege .page .badge{
    color: #59422e !important;
}
@media screen and (max-width: 768px) {
    .span1,.span2,.span3,.span4,.span5,.span6,.span7,.span8,.span9,.span10,.span11,.span12{
        width: 100%;
    }
    main nav.navbar-expand-md{
        border: 3px solid;
        border-radius: .25rem;
        padding: 10px 10px 0px;
    } 
    main nav .navbar-toggler{
        margin-bottom: 10px;
    }
    .page .nav{
        margin-bottom: 10px;
    }
    .page .nav .deeper:before{
        display: none
    }
    .page .nav .parent a{
        position: relative;
    }
    .page .nav .parent>a:after{
        content: '';
        display: block;
        border-top: 10px solid;
        border-left: 7px solid;
        border-right: 7px solid;
        border-color: transparent;
        position: absolute;
        top: 50%;
        right: 5px;
        width: 0px;
        margin-top: -5px;
        float: right;
    }
    .page .nav li .nav-child{
        display: none;
    }
    .page .nav li.active .nav-child{
        display: block;
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        opacity: 1;
        z-index: 1;
        font-size: 90%;
        -webkit-transition: none;
        transition: none;
        padding-left: 10px;
    }
    .page .nav li.active .nav-child li{
        border: none;
    }
}



.newsfeed .newsflash-title {
    font-size: 17px;
    margin-bottom: 0px;
}
.newsfeed a {
    /*font-family: 'Century Gothic Bold';*/
}

.news .item-news{
    margin-bottom: 1rem !important;
    background: #f1f1f1;
}
.news .item-news .newsflash-title {
    /*font-family: 'Century Gothic Bold';*/
    margin-bottom: 0px;
    //color: #256990;
    font-size: 100%;
}
.news .item-news .introtext {
    margin-bottom: 3px;
    //color: #0f344e;
    display: block;
    overflow: hidden;
}
.news .item-news .image_intro{
    background-color: #a8dcf2;
    height: 130px;
    position: relative;
}
.news .item-news .date-news{
    
}
.news .item-news .newsflash-title a{
    display: block;
    max-height: 45px;
    overflow: hidden;
}
.moduletable.news.col-md-6{
    width: 100%;
    max-width: 100%;
}
.medprof{
    border-left: 3px solid #005d84;
    padding-left: 15px;
}
.med-prof-media .medprof-media-item {
    height: 180px;
}
.med-prof-media-img{
    background-position: 50% 0px;
    background-repeat: no-repeat;
}
.medprof .latestnews{
    padding: 0px;
    column-count: 2;
    column-gap: 0em;
    -webkit-column-count: 2;
    -webkit-column-gap: 0em;
}
.medprof .latestnews li{
    display: block;
}
.banner-box{
    padding-top: 25px;
    padding-bottom: 40px;
}
.banner-box img{
    max-width: 100% !important;
    height: 110px !important;
}
.banner-box .uk-margin {
    margin-bottom: 0px !important;
}

.banner-box .uk-panel-box{
    padding-bottom: 0px !important;
}
.banner-box .uk-panel {
    overflow: hidden;
}
.banner-box .uk-overlay {
    width: 100% !important;
}
.banner-box iframe{
    height: 110px !important;
    overflow: hidden;
    margin-bottom: -17px;
    margin-left: -110px;
}
.banner-box .uk-slidenav-position .uk-slidenav {
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    z-index: 1 !important;
    margin-top: -30px !important; 
}
.banner-box .uk-slidenav-position .uk-slidenav-previous {
    left: -50px !important;
}
.banner-box .uk-slidenav-position .uk-slidenav-next {
    right: -60px !important;
}