/* CSS desarrollo llamadaAQL */
@font-face {
    font-family: SansProRegular;
    font-weight: bold !important;
    /* src: url("fonts/FNB Sans-Bold.otf"); */
    src: url(fonts/SourceSansPro-Regular.ttf);
}

body {
    font-family: SansProRegular !important;
}

.btn-danger {
    border: none !important;
    background: #0099D1 !important;
}

.msg-server div span {
    color: #808080;
    padding: 5px;
    word-wrap: break-word;
    max-width: 100%;
}

/************************* LOCAL ***********************************/
.msg-local div div div {
    color: white;
    background: #0099D1;
    padding: 4px;
    display: inline-block;
}

.msg-local div div div a {
    color: white;
    background: #0099D1;
}

.msg-local div div div span {
    word-wrap: break-word;
    max-width: 100%;
    padding-left: 2px;
    padding-right: 2px;
}

.msg-local>div,
.msg-remote>div {
    margin-top: 2px;
}

.msg-local>div:first-child,
.msg-remote>div:first-child {
    margin-top: 5px;
}

.msg-local>div:nth-child(2) div div {
    border-top-right-radius: 10px;
}

.msg-local>div div div {
    /* medio */
    border-radius: 10px 3px 3px 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.msg-local>div:last-child div div {
    border-bottom-right-radius: 10px;
}

/* Se removio ya que ocultaba los mensajes anteriores, enviados por un agente by Rafael G*/
/*.msg-local > div div div p, .msg-remote > div div div p{
 visibility: hidden;
}*/

.msg-local>div:last-child div div p,
.msg-remote>div:last-child div div p {
    visibility: visible;
}

/************************ REMOTE *********************/
.msg-remote div div div {
    color: black;
    background: rgb(194, 193, 193);
    padding: 4px;
    display: inline-block;
}

.msg-remote div div div {
    color: black;
    background: rgb(218, 217, 217);
    padding: 4px;
    display: inline-block;
    word-wrap: break-word;
    max-width: 100%;
    padding-left: 2px;
    padding-right: 2px;
}

.msg-remote>div:last-child div div {
    border-bottom-left-radius: 10px;
}

.msg-remote div:nth-child(2) div div {
    border-top-left-radius: 10px;
}

.msg-remote>div div div {
    /* medio */
    border-radius: 3px 10px 10px 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.only-child {
    border-radius: 10px 10px 10px 10px !important;
}

.check {
    font-size: 0.6em;
    margin-bottom: 0px;
    display: inline;
    padding-left: 2px;
}

.check-remote {
    color: grey;
}

#panel-data-input,
#panel-out-of-service {
    padding-left: 8%;
    padding-right: 11%;
    margin-top: 20px;
}

button.btn-round {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    /*font-size: 36px;*/
    font-size: 33px;
}

.btn-info-pressed {
    background-color: #31b0d5;
    color: white !important;
}

.btn-default-pressed {
    background-color: #424242;
    color: white !important;
}

.btn-back {
    background-color: white;
}

.header {
    z-index: 999;
    position: fixed;
    height: 80px;
    top: 0;
    width: 100%;
    background-color: #FFFFFF;
    line-height: 79px;
    /* background-image: url(images/logo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15% auto;
    background-position-y: 8px;
    background-position-x: 25px; */
    border-top: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
}

div.content {
    margin-top: 50px;
    margin-bottom: 51px;
    padding-top: 5px;
    padding-bottom: 25px;
    /*background: url("../images/Mitrol%20Bird__.png") no-repeat fixed center;*/
}


/* Estilos para navegadores Firefox */
@-moz-document url-prefix() {
    .form-control {
        height: auto !important;
        padding: 7px 10px !important;
    }
}

.full-screen-container {
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.screen-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.w100 {
    width: 100%;
    width: 100vw;
}


p.texto-recibido {
    margin: 0;
    font-size: 18px;
}

.pull-left {
    float: left !important;
    font-size: 18px !important;
}


#chat-partners {
    font-weight: bold;
    font-size: 2rem;
    margin: 0 1rem;
}

.typing-status img {
    height: 3em;
    z-index: 9999;
    margin: 0 1rem;
}

.chat-layout {
    display: flex;
    height: 100vh;
    width: 100%;
    padding-top: 70px;
    overflow: hidden;
}

.chat-layout.video-chat-enabled #video-container {
    width: 50%;
    height: 100%;
}

.chat-bubble {
    width: 100%;
    background-color: #FFF;
}

.chat-layout.video-chat-enabled .chat-bubble {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: calc(70% - 80px);
}

.chat-layout.video-chat-enabled #video-container {
    position: relative;
}

.chat-layout.video-chat-enabled #video-container [id^="remote-video"] {
    max-height: 100%;
    max-width: 100%;
    position: relative;
    top: 50%;
    left: 25%;
    transform: translate(0, -50%);
    display: block;
}

.chat-layout.video-chat-enabled #video-container [id^="local-video"] {
    position: absolute;
    max-height: 27%;
    max-width: 100%;
    left: 150%;
    top: 0;
    transform: translate(-50%, 0);
    display: block;
}

.chat-bubble {
    position: relative;
    border-radius: 5px 0 0 5px;
    border: 1px solid #aaaaaa;
    border-bottom: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}


.chat-bubble .footer {
    border-bottom: 1px solid #aaaaaa;
    border-top: 1px solid #aaaaaa;
    height: 90px;
    width: 100%;
    background-color: #eeeeee;
    padding: 1rem;
}

.chat-bubble .contenedor-chat {
    overflow-y: auto;
    overflow-X: hidden;
    padding: 0 .5rem;
    height: 100%;
}

.col-sm-offset-1 {
    margin-left: 0 !important;
}

.col-xs-offset-2 {
    margin-left: 0 !important;
}

.estilosIconos {
    border-radius: 15px;
    border: 0px solid #03a9f0;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #fff;
}

.w100-2 {
    width: 90% !important;
    width: 100vw;
}

.icon-colsanitas {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.col-md-6 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.col-md-12 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

/* ============ estilos DEVCO AQL =================== */

.mit-container-front {
    background-color: white;
    margin-left: 5% !important;
    margin-right: 5% !important;
    margin-top: 4% !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.80);
	overflow: hidden;
}

.mit-container-frontLeft {
    padding: 0 !important;
}

.mit-img-background {
    /* width: 514px; */
    width: 100%;
    background-repeat: no-repeat;
}

.mit-container-img {
    padding: 0 !important;
    height: 450px;
}

.mit-msj-bienvenidos {
    width: 300px;
    margin: auto;
    background-color: rgba(0, 153, 209, 0.58);
    padding: 11px 2px;
    border-radius: 5px;
    font-size: 32px;
    color: white;
    font-weight: bold;
}

.mit-container-bh {
    padding: 25px;
    text-align: center;
    background: #00B4E3;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.mit-container-bh-header div {
    margin: -10px;
}

.mit-container-bh-body1 {
    margin-top: 5px;
    font-size: 18px;
    text-align: center;
    font-weight: normal !important;
}

.mit-container-bh-ciudades {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-size: 18px;
    font-weight: normal !important;
}

.mit-container-bh-footer {
    font-size: 18px;
}

.mit-link-anonimas {
    color: #0069A7;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}


.mit-data-form {
    /* display: flex;
    flex-direction: column; */
    margin: auto;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.mit-container-imputs {
    /* padding: 20px 0px 0px 0px !important; */
    padding-top: 20px;
    background-color: white !important;
}

.mit-dataForm-title {
    margin-bottom: 15px;
    /* margin-top: -10em; */
    color: #0069A7;
    font-weight: 900;
    font-size: 18px;
}

.mit-dataForm-subTitle {
    padding-left: 0;
    margin-bottom: 0;
    color: #212121;
    font-size: 14px;
}

.mit-container-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.mit-container-element-form {
    padding-right: 0 !important;
    padding-left: 0 !important;
}


.mit-element-form-left {
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 0 !important;
}

.mit-element-form-center {
    margin-top: 10px;
    margin-bottom: 0 !important;
}


.mit-element-form-right {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 0 !important;
}

.mit-element-form {
    margin-bottom: 0 !important;
}

.mit-element-label {
    color: #212121 !important;
    font-size: 16px !important;
}

.mit-element-select {
    color: #757575 !important;
    font-size: 16px !important;
    height: 33px !important;
    padding: 2px !important;
}

.mit-element-terminos {
    color: #212121 !important;
    font-size: 16px !important;
    text-align: left;
}

.mit-element-links {
    color: #0069A7;
    text-decoration: underline;
}

.mit-container-button-form {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px;

}

.mit-button-form {
    color: #757575 !important;
    background-color: #DBDBDB !important;
    border-radius: 30px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    margin-top: 15px;

}

.mit-button-form-enable,
.swal2-actions button {
    color: white !important;
    background-color: #0069A7 !important;
    border-radius: 30px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    margin-top: 15px;
    margin-bottom: 30px;
    outline: none !important;
    box-shadow: none !important;
}

.mit-button-form-enable:hover,
.swal2-actions button:hover {
    background-color: #003D53 !important;
    outline: none !important;
    box-shadow: none !important;
}


.mit-modal-container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 450px;
    color: #212121;
}

.mit-modal-header {
    display: flex;
    justify-content: center !important;
}

.mit-modal-rowContainer {
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #212121;
    font-size: 14px;
}

.mit-modal-title {
    color: #0069A7;
    font-weight: bold;
    font-size: 18px;
}

.mit-modal-info {
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.mit-modal-img {
    text-align: center;
    margin-top: 15px;
}

.mit-swal-container {
    width: 100%;
}

.mit-chat-area {
    margin-top: 15px;
}

.mit-chat-imgHeader {
    display: flex;
    align-items: center;
    margin-left: 25px;
}

.mit-chat-imgHeader img {
    width: 166px;
    height: 49px;
}

.mit-chat-namePiloto {
    margin-top: 9px;
    font-size: 20px;
}

.mit-input-textChat {
    font-size: 18px;
}

.mit-button-close {
    margin-right: 30px;
    margin-top: 20px !important;
}

.mitHidden {
    display: none !important;
}

/* .swal-height {
    height: 500px;
} */

.swal2-popup {
    padding: 0rem;
    border-radius: 0.8rem;
}

.swal2-actions {
    margin: auto;
}

.swal2-close {
    color: #757575 !important;
}


.swal2-html-container {
    /* max-height: 60% !important; */
    overflow: visible !important;
}

.modal-footer {
    display: none;
}

.mit-container-input-terminos {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.mitInput {
    font-size: 16px !important;
}

.mitInput:focus {
    border-color: #0099d1 !important;
    box-shadow: 3px 2px 23px 0px rgba(0, 153, 209, 0.43) !important;
}


.mitInputchek {
    appearance: none;
    width: 24px;
    height: 24px;
    border: 1PX SOLID #B4B4B4;
    border-radius: 2PX !important;
    margin-right: 15px !important;
}

.mitInputchek:focus {
    border-color: black !important;
    box-shadow: 3px 2px 23px 0px rgba(42, 170, 230, 0.43) !important;
}

.mitInputchek:checked {
    background-color: #0099D1;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    border-color: #0099D1 !important;
}

.mitButton:focus {
    background-color: #003D53 !important;
    border: black;
}

.mitInputOK:focus {
    border-color: #2ecc71 !important;
    box-shadow: 2px -3px 13px -2px rgba(46, 204, 113, 1) !important;
}


.mitInputError:focus {
    border-color: #B50303 !important;
    box-shadow: 2px -3px 13px -2px rgba(181, 3, 3, 0.72) !important;
}



.questionBox {
    width: 100%;
    background: #e5e5e5;
    border-radius: 10px;


}

/*ENCUESTA ESTILOS*/

.assessment {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 90% !important;
    margin: auto !important;
    background: #65b2e2 !important;
    border-radius: 10px !important;
    padding: 0 !important;
}

.assessment span {
    font-weight: bold;
}

.rate {
    float: left;
    /* height: 46px; */
    padding: 0 10px;
    background: #65b2e2 !important;
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 40px;
    color: #65b2e2;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
}

.rate:not(:checked)>label:before {
    content: '★';
}

.rate>input:checked~label {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffc700;
    color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #c59b08;
}

/* ***********************MODAL MITROL********************/
.modal {
    padding-right: 0 !important;
}

.modal-body,
modal-footer {
    text-align: center;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}

.modal-dialog {
    width: 100vw;
    height: 100vh;
    min-height: 640px;
}

.modal-content {
    display: flex;
    background-color: #f2f2f2;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.modal-dialog {
    margin: 0 auto;
}

.modal-video {
    width: 55%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.modal-video video {
    width: 80%;
    box-shadow: 0px 0px 6px 0px rgba(94, 91, 94, 1);
    padding: 10px;
    border-radius: 5px;

}


.imgModalMit {
    height: auto;
    max-width: 100%;
}

.modal-canales {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.divCanales {
    width: 20%;
}

.divCanales img {
    width: 100%;
}

.divCanales p {
    font-size: 16px;
    font-weight: 700;
    color: #0069A7;
}

.modal-salaEspera {
    width: 40%;
}

.modal-url {
    font-size: 16px;
}

.modal-info {
    display: flex;
    height: 50%;
    flex-direction: column;
    justify-content: space-evenly;
}

.modal-info div a {
    color: #0099D1 !important;
}

.mit-modal-title {
    margin-bottom: 15px;
    color: #0099D1;
    font-weight: bold;
    font-size: 28px;
}

.mit-modal-subtitle {
    margin-bottom: 15px;
    color: #0099D1;
    font-weight: 700;
    font-size: 22px;
}

.text-salaEspera {
    margin: 60px auto 0 auto;
    color: black;
    font-weight: 700;
    font-size: 22px;
}

.modal-div-button button {
    padding: 10px 26px 10px 26px;
    font-size: 16px;
    background-color: #0069A7 !important;
    border-color: #0069A7 !important;
}

.modal-BH {
    font-size: 20px;
}

.button-call {
    color: white !important;
    background-color: #2AAFE3;
    border-radius: 20px !important;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 1.5em;
    text-align: left !important;
    margin-top: 4px;
}

/* *********************** FIN MODAL MITROL********************/
/* ============ estilos RESPONSIVE IMAGEN =================== */
#mit-container-frontLeft{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}


#mit-container-frontLeft div{
    flex: none;
    /* height: 50%; */
    margin-top: 0 !important;
}

#mit-container-frontLeft div img{
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

@media (max-width: 1024px) {

    #panel-data-input,
    #panel-out-of-service {
        padding-left: 0;
        padding-right: 0;

    }

    .mit-container-front {
        margin-left: 0% !important;
        margin-right: 0% !important;
        margin-top: 0% !important;
    }

    .w100-2 {
        width: 100% !important;
    }
}

@media (max-width: 768px) {

    #panel-data-input,
    #panel-out-of-service {
        margin-top: 0px;
        height: 100%;
    }

    .mit-container-front {
        display: flex !important;
        flex-wrap: wrap !important;
        flex-direction: column !important;
    }

    .mit-container-frontLeft {
        max-width: 100% !important;
    }

    .mit-container-img {
        overflow: hidden;
        height: 350px
    }

    .mit-data-form {
        max-width: 90% !important;
    }

    .mit-container-button-form {
        padding-bottom: 40px;

    }

    .header {
        display: flex;
        justify-content: space-between;
    }


    p.texto-recibido {
        font-size: 16px;
    }

    .pull-left {
        font-size: 16px !important;
    }

    .rate:not(:checked)>label {
        font-size: 30px;
        -webkit-text-stroke-width: 1px;

    }
}

@media only screen and (max-width: 767px) {
    .mit-element-form-right {
        margin-left: 0px;
    }

    .mit-element-form-left {
        margin-right: 0px;
    }

}


@media only screen and (max-width: 426px) {
    .mit-container-img {
        height: 288px
    }

    .mit-container-bh-ciudades {
        flex-direction: column;
    }
	
		.mit-container-bh {
		display: none;
	}
}

@media only screen and (max-width: 375px) {
    .mit-container-img {
        height: 254px
    }
}

@media only screen and (max-width: 320px) {
    .mit-container-img {
        height: 215px
    }
}