@font-face {
    font-family: 'PantonBold';
    src: url('Panton-Bold.woff') format('woff');
}
/*.chatTitleIconImage, .chatMinimizedIconImage {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 50%;
    border-radius: 50px;
}*/

.buttonAction:hover {
    cursor: pointer;
    background-color: #00529b;
    color: #ffffff !important;
}
.buttonAction {
    height: 36px !important;
    width: 36px !important;
    font-size: 20px !important;
    padding: 0px 0px 0px 3px !important;
}
.buttonControl:hover {
    background-color: #00529b;
    color: #ffffff !important;
    cursor: pointer;
}

/*
.mobile .twLabel, .mobile .twCombobox, .mobile .twCombobox-ro, .mobile .twTextinput, .mobile .twoptiongroup {
    width: calc(100% - 80px)!important;
}
*/

@media screen and (max-width: 100px) {
    #chat .chatCtrl, .mainpanel {
	    display: contents !important;
    }
    
    
    #chat .containerItem input[type="text"] {
	font-size: 16px !important;
    }
}

/*
.chatActionsButtons .chatActionsButtons {
        font-size: 28px !important;
}
*/





.emojiPicker:hover {
    background-color: #00529b;
    color: #ffffff !important;
    cursor: pointer;
}

.buttonWin:hover {
    cursor: pointer;
    border: 2px solid transparent;
    background-color: #00529b;
    color: #ffffff !important;
}

.chatMinimizedTitle {
    float: left;
    height: calc(100% - 20px);
    min-height: 20px;
    width: calc(100% - 30px);
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    /*background-color: #00529b !important;*/
    color: #fff;
}

.chatActions {
    float: left;
    height: 35px;
    min-height: 30px;
    width: calc(100% - 16px);
    padding: 8px;
    padding-top: 7px;
    border-bottom: 1px solid #e0cfcf;
    background-color: #eee;
}

.emojiPicker {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 6px;
    -webkit-border-radius: 15px;
    background-color: #DDDDDD;
    color: #666;
    border: none;
}

.buttonControl {
    float: left;
    width: 30px;
    height: 30px;
    margin-left: 8px;
    -webkit-border-radius: 15px;
    background-color: #DDDDDD;
    color: #666;
    border: none;
}

.mobile .chatControlArea {
    font-size: 16px !important;
}

.mobile .textinput input[type="text"] {
    //font-size: 10px !important;
    //width: 100px !important;
}

/********** ESTILOS DM **********/


/* ********************* ESTILOS MODAL ********************* */

.fade-inc {
    opacity: 0;
    visibility: hidden;
    transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
}

.modal-inc {
    position: fixed;
    display: flex;
    align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    /*display: block;*/
    overflow: hidden;
    outline: 0;
    background-color: rgba(0,0,0, 0.5);
    margin: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.in-inc {
    overflow-x: hidden; 
    overflow-y: auto;
    opacity: 1;
    visibility: visible;
}

.modal-msg-inc {
    margin: 0 !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    background: url('fondoModal.png') no-repeat !important;
    background-size: cover !important;
}

.modal-msg-inc > div {
    display: flex;
    flex-direction: column;
}

.img-modal-inc {
    margin: 0 auto;
    width: 75px;
}

.modal-dialog-inc {
    position: relative;
    width: auto;
    margin: 0px 10px;
}

.modal-content-inc {
    position: relative;
    background-color: white;
    border: 0px solid white !important;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    outline: 0;
    box-shadow: 0 0 9px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 9px 0 rgba(0,0,0,.3);
    -ms-box-shadow: 0 0 9px 0 rgba(0,0,0,.3);
    -o-box-shadow: 0 0 9px 0 rgba(0,0,0,.3);
}

.modal-inc.fade-inc .modal-dialog-inc {
    transition: transform 200ms ease-out;
    -webkit-transition: -webkit-transform 200ms ease-out;
    -moz-transition: -moz-transform 200ms ease-out;
    -ms-transition: -ms-transform 200ms ease-out;
    -o-transition: -o-transform 200ms ease-out;
}

.text-modal-inc {
    color: #3865ad;
    padding: 35px 23px 23px;
    text-align: center;
    font-family: 'PantonBold';
    font-size: 16px;
}

.text-msg-inc {
    color: #444242 !important;
}

.button-modal-inc {
    padding-bottom: 20px !important;
    height: 35px !important;
}

.button-modal-inc button {
    //display: block;
    cursor: pointer;
    margin: 0px auto;
    width: 80px !important;
    max-width: 137px;
    height: 30px !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border: 0px solid #00539b;
    background: rgb(49,113,169);
    background: linear-gradient(90deg, rgba(49,113,169,1) 0%, rgba(41,88,135,1) 35%, rgba(34,59,101,1) 100%);
    border-radius: 5px !important;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
    -o-border-radius: 20px;
    font-family: 'PantonBold';
    //font-weight: bold !important;
    font-size: 16px;
    line-height: 1;
    color: white;
}

.button-modal-inc button:focus {
    outline: none !important;
}
.ok-inc {
    margin-top: 5px !important;
    position: relative;
    left: calc(50% - 87px) !important;
}

.mobile .ok-inc {
    margin-top: 5px !important;
    position: absolute !important;
    left: calc(50% - 90px) !important;
}

.cancel-inc {
    margin-top: 5px !important;
    position: relative;
    right: calc(50% - 190px) !important;
}

.mobile .cancel-inc {
    margin-top: 5px !important;
    position: absolute !important;
    right: calc(50% - 90px) !important;
}

.ok-inc:hover, 
.ok-inc:focus, 
.ok-inc:active, 
.cancel-inc:hover, 
.cancel-inc:focus, 
.cancel-inc:active {
    background-color: #3ea5ff !important;
    color: white !important;

}
/*
.close-inc .iconClose {
    font-size: 10px !important;
}
*/
.chatContainer .iconClose {
    font-size: 10px !important;
}

.close-inc {
    align-items: center;
    display: flex;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 20px;
    height: 20px;
    border: 0px solid #00539b !important;
    background: rgb(49,113,169);
    background: linear-gradient(90deg, rgba(49,113,169,1) 0%, rgba(41,88,135,1) 35%, rgba(34,59,101,1) 100%);
    z-index: 1;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -mos-border-radius: 50%;
    -o-border-radius: 50%;
}

.close-inc:hover {
    background-color: #3ea5ff;
}

.close-inc:before {
    color: white;
    margin: 0 auto;
}

.close-inc:hover:before {
    color: white;
}