/********* COD AZUL**********/

.btn-codazul, .btn-codazul:hover, .btn-codazul:focus, .btn-codazul:active, .btn-codazul.active, .open > .dropdown-toggle.btn-primary {
    background: #33a6cc;
}

            #codazul-content.overlay {
                height: 110%;
                width: 0;
                position: fixed;
                z-index: 10000; /*max z index of app*/
                top: 0px;
                left: 0;
                background-color: rgb(255,255,255);
                background-color: rgba(255,255,255, 0.9);
                overflow-x: hidden;
            }

            #codazul-content .overlay-content {
                position: relative;
                top: -160px;
                width: 100%;
                height: 100%;
                text-align: center;
                margin-top: 0px;
            }

            #codazul-content .overlay-content .codazul-title{
                position: relative;
                top: 180px;
                color: rgba(50,50,255,9);
                /*87, 202, 195 hospital blue*/
                font-size: 40px;
                font-weight: 650;
            }

            #codazul-content .overlay-content .material-icons{
                color: rgba(28,28,255,9);
                /*87, 202, 195 hospital blue*/
                font-size: 600px;
            }

            #codazul-content .overlay-content button.desactivar-codazul{
                margin-top: -80px;
                color: rgba(255,255,255,1);
                /*87, 202, 195 hospital blue*/
                font-size: 20px;
            }

            #codazul-content .overlay-content .codazul-user{
                position: relative;
                top:45%;
                left:35%;
                color: rgba(50,50,255,1);
                /*87, 202, 195 hospital blue*/
                font-size: 30px;
                font-weight: 700;

            }
            #codazul-content .overlay-content .codazul-sala{
                position: relative;
                top:55%;
                left:  -35%;
                color: rgba(50,50,255,1);
                /*87, 202, 195 hospital blue*/
                font-size: 30px;
                font-weight: 700;
            }
