/*
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 : Dec 23, 2014, 2:41:26 AM
    Author     : Narmandakh
*/

.site-map-container {
    border: 1px solid #eaeaea;

}

.site-map-title {
    font-size: 24px;
    text-transform: uppercase;
    color: #0094da;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.site-map-col-title {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 25px;
    padding-top: 25px;
    font-size: 15px;
    background: #08a2ea;
    color: #fff;
}

.site-map-col-title a {
    color: #fff;
}
.site-map-col-title a:hover {
    color: #fff;
}

@media (max-width: 640px){
    .site-map-col-title {
        padding-bottom: 15px;
        padding-top: 15px;
        font-size: 15px;
    }
}

@media (min-width: 640px) and (max-width: 768px){
    .site-map-col-title {
        padding-bottom: 15px;
        padding-top: 15px;
        font-size: 15px;
    }
}

.treeview {
    color: #202020;
    padding-top: 0px  !important;
    text-align: left;
}

.site-map-column {
    border-right: 1px solid #eaeaea;
}

.site-map-column-no-border {
    border-right: none;
}

.site-map-column:last-child {
    border-right: none;
}

.site-map-column:last-child .site-map-col-title {
    border-right: none;
}

@media (max-width: 640px){
    h5, .h5 {
        font-size: 14px;
        line-height: 12px;
    }
}

@media (min-width: 640px) and (max-width: 768px){
    h5, .h5 {
        font-size: 14px;
        line-height: 12px;
    }
}

.collapsable > ul {
    background-color: #f6f6f6 !important;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    margin-top: 10px !important;
}

.expandable > ul {
    display: none;
}

.treeview a {
    font-size: 13px;
}

.br-none {
    border-right: none !important;
}

.bt-none {
    border-top: none !important;
}

.accordion .accordion-content {
    display: none;
    clear: both;
    padding: 0px;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.accordion .accordion-content .text {
    padding-left: 0px;
    border-left: 0px solid #f1f1f1;
}

.accordion .accordion-empty a{
    padding: 20px 0;
    padding-left: 30px;
    display: block;
    color: #2d343e;
}

.accordion .accordion-empty {
    margin: 0;
    border-top: 1px solid #f1f1f1;
}

@media (max-width: 640px){
    .accordion .accordion-empty a{
        padding: 20px 18px;
    }
}



.accordion-empty-link{
    padding: 10px 0;
    padding-left: 50px;
    display: block;
    color: #2d343e;
    margin: 0;
    /*border-bottom: 1px solid #f1f1f1;*/
    /*border-right: 1px solid #f1f1f1;*/
}


.site-map-col-title-footer {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 14px;
    background: #08a2ea;
    color: #fff;
}

.site-map-col-title-footer a {
    color: #fff;
}
.site-map-col-title-footer a:hover {
    color: #fff;
}

@media (max-width: 640px){
    .site-map-col-title-footer {
        padding-bottom: 15px;
        padding-top: 15px;
        font-size: 15px;
    }
}

@media (min-width: 640px) and (max-width: 768px){
    .site-map-col-title-footer {
        padding-bottom: 15px;
        padding-top: 15px;
        font-size: 15px;
    }
}