/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.addnote{
    margin-left: -25px !important;
    width: 25px !important;
    height:25px !important;
    display:inline-block;
    background-image: url(../images/gmbt05.svg) !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    cursor: pointer;
}
.addnote:hover{background-image: url(../images/gmbtorg05.svg) !important; opacity:1 important;}

.add_notes{
    margin-left: -25px !important;
    width: 1px !important;
    height:25px !important;
    display:inline-block;
    background-image: url(../images/gmbt05.svg) !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    cursor: pointer;
}
/* Outer */
.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
}
 
/* Inner */
.popup-inner {
    max-width:670px;
    width:88%important;
    padding:40px;
    position:absolute;
    top:54% !important;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#E6F365;
}
 
/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
}
 
.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
}
.select-person{ background-color: #E0DCDC !important;
                            border: 2px solid gray;
                            height: 35px;
                            width: 100%;
                            font-size: 20px;
                            color: gray;
                            background : url("../images/down_arrow01.png") no-repeat scroll right 1px;
                            -webkit-appearance: none;
                            -moz-appearance: none;
                            appearance: none;
            }
            
            .tab-section-three img{
                max-width: 65% !important
            }            