﻿



    /* V1
   .contentMenu {
        position: fixed;
        top: 20px;
        left: 20px;
        right: 20px;
        text-align: left;
        margin: auto;
    }
        
        
        .contentHeader {
        position: fixed;
        top: 60px;
        left: 20px;
        right: 20px;
        text-align: left;
        margin: auto;
    }*/

.contentMenu {
    /*V1 
    position: fixed;
    top: 32px;
    left: 26px;
    right: 20px;
    text-align: left;
    margin: auto;*/

    /*z-index: 999999;*/
    position: fixed;
    top: 20px;
    left: 12px;
    right: 0px;
    text-align: left;
    margin: auto;
}

    .contentHeader {
        position: fixed;
        top: 20px;
        left: 60px;
        right: 20px;
        text-align: left;
        margin: auto;
    }



.category {
    width: 100%;
    border: none;
    background-color: rgba(255,255,255,0.6);
    border: 1px solid black;
    color: black;
    border-radius: 20px;
    padding: 8px 20px;
    outline: none;
}

.contentBody {
    position: absolute;
    bottom: 80px;
    top: 80px;
    left: 20px;
    right: 20px;

}

        /*.contentFrame {
            position: fixed;
            bottom: 80px;
            top: 100px;
            left: 20px;
            right: 20px;
        }*/
    .contentText {
                width: 100%;
                height: 100%;
                padding: 20px;
                border-radius: 20px;
                border-color: #eee;
                outline:none;
            }

                .contentText::selection, .contentText:focus, .content:active {
                    border: 1px solid #26A69A;
                }


.contentFooter {
    /*padding: 0px 20px;
            position: fixed;
            left: 0;
            bottom: 22px;
            right: 0;*/
    /*,position: fixed;*/
    /*position:absolute;*/
    position: fixed;
    text-align: center;
    bottom: 20px;
  
    /*right: 20px;
    left: 20px;*/
    /*width: 100%;*/
    left:0px;
    
    background-color: white;
    border: 1px solid white;
    /*left: 20px;
    right: 20px;*/
}

.sendContentBtn {
}

.smallbutton {
    -webkit-user-select: none;
    text-align: center;
    border-radius: 20px;
    padding: 8px 20px;
    width: 45%;
    cursor: pointer;
    /*background-color: #26A69A;*/
    background-color: black;
    color: white;
    display: inline-block;
    margin: 0px 4px;
    border: none;
}


.button {
    -webkit-user-select: none;
    text-align: center;
    border-radius: 20px;
    padding: 8px 20px;
    width: 100%;
    cursor: pointer;
    /*background-color: #26A69A;*/
    background-color: #000000;
    color: white;
    border: none;
}


.hidden {
    display: none;
}

.fontLato {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1.0em;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #eee inset !important;
}

.text-danger {
    font-size: 0.8em;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.text-danger ul{
    padding:0;
    margin:0;
}