.chat{
    margin-top: -10px;
    margin-bottom: -10px;
}

.card2{
    height: 470px;
    border-radius: 15px !important;
    background-color: rgba(0,0,0,0.4) !important;
}
.contacts_body{
    padding:  0.75rem 0 !important;
    overflow-y: auto;
    white-space: nowrap;
}
.msg_card_body{
    overflow-y: auto;
}


.container{
    align-content: center;
}
.search{
    border-radius: 15px 0 0 15px !important;
    background-color: rgba(0,0,0,0.3) !important;
    border:0 !important;
    color:white !important;
}
.search:focus{
     box-shadow:none !important;
   outline:0px !important;
}
.type_msg{
    background-color: rgba(0,0,0,0.3) !important;
    border:0 !important;
    color:white !important;
    height: 60px !important;
    overflow-y: auto;
}
.type_msg:focus{
     box-shadow:none !important;
   outline:0px !important;
}
.attach_btn{
border-radius: 15px 0 0 15px !important;
background-color: rgba(0,0,0,0.3) !important;
    border:0 !important;
    color: white !important;
    cursor: pointer;
}
.send_btn{
border-radius: 0 15px 15px 0 !important;
background-color: rgba(0,0,0,0.3) !important;
    border:0 !important;
    color: white !important;
    cursor: pointer;
}
.search_btn{
    border-radius: 0 15px 15px 0 !important;
    background-color: rgba(0,0,0,0.3) !important;
    border:0 !important;
    color: white !important;
    cursor: pointer;
}

.user_img{
    height: 40px;
    width: 40px;
    border:1.5px solid #f5f6fa;

}
.user_img_msg{
    height: 40px;
    width: 40px;
    border:1.5px solid #f5f6fa;

}
.img_cont{
    position: relative;
    height: 40px;
    width: 40px;
}
.img_cont_msg{
    height: 40px;
    width: 40px;
}
.online_icon{
position: absolute;
height: 15px;
width:15px;
background-color: #4cd137;
border-radius: 50%;
bottom: 0.2em;
right: 0.4em;
border:1.5px solid white;
}
.offline{
background-color: #c23616 !important;
}
.user_info{
margin-top: auto;
margin-bottom: auto;
margin-left: 15px;
}
.user_info span{
font-size: 20px;
color: white;
}
.user_info p{
font-size: 10px;
color: rgba(255,255,255,0.6);
}
.video_cam{
margin-left: 50px;
margin-top: 5px;
}
.video_cam span{
color: white;
font-size: 20px;
cursor: pointer;
margin-right: 20px;
}
.msg_cotainer{
margin-top: auto;
margin-bottom: auto;
margin-left: 10px;
border-radius: 10px;
position: relative;
padding: 0px;
margin-top: -5px;
}
.msg_cotainer_send{
margin-top: auto;
margin-bottom: auto;
margin-right: 10px;
border-radius: 25px;
position: relative;
margin-top: -5px;
}
.msg_time{
position: absolute;
left: 0;
bottom: -15px;
color: rgba(255,255,255,0.5);
font-size: 10px;
}
.msg_time_send{
position: absolute;
right:0;
bottom: -15px;
color: rgba(255,255,255,0.5);
font-size: 10px;
}
.msg_head{
position: relative;
}
#action_menu_btn{
position: absolute;
right: 10px;
top: 10px;
color: white;
cursor: pointer;
font-size: 20px;
}
.action_menu{
z-index: 1;
position: absolute;
padding: 15px 0;
background-color: rgba(0,0,0,0.5);
color: white;
border-radius: 15px;
top: 30px;
right: 15px;
display: none;
}
.action_menu ul{
list-style: none;
padding: 0;
margin: 0;
}
.action_menu ul li{
width: 100%;
padding: 10px 15px;
margin-bottom: 5px;
}
.action_menu ul li i{
padding-right: 10px;

}
.action_menu ul li:hover{
cursor: pointer;
background-color: rgba(0,0,0,0.2);
}

@media(max-width: 576px){
.contacts_card{
margin-bottom: 15px !important;
}	
}

@media (min-width: 768px) {
	.dataTables_info{
		width: 50%;
		float: left;
	}	

	.paging_simple_numbers{
		width: 49.5%;
		float: left;
	}	
}


.modal-header {
    padding: 0rem 0.5rem;
  }

.table td, .table th {
    padding: 2px !important;
  }

.dataTables_filter {
	/*width: 40%;
	float: left;*/
}

.dt-buttons {
	/*width: 60%;*/
	float: left;
}

.dt-buttons button {
font-size: 0.77rem;	
}

  body {
    /**/
    font-size: 0.90rem;
    font-weight: 0;
    line-height: 1.5;
  }

  .form-control {
    /*font-size: 0.70rem;*/

  }
.modal-body {
	padding-top: 0.2rem !important;
}
.modal-title {
font-size: 1.2rem;
}
 

.select2-selection {
    width: 100% !important;
}





.min-100 {
min-height: 85vh;
}

.min-50 {
min-height: 45vh;
}

.min-502 {
    min-height: 32vh;
}

.teclas1 {
    min-height: 85vh;
    
}


#resize_wrapper {
    height: 40vh;
    min-height: 40vh;
    height: 5em;
  line-height: 1em;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  border: 1px solid;
}

/*BOTONES DE VENTAS*/

.divefectivo {
    background-color: #dc3545;
    font-size: 20px;
}

.divnumero {
    background-color: #3498db;
    font-size: 22px;
}

.divnormal {
    background-color: #6c757d;
    font-size: 13px;
}

.divcategoria {
    background-color: #727445;
    font-size: 13px;
}

.texto-centrado {
font-weight:bold;
line-height: 1.42857143;
text-align: center;
font-size: 18px;
}

.botonesdiv2{
min-width: 6vh;
height: 10vh!important;
max-height: 6vh;
width: 8vh;
/*
margin-bottom: 0.5%;
        margin-left: 0.5%;
*/
width: 50%;
border-radius: 0px;
border: 2px solid #33393f;

display: flex;
align-items: center;
justify-content: center;
line-height: 200px;

        font-weight:bold;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;

        text-decoration: none;
    
        color: #ffffff;
        


        display: table-cell;
        vertical-align: middle;
}

.botonesdiv2 > p{
    text-align: center;
  }

.botonesdiv2:hover {

    box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
    background-color: #5a6268;
}

.botonesdiv{
min-height: 5.5vh;
    height: 5.5vh;
    max-height: 5.5vh;
    border: 2px solid #33393f;
    width: 17vh;
    font-size: 12px;
    text-align: center!important;
    line-height: 1.1em;
    font-weight: bold;
}

.botonesdiv:hover {
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
    background-color: #5a6268;
}

.text-right {
    text-align: right;
}



.custom-checkbox {
            padding: 0;
        }

            .custom-checkbox .fa-toggle-on,
            .custom-checkbox .fa-toggle-off {
                font-size: 135%;
                /*this icon is relatively small*/
            }

            .custom-checkbox input[type=checkbox] {
                visibility: collapse;
                width: 0px;
                margin-left: -0.25em;
            }

                .custom-checkbox input[type=checkbox] ~ .custom-check-on {
                    display: none;
                }

                .custom-checkbox input[type=checkbox]:checked ~ .custom-check-on {
                    display: inline;
                }

                .custom-checkbox input[type=checkbox]:checked ~ .custom-check-off {
                    display: none;
                }

                .custom-checkbox input[type=checkbox]:disabled ~ * {
                    color: #b6b4b4;
                }

                .custom-checkbox input[type=checkbox].error ~ .custom-check-on,
                .custom-checkbox input[type=checkbox].error ~ .custom-check-off {
                    border: solid 2px red;
                }

            .custom-checkbox i.btn {
                overflow: hidden;
                color: transparent;
                position: relative;
                display: inline-block;
                width: 3em;
                padding: 0;
                font-style: normal;
            }

            .custom-checkbox .btn:after {
                content: "";
                font-style: normal;
                border: 7px solid white;
                position: absolute;
                top: 0;
                bottom: 0;
                border-radius: 5px;
            }

            .custom-checkbox .custom-check-on.btn:after {
                right: -4px;
            }

            .custom-checkbox .custom-check-off.btn:after {
                left: -4px;
            }

            .custom-checkbox .custom-check-on.btn:before {
                content: "On";
                color: white;
                margin-left: -10px;
            }

            .custom-checkbox .custom-check-off.btn:before {
                content: "Off";
                color: #333;
                margin-right: -15px;
            }

            .custom-checkbox input[type=checkbox]:checked ~ .btn.custom-check-on {
                display: inline-block;
            }




