﻿.panelRegisterEmbedWebTv {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.80);
    z-index: 99999999;
    overflow-y: auto;
}

.divPanelRegisterNewUser{
    overflow-x: auto;
}

.divContainnerRegisterNewUser {
    overflow-x: auto;
}

.panelRegisterEmbedWebTv .container {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    background-color: #dddddd;
    border-radius: 3px !important;
    overflow-x: hidden;
}

.select2fix{

}


.btclosepanel {
    position: relative;
    display: block;
    margin-top: -50px;
    cursor: pointer;
}

.btn-sair 
{
    background-color:rgb(255, 33, 33);
    color:#fff;
}

.btn-sair:hover
{
    background-color:#c81201 !important;
    color:#fff !important;
}