﻿
/*================================*/
/* Sol Menü
/*================================*/
#menu-cem-wrapper {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 55px;
    background: #F3F3F3;
    -webkit-transform: translateX(-64px);
    -moz-transform: translateX(-64px);
    transform: translateX(-64px);
    -webkit-transition: -webkit-transform 0.3s, width 0.3s;
    -moz-transition: -moz-transform 0.3s, width 0.3s;
    transition: transform 0.3s, width 0.3s;
    border-right: 1px solid #e6e6e6;
    z-index: 1000;
}

    #menu-cem-wrapper .pagetitle {
        position: absolute;
        left: 10px;
        bottom: 0px;
        width: 500px;
        color: #5f6f81;
        font-size: 1.8em;
    }

    #menu-cem-wrapper ul li {
        position: relative;
        z-index: 100000;
        background: #f3f3f3;
    }

@media (max-width: 767px) {

    #menu-cem-wrapper ul {
        margin-left: 55px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

        #menu-cem-wrapper ul ul {
            margin-left: 0px;
            margin-top: 0px;
            margin-bottom: 0px;
        }

    #menu-cem-wrapper .pagetitle {
        font-size: 1.3em;
    }

    #menu-cem-wrapper .menuname:before {
        position: absolute;
        top: 16px;
        left: 6px;
        content: "MENU";
        font-weight: bold;
        color: #850526;
    }
}


#menu-cem-wrapper.uz-open-all,
#menu-cem-wrapper.uz-open-part {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}

#menu-cem-wrapper.uz-open-all {
    width: 300px;
}

#menu-cem-wrapper ul li ul {
    list-style: none;
    font-size: 0.85em;
}

    #menu-cem-wrapper ul li ul li {
        border-bottom: none;
    }


#menu-cem-wrapper ul li a {
    display: block;
    white-space: nowrap;
    vertical-align: middle;
    glyph-orientation-vertical: auto;
    border-bottom: 1px solid rgba(223, 223, 223, 0.72);
    border-top: 1px solid rgba(255, 255, 255, 0.72);
    line-height: 40px;
    padding-left: 6px;
}

    #menu-cem-wrapper ul li a i {
        display: inline-block;
        float: left;
        font-size: 2em;
        text-align: center;
        line-height: 40px;
        width: 50px;
        margin-right: 10px;
    }

#menu-cem-wrapper ul li:hover {
    background-color: #fbfbfb;
}

#menu-cem-wrapper ul li a:hover {
    color: #850526;
}

#menu-cem-wrapper-scroller {
    position: absolute;
    width: 300px;
    height: 100%;
}

#menu-cem {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    width: 100%;
}



@media screen and (max-width: 422px) {
    #menu-cem-wrapper {
        top: 60px;
    }

        #menu-cem-wrapper.uz-open-all {
            -webkit-transform: translateX(0px);
            -moz-transform: translateX(0px);
            transform: translateX(0px);
            width: 100%;
        }
}

/*================================*/
/* Sol Tablı Menü
/*================================*/

.content-pills {
    margin-top: 1px;
}

    .content-pills li {
        margin-top: -1px !important;
    }

        .content-pills li a {
            font-size: 0.9em;
            border: 1px solid transparent;
            padding-top: 10px;
            padding-bottom: 10px;
            border-right: 1px solid #e0e0e0;
            border-bottom-right-radius: 0;
            border-top-right-radius: 0;
            font-weight: bold;
        }

            .content-pills li a i {
                font-size: 1.4em;
                vertical-align: sub;
                margin-right: 10px;
            }

        .content-pills li.active a {
            color: #850526;
            background-color: transparent;
            border: 1px solid #e0e0e0;
            border-right: 0;
        }

.page-content {
    background-color: #fff;
}


/*helper class*/


.mt30 {
    margin-top: 30px;
}


.featureslistul li {
    margin-left: 20px;
}

.notfontweight {
    font-weight: normal;
}

.panelborder {
    border: 1px solid rgba(10,40,97,0.07);
    box-shadow: 0 1px 6px rgba(34,26,32,0.48);
}




/*dyncmic report list*/

.categoryList, .categoryList ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .categoryList ul {
        margin-left: 1em;
        position: relative;
    }

        .categoryList ul ul {
            margin-left: .5em;
        }

        .categoryList ul:before {
            content: "";
            display: block;
            width: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            border-left: 1px solid;
        }

    .categoryList li {
        margin: 0;
        padding: 0 1em;
        line-height: 2em;
        color: #369;
        font-weight: 700;
        position: relative;
        font-size: 0.95em;
    }

    .categoryList ul li:before {
        content: "";
        display: block;
        width: 10px;
        height: 0;
        border-top: 1px solid;
        margin-top: -1px;
        position: absolute;
        top: 1em;
        left: 0;
    }

    .categoryList ul li:last-child:before {
        background: #fff;
        height: auto;
        top: 1em;
        bottom: 0;
    }

.indicator {
    margin-right: 5px;
}

.categoryList li a {
    text-decoration: none;
    color: #369;
    margin: 0;
    padding: 0;
    border-left: 0 !important;
}

    .categoryList li a:active, .categoryList li a:focus {
        text-decoration: none;
        color: #f00;
    }

    .categoryList li a.active {
        text-decoration: none;
        color: #f00;
    }

    .categoryList li a:hover {
        text-decoration: underline;
        color: #ff6a00;
        cursor: pointer;
    }

.categoryList li button, .categoryList li button:active, .categoryList li button:focus {
    text-decoration: none;
    color: #369;
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
    outline: 0;
}


/************/
/* my-container */
.my-container {
    position: relative;
}


    .my-container .left {
        width: 400px;
        position: fixed;
        top: 50px;
        left: 0;
        bottom: 0;
        overflow: scroll;
        overflow-x: hidden;
        z-index: 99;
        padding: 10px;
    }

    .my-container .right {
        position: fixed;
        left: 401px;
        top: 50px;
        right: 0;
        bottom: 0;
        overflow: scroll;
        overflow-x: hidden;
        padding: 10px;
        text-align: left;
    }


.mce-container-body label.mce-label {
    width: 100px !important;
}

.mce-container-body div.mce-combobox, .mce-container-body div.mce-listbox {
    width: 100px important;
    left: 10px important;
}

.mce-container-body input.mce-textbox {
    width: 188px !important;
    left: 100px !important;
}


.mce-container.mce-window {
    width: 340px;
}

.pr0 {
    padding-right: 0;
}

.pl0 {
    padding-left: 0;
}

.p0 {
    padding: 0;
}
