body {
    background-color: transparent !important;
}

h1 {
    display: none;
}

#divHeader {
    background-color: transparent !important;
    border: none;
}

#divWrap {
    border: 1px solid #d6d6d6 !important;
}

#divWrap #divMainContainer {
    background-color: #FCFCFC;
    padding: 12px;

}



.page-header {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

[data-bv-for="name"] {
    color: transparent;
    position: relative;
}

[data-bv-for="phone"] {
    color: transparent;
    position: relative;
}

.form-group {
    margin-bottom: 16px;
}

.form-control {
    border: 1px solid #d6d6d6;
}

#textboxName,
#textboxComment,
#textboxPhone {
    font-family: "Open Sans", "Roboto", Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    border-radius: 7px;
}


#buttonLogin,
#buttonDisconnectOnQueue {
    position: fixed;
    bottom: 38px;
    left: 100px;
    right: 30px;
    padding: 5px;
    border-radius: 999px;
    border: none;
    background: #086378;
    color: #FCFCFC !important;
    font-family: "Open Sans", "Roboto", Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    z-index: 1000;
    width: calc(100% - 60px);
    transition: all 0.2s ease-in-out;
    width: 70% !important;
}

#divWrap .btn-primary:hover {
    border-radius: 999px;
    border: 2px solid #064350;
    background: #BAD431;
    color: #064350 !important;
}

#divWrap .btn-primary:active {
    border-radius: 999px;
    border: 2px solid #064350;
    background: #BAD431;
    color: #064350 !important;
}


/* Contactando agente */
.fa.fa-sign-out::before {
    color: #fcfcfc;
}

.alert.alert-info {
    color: #1b1d1f;
    background-color: #f3f8fb;
    border-color: #5590c6;
}

.alert.alert-info::before {
    color: #5590c6;
}


body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages>div div.message.client,
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages>div div.message.operator {
    max-width: 90% !important;
    width: 90% !important;
    margin-right: 8px;
    margin-top: 25px;
}

body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages>div div.message.operator .time,
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages>div div.message.operator .author,
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages>div div.message.client .author,
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages>div div.message.client .time {
    color: #064350;
}

body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages>div div.message.operator .author,
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages>div div.message.client .author {
    font-size: 12px;
}


body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages>div div.message.client:not(.generic),
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages>div div.message.operator:not(.generic) {
    background-color: transparent;
}


.msgtext {
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", "Roboto", Arial;
    background-color: #e4edef;
    color: #064350 !important;
    border: 1px solid #064350;
    border-radius: 10px;
    padding: 13px;
}

body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages>div div.message.client .time {
    position: absolute !important;
    right: 12px !important;
    margin-bottom: 3px !important;
    color: #7c7f80 !important;
    left: auto;
}

body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages>div div.message.operator .time {
    position: absolute;
    font-size: 60%;
    bottom: 0;
    right: 13px;
    margin-bottom: 3px;
    color: #7c7f80 !important;
}


#divWrap #divMainContainer #divLogged #divChating .systemmessage {
    color: #7C7F80;
    font-style: normal;
    font-weight: normal;
}

.btn-default {
    color: #086378;
}

.btn-default:hover {
    background-color: transparent;
    color: #BAD431;
}

#divWrap #divMainContainer #divLogged #divChating .compose {
    border-top: 1px solid #c6c6c6;
}

#divWrap #divMainContainer #divLogged #divChating .compose .attach,
#divWrap #divMainContainer #divLogged #divChating .compose .pm {
    border-right: 1px solid #c6c6c6;
}

#buttonHideChatFinished,
#buttonChatCloseUndo {
    background-color: #086378;
    color: #fcfcfc;
    border-radius: 999px;
    border: none;
}

/* Desconectarse del chat */
#buttonChatCloseConfirm,
#buttonChatCloseUndo {
    color: #fcfcfc !important;
    border: none;
    border-radius: 15px;
}

/* Pantalla de cierre */
#buttonSendChatByMail {
    color: #fcfcfc;
    height: 31px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#buttonChatCloseUndo:hover,
#buttonHideChatFinished:hover {
    background-color: #BAD431;
    color: #064350 !important;
    border: 2px solid #064350;
    border-radius: 999px !important;
}

#buttonSendChatByMail:hover {
    background-color: #BAD431;
    color: #064350 !important;
    border: 2px solid #064350;
}

#inputSendChatByMail {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.panel {
    border-color: #fcfcfc;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.panel-heading {
    color: #086378;
}

.panel .panel-heading {
    color: #086378;
    background-color: transparent;
    border: none;
    padding: 5px 5px 0px 5px;
    font-size: 12px;
}


#divChatFinishedButtons {
    position: fixed;
    bottom: 38px;
    left: 43px;
    right: 30px;
    line-height: 125%;
    z-index: 1000;
    width: calc(100% - 60px);
}


#buttonStartNewConversation,
#buttonChatFinishedShowConversation,
#buttonProceedToSurvey {
    background-color: #E4EDEF;
    border: none;
    border-radius: 999px;
    transition: all 0.2s ease-in-out;
}

#buttonStartNewConversation:hover,
#buttonChatFinishedShowConversation:hover {
    background-color: #E4EDEF;
    border: 2px solid #086378;
    color: #086378;
}


/* Footer */
#divFooter {
    background-color: #FCFCFC !important;
    color: #807f7f !important;
}