
body {
    background-image: url('../ParmanentImges/console.png');
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size: cover;
}

h1, h2, h3, span, p, a, ul, li {
    font-family: Tahoma;
}

.txtBoxInput {
    height: 35px;
}

.soundLogo {
    width: 210px;
    height: 150px;
    margin: 0 auto;
}

    .soundLogo img {
        width: 100%;
        height: 100%;
    }

.mainWrap {
    background-image: url('../ParmanentImges/whiteBack.png');
}
/*************************************/
/*             LOGIN
/*************************************/
#LoginDiv {
    border: 1px solid gray;
    border-radius: 5px;
    display: table;
    margin: 0 auto;
    direction: rtl;
    margin-top: 10%;
    background-color: white;
}

#LoginFrame {
    margin: 20px;
    display: table;
    direction: rtl;
}

.form-horizontal-Login {
}

.logIngHeader h1 {
    font-size: 25px;
}

.form-group {
    padding-bottom: 20px;
}

.col-md-10 {
    height: 30px;
}

    .col-md-10 input[type=text], .col-md-10 input[type=password] {
        font-size: 17px;
        padding-right: 5px;
        height: 98%;
    }

.col-md-10Validate {
    padding-top: 10px;
    color: red;
}

.col-md-101 {
    font-size: 17px;
    height: 30px;
}

    .col-md-101 button[type=submit] {
        width: 100%;
        height: 100%;
        border: none;
        font-weight: bold;
        font-size: 17px;
    }

        .col-md-101 button[type=submit]:hover {
            cursor: pointer;
            background-color: mediumpurple;
            color: white;
        }

.badLogIn p {
    font-size: 17px;
    color: red;
}

.col-md-10 .input-validation-error {
    border-color: red;
}




/*************************************/
/*             menus
/*************************************/
.mnuBtnsDiv {
    display: block;
    margin: 0 auto;
    margin-bottom:20px;
}

.specialBtns {
    background-color: lightgray;
    box-sizing: border-box;
    border-radius: 5px;
    display: table;
    width: auto;
    margin-top: 10px;
}

    .specialBtns .btns button[type="button"],
    .specialBtns .btns button[type="submit"] {
        color: white;
        background-color: mediumpurple;
    }

        .specialBtns .btns button[type="button"]:hover,
        .specialBtns .btns button[type="submit"]:hover {
            background-color: cornflowerblue;
        }

.selectedMenu 
{
        background-color: azure !important;
           color:black !important;
    }
