﻿html, body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif !important;
}
body {
    padding-bottom: 70px;
}
.Title {
    font-size: 42pt;
    color: #26734d;
    margin-top: 10px;
}
.LogoFont {
    font-family: 'Cinzel Decorative', cursive;
}
.h100 {
    height:100px;
}
.h200 {
    height: 200px;
}
.h220 {
    height: 220px;
}
.h300 {
    height: 300px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
 
.b1 {
    border:1px solid black;
}
.vam {
    vertical-align: middle;
}


/*Treeview*/
.CMS_tree {

}

    .CMS_tree li {
        list-style-type: none;
        margin: 0;
        padding: 10px 5px 0 5px;
        position: relative
    }

        .CMS_tree li::before, .CMS_tree li::after {
            content: '';
            left: -20px;
            position: absolute;
            right: auto
        }

        .CMS_tree li::before {
            border-left: 1px solid #999;
            bottom: 50px;
            height: 100%;
            top: 0;
            width: 1px
        }

        .CMS_tree li::after {
            border-top: 1px solid #999;
            height: 20px;
            top: 25px;
            width: 25px
        }

        .CMS_tree li span {
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border: 1px solid #999;
            border-radius: 5px;
            display: inline-block;
            padding: 3px 8px;
            text-decoration: none
        }

        .CMS_tree li.parent_li > span {
            cursor: pointer
        }

    .CMS_tree > ul > li::before, .CMS_tree > ul > li::after {
        border: 0
    }

    .CMS_tree li:last-child::before {
        height: 30px
    }

    .CMS_tree li.parent_li > span:hover, .CMS_tree li.parent_li > span:hover + ul li span {
        background: #eee;
        border: 1px solid #94a0b4;
        color: #000
    }


    /*CMS Editor modal max*/
.cms-modal-dialog {
    width: 80%;
    margin: 30px auto;
     
    background-color: white;
}

.cms-modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}