﻿.dxisControl .dxis-itemTextArea {
    top: 10px;
    left: 10px;
    bottom: auto;
    width: 500px;
    margin: 5px;
    min-width: 200px;
    max-width: 500px;
    max-height:275px;
    overflow: scroll;
    padding: 10px;
    /*color: #E0CDA9;*/
    font: Georgia,"Times New Roman",Times,serif;
    font-size: 17px !important;
    border-radius: 5px;
    /*box-shadow: 0px 4px 0px rgba(50, 50, 50, 0.3);*/
    /*background-color: #C0A069;*/
    background-color: #E0CDA9;
    opacity:0.85;
    /*background-color: rgba(60, 1, 1, 0.75);*/
}

    .dxisControl .dxis-itemTextArea a {
        color: white;
    }
        .dxisControl .dxis-itemTextArea a:hover, a:focus {
            text-decoration: underline;
        }

    .dxisControl .dxis-itemTextArea p {
        /*color: #000000;*/
        color: #960101;
        margin: 0px !important;
    }

    .dxisControl .dxis-itemTextArea > p {
        margin-bottom: 0px !important;
    }

.dxisControl .dxis-nbDotsBottom {
    padding: 0;
    margin-top: -25px;
}

    .dxisControl .dxis-nbDotsBottom .dxis-nbSlidePanel {
        right: 15px;
        left: auto !important;
        transform: matrix(1, 0, 0, 1, 0, 0) !important;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0) !important;
    }

.isdemoH3 {
    font-size: 21px !important;
    /*color: #E0CDA9;*/
    padding-bottom: 6px;
}
