﻿.div_bg_img_40 {
    background-image: url('..//images//div_bg_40.png');
}

.div_bg_img_45 {
    background-image: url('..//images//div_bg_45.png');
}

.div_panel_1 {
    background-image: url('..//images//div_bg_40.png');
    height: 25px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.componentWrapperDotted {
    border: dotted #D3D3D3;
    border-radius: 40px;
    padding: 15px 10px 10px;
    width: 100%;
    border-width: 0.1em;
}

    .componentWrapperDotted .header {
        position: absolute;
        margin-top: -25px;
        margin-left: 10px;
        color: white;
        background: #4169E1; /*Royal Blue*/ /*cadetblue*/
        border-radius: 10px;
        padding: 2px 10px;
    }

.btn-back-to-top {
    //background-image: url('..//images//div_bg_45.png');
    position: fixed;
    bottom: 130px;
    right: 10px;
    display: none;
}
.btn-fixed-save {
    position: fixed;
    bottom: 70px;
    right: 10px;
}
.btn-fixed-cancel {
    position: fixed;
    bottom: 10px;
    right: 10px;
    /*display: none;*/
}
.btn-fixed-top-print {
    position: fixed;
    top: 10px;
    right: 10px;
    /*display: none;*/
}
.horoscopeTable {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
}
/*iframe {
    background-image: url("/images/SM_Icon.png");
    background-repeat: no-repeat;
}*/