@font-face {
    font-family: 'Gotham Rounded';
    src: url('fonts/GothamRounded-Medium.eot');
    src: url('fonts/GothamRounded-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamRounded-Medium.woff2') format('woff2'),
        url('fonts/GothamRounded-Medium.woff') format('woff'),
        url('fonts/GothamRounded-Medium.ttf') format('truetype'),
        url('fonts/GothamRounded-Medium.svg#GothamRounded-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}


@font-face {
font-family: "FontAwesome";
font-weight: normal;
font-style : normal;
       src : url("fonts/fontawesome-webfont.eot?v=4.3.0");
       src : url("fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
             url("fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
             url("fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
             url("fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
             url("fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('fonts/glyphicons-halflings-regular.eot');
    src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
    	url('fonts/glyphicons-halflings-regular.woff') format('woff'), 
    	url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), 
    	url('fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.container_asis {
	font-family: 'Gotham Rounded' !important;
	font-size: 12.5px;
}

img {
	max-width: 100%;
}

.inbox_people {
	background: #f8f8f8 none repeat scroll 0 0;
	float: left;
	overflow: hidden;
	width: 40%;
	border-right: 1px solid #c4c4c4;
}

.inbox_msg {
	z-index: 2147483000;
	position: fixed;
	display: none;
	bottom: 120px;
	right: 20px;
	width: 376px;
	min-height: 250px;
	max-height: 704px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 40px;
	opacity: 1;
	border-radius: 8px;
	overflow: hidden;
	border-radius: 8px;
}

.inbox_msg {
	max-width: 320px;
}

.top_spac {
	margin: 20px 0 0;
}

.recent_heading {
	float: left;
	width: 40%;
}

.srch_bar {
	display: inline-block;
	text-align: right;
	width: 60%;
}

.headind_srch {
	padding: 10px 29px 10px 20px;
	overflow: hidden;
	border-bottom: 1px solid #c4c4c4;
}

.recent_heading h4 {
	color: #05728f;
	font-size: 21px;
	margin: auto;
}

.srch_bar input {
	border: 1px solid #cdcdcd;
	border-width: 0 0 1px 0;
	width: 80%;
	padding: 2px 0 4px 6px;
	background: none;
}

.srch_bar .input-group-addon button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	padding: 0;
	color: #707070;
	font-size: 18px;
}

.srch_bar .input-group-addon {
	margin: 0 0 0 -27px;
}

.chat_ib h5 {
	font-size: 15px;
	color: #464646;
	margin: 0 0 8px 0;
}

.chat_ib h5 span {
	font-size: 13px;
	float: right;
}

.chat_ib p {
	font-size: 14px;
	color: #989898;
	margin: auto
}

.chat_img {
	float: left;
	width: 11%;
}

.chat_ib {
	float: left;
	padding: 0 0 0 15px;
	width: 88%;
}

.chat_people {
	overflow: hidden;
	clear: both;
}

.chat_list {
	border-bottom: 1px solid #c4c4c4;
	margin: 0;
	padding: 18px 16px 10px;
}

.inbox_chat {
	height: 550px;
	overflow-y: scroll;
}

.active_chat {
	background: #ebebeb;
}

.received_msg {
	display: inline-block;
	padding: 10px;
	vertical-align: top;
	width: 100%;
	margin-top: 5px;
	background-color: white;
	border-radius: 4px !important;
	border: 1px solid #000;
}

.received_withd_msg {
	width: 77%;
}

.mesgs {
	/* 	float: left; */
	padding: 30px 15px 0 25px;
	position: relative;
	background-color: white;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 21px 4px -20px inset;
	flex: 1 1 0%;
}

.sent_msg p {
	background: #F33 none repeat scroll 0 0;
	border-radius: 3px;
	border: 1px solid #000;
	font-size: 14px;
	margin: 0;
	color: #fff;
	padding: 5px 10px 5px 12px;
	width: 100%;
}

.outgoing_msg {
	margin: 15px;
	padding: 10px;
}

.outgoing_msg_img {
	width: 100% !important;
	text-align: right;
	margin-bottom: 5px;
	margin-top: 10px;
}

.sent_msg {
	text-align: right;
	width: 100%;
}

.input_msg_write input {
	color: #4c4c4c;
	font-size: 12px !important;
	min-height: 48px;
	width: 100%;
	border: none !important;
	overflow: auto;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.type_msg {
	border-top: 1px solid #c4c4c4;
	position: relative;
}

.msg_send_btn, .msg_send_btn:hover {
	background: #ff3333;
	border: medium none;
	color: #fff;
	cursor: pointer;
	font-size: 17px;
/* 	height: 33px; */
	position: absolute;
	right: 4px;
	padding:4px;
/* 	width: 33px; */
}

.messaging {
	padding: 0 0 50px 0;
}


.msg_history {
	height: 400px;
	overflow-y: auto;
	padding-right: 15px;
}
.msg_history {
	padding-right: 0px;
	max-height: 340px;
	padding-right: 0px;
}

.icon_chatbot {
	position: fixed;
	width: 80px;
	height: 80px;
	bottom: 40px;
	right: 40px;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	z-index: 1000;
	animation: bot-to-top 2s ease-out;
}

.icon_chatbot {
	-moz-transition: all .5s linear;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}

i.fa.fa-commenting {
	font-size: 30px;
	padding: 12px;
	color: #FFF !important;
}

i.fa.fa-times {
	font-size: 30px;
	padding: 12px;
	color: #FFF !important;
}

.container_asis .list-group {
	/* 	margin-left:20px; */
	margin-top: 5px;
	margin-bottom: 5px;
}

/************/
/*Cambios v2*/
/************/
.top-bar-edubot {
	color: #000000;
	padding: 15px;
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
	border-bottom: 3px solid #ff2e45 !important;
	min-height: 60px;
}

.mesgs {
	padding: 0px 0px 0px 0px;
	background-color: #e5e5e5;
}

.incoming_msg_img {
	display: inline;
	width: 20px;
	margin-bottom: 15px;
}

.received_withd_msg {
	width: 100%;
}

.received_withd_msg p {
	background: #FFFFFF none repeat scroll 0 0;
}

.incoming_msg {
	margin: 15px;
	/* 	background-color: #ffffff; */
	padding: 10px;
	/* 	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); */
}

.msg_send_btn {
	background: #ff3333 none repeat scroll 0 0;
	font-size: 15px;
	width: 40px;
	height: 40px;
	top: 5px;
}

.write_msg {
	background: #ffffff !important;
	padding: 8px !important;
}

.btn-chatbot {
	width: 99%;
	color: #000000;
	border-color: #ccc;
	border-radius: 4px;
	height: 44px;
}

.time_date {
	color: #747474;
	display: block;
	font-size: 12px;
	margin: 10px 5px 0;
	float: right;
}

.incoming_msg_img span {
	padding-left: 10px;
	font-size: 13px;
	font-weight: bold;
}

button.btn-chatbot,button.btn-chatbot:hover {
	font-weight: bold;
	font-size: smaller;
	margin-bottom: 5px;
	border: 1px solid;
	text-align: center !important;
	background: none;
	background-image: none;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.received_withd_msg .list-group {
	box-shadow: none !important;
}

.closeIconX {
	color: #ff2e45;
	font-size: 16px;
	font-weight: bold;
}

.pclose {
	width: 40px;
	float: right;
	text-align: center;
}

/* Version 3*/
.top-bar-edubot {
	color: #000000;
	padding: 10px 15px 5px 15px !important;
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
	border-bottom: 3px solid #ff2e45;
	min-height: 60px;
}

.mesgs {
	padding: 0px 0px 0px 0px;
	background-color: #e5e5e5;
}

.incoming_msg_img {
	display: inline;
	width: 20px;
	margin-bottom: 15px;
}

.received_withd_msg {
	width: 100%;
}

.received_withd_msg p {
	background: #FFFFFF none repeat scroll 0 0;
}

.write_msg {
	background: #ffffff !important;
	padding: 8px !important;
	font-family: 'Gotham Rounded' !important;
    color: #000;
    font-weight: bold;
    font-size: 11px !important;
    padding-left: 15px !important;
}

.btn-chatbot {
	width: 99%;
	color: #000000;
	border-color: #ccc;
	border-radius: 4px;
	height: 44px;
}

.time_date {
	color: #747474;
	display: block;
	font-size: 12px;
	margin: 10px 5px 0;
	float: initial;
}

.panel-title {
	background: none !important;
	font-size: 20px !important;
}

.inbox_msg {
	max-width: 320px;
}

.msg_history {
	padding-right: 0px;
	max-height: 340px;
	padding-right: 0px;
}


div#modalDni {
    background: #ff3333;
    border-radius: 4px;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 999;
    display: none; 
    opacity: 0.91;
}


.btn-ubigeo {
    width: 30%;
    color: #000000;
    border-color: #ccc;
    border-radius: 4px;
    height: 44px;
}

button.btn.btn-more-info, button.btn.btn-more-info:hover {
    background: none;
    padding: 0px;
}


