﻿.div100 {
    display: inline-block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 600px;
    margin: 15px;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 10px;
    direction: rtl;
}

.bgGreen {
    color: darkgreen;
}

div.parentElement {
    text-align: center;
}

.btn-bbbk {
    height: 35px;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    display: inline-block;
    line-height: 25px;
    text-align: center;
    background-color: #aedeb4;
}

.AddressBackGround {
    background-color: #e07b4f;
    color: white;
    padding: 5px;
    margin-bottom: 45px;
    border-top-right-radius: 5rem;
    border-top-left-radius: 5rem;
    border-bottom-left-radius: 5rem;
    border-bottom-right-radius: 5rem;
}

.card-header {
    background-color: #aedeb4;
    padding: 5px;
    width: 100%
    
}

.divCustomToCenter {
    display: inline-block;
    position: fixed;
    top: 5px;
    bottom: 5px;
    left: 0;
    right: 0;
    scrollbar-shadow-color: black;
    width: auto;
    height: auto;
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 5px;
    margin-top: 40px;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding-top: 80px;
    scrollbar-darkshadow-color: black
}


.md-form {
    margin-bottom: 5px;
    margin-top: 0px
}

    .md-form label {
        font-size: 14px;
        background-color: #eee;
        color: black;
        padding: 10px;
        direction: rtl;
        border-top-right-radius: 1rem;
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }

        .md-form label.active {
            font-size: 12px;
            background-color: #eee;
            color: black;
            padding: 10px;
            direction: rtl;
            border-top-right-radius: 1rem;
            border-top-left-radius: 1rem;
            border-bottom-left-radius: 1rem;
            border-bottom-right-radius: 1rem;
        }

    .md-form textarea.active {
        color: red;
    }

.lblrounded {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 5px;
    background-color: #d05925;
    color: white
}

.btnDrop {
    background-color: darkseagreen;
    height: 10px;
    width: 35px
}

.txtMargin {
    text-align: right;
    direction: rtl;
    margin: auto;
}