html, 
body, 
.wrap-inconcert, 
.wrap-inconcert > .row, 
.wrap-inconcert > .row > .col-md-12,
.wrap-client, 
.wrap-client > .row, 
.wrap-client > .row > .col-md-12,
#videocall, #videos, #videosVideoCall {
	height: 100% !important;
	margin: 0px;
	padding: 0px;
}

.btn, .btn-circular, .btn-success, .btn-danger, .bootbox-close-button {
	transition: all 0.3s ease-in !important;
	-webkit-transition: all 0.3s ease-in !important;
	-moz-transition: all 0.3s ease-in !important;
	-ms-transition: all 0.3s ease-in !important;
	-o-transition: all 0.3s ease-in !important;
}

.wrap-inconcert {
	width: 100%;
	/*background-color: #3D4D55;*/
}

.wrap-client {
	width: 100%;
	/*background: rgb(75,60,101);
	background: linear-gradient(0deg, rgba(75,60,101,1) 0%, rgba(0,112,106,1) 100%);*/
	position: relative;
	overflow: hidden;
}

.client-logo {
	position: absolute;
	/*width: 200px;*/
	margin: auto;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
}

.webclient-logo {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 150px;
}

#sipcall {
	display: none;
}

.videocall-messages-container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	margin-top: -17px;
	text-align: center;
}

.videocall-messages-container h6,
.videocall-messages-container span{
	font-family: Roboto, sans-serif;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	margin: 0px;
}

#videocall {
	padding: 0px !important;
	height: 100%;
}

.remote-video {
	height: 100% !important;
	width: 100% !important;
	padding: 0px 0px 0px 0px !important;
}

.remote-video .panel, 
.local-video .panel {
	border: 0px !important;
    border-radius: 0px !important;
    margin-bottom: 0px !important;
    box-shadow: none !important;
    height: 100% !important;
}

.remoteVideo, 
.remote-video .panel .panel-body, 
.local-video .panel .panel-body {
	padding: 0px !important;
	height: 100% !important;
}

.remoteVideo, .remoteVideo video {
	overflow: hidden !important;
	border-radius: 0px;
}

#videoleft, #videoleft video, 
#videoleftVideoCall, #videoleftVideoCall video {
	overflow: hidden !important;
	border-radius: 4px;
}

#videoright video, 
#videorightVideoCall video {
	width: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
	object-fit: cover;
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	-o-border-radius: 0px !important;
}

.local-video {
	position: absolute !important;
	top: 25px !important;
	right: 25px !important;
	height: 25% !important;
	width: auto !important;
}

.local-video .panel {
	background-color: transparent !important;
}

#videoleft video, 
#videoleftVideoCall video {
	height: 100% !important;
	width: auto !important;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3) !important;
	-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3) !important;
	-moz-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3) !important;
	-ms-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3) !important;
	-o-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3) !important;
}

.footer-inconcert {
	position: fixed;
	bottom: 0px;
	padding-bottom: 15px;
	width: 100%;
	text-align: center;
}

.no-video-container {
	height: 100%;
}

.wrap-inconcert .no-video-container {
	background-color: #3D4D55;
	border: 1px solid #95AAB4;
	border-radius: 5px;
}

.wrap-client .no-video-container {
	background: rgb(75,60,101);
	background: linear-gradient(0deg, rgba(75,60,101,1) 0%, rgba(0,112,106,1) 100%);
}

.no-video-container i {
	color: #95AAB4;
    height: auto;
    position: absolute;
    top: 50%;
}

.no-video-text {
	color: #D1DADE;
	font-family: Roboto, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	bottom: inherit;
	top: 58%;
}

.remoteVideo .no-video-container i {
	font-size: 4em!important;
	margin-top: -20px;
}

#videoleft  .no-video-container i{
	font-size: 2em!important;
	margin-top: -30px;
}

/* ************** BUTTONS STYLE ************** */

.btn[disabled] {
	display: none;
}

.btn:active, .btn.active {
	box-shadow: none !important;
}

.btn:focus, 
.btn:active:focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn.active.focus {
    outline: none !important;
    outline-offset: 0px !important;
}

.btn-circular {
	width: 60px;
	height: 60px;
	/*margin-left: 12px;*/
	margin-right: 12px;
	color: #2C383E;
	padding: 0px;
	background-color: #EDF0F2 !important;
	border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-ms-border-radius: 50% !important;
	-o-border-radius: 50% !important;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2) !important;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2) !important;
	-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2) !important;
	-ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2) !important;
	-o-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2) !important;	
}

.btn.call-button {
	width: 56px;
	height: 56px;
	margin-top: -16px;
}

.btn.icon-video-solid,
.btn.icon-video-slash-solid {
	margin-right: -56px;
}

.fa-microphone:before, 
.fa-microphone-slash:before, 
.icon-video-solid:before, 
.icon-video-slash-solid:before, 
.icon-phone-solid:before {
	font-size: 20px !important;
}

.icon-phone-slash-solid:before {
	font-size: 24px;
}

#call, #callSIP, 
#toggleaudio {
/*	margin-right: 10px !important;*/
}

#call[disabled], #callSIP[disabled],
#toggleaudio[disabled],
#togglevideo[disabled], #togglevideoVideoCall[disabled] {
	background-color: #e0e0e0 !important;
}

.call-button:not([disabled]), #callSIP:not([disabled]), 
.call-button:hover:not([disabled]), #callSIP:hover:not([disabled]) {
	background-color: #7EB44D !important;
	color: 2C383E !important;
	transform: rotate(90deg);
}

#toggleaudio:hover:not([disabled]), 
#togglevideo:hover:not([disabled]), #togglevideoVideoCall:hover:not([disabled]) {
	background-color: #424242 !important;
	color: white !important;
}

#call.hangout, #callSIP.hangout {
	background-color: #FF8066 !important;
	transform: rotate(-135deg) !important;
	-webkit-transform: rotate(-135deg) !important;
	-moz-transform: rotate(-135deg) !important;
	-ms-transform: rotate(-135deg) !important;
	-o-transform: rotate(-135deg) !important;
}

#call.hangout:hover:not([disabled]), 
#callSIP.hangout:hover:not([disabled]) {
	color: white !important;
	background-color: #FF8066 !important;
}

#toggleaudio.silence, 
#togglevideo.silence, 
#togglevideoVideoCall.silence {
	color: white !important;
	background-color: #9e9e9e !important;
}

.hide {
	display: none !important;
}

.switch-audio-container {
	position: absolute;
    width: 36px;
    height: 36px;
    right: 10px;
	bottom: 10px;
	display: none;
	background-color: #17353f;
	border-radius: 5px;
}

.switch-audio-active .switch-audio-container {
	display: block!important;
}

.switch-audio-button {
	background: transparent;
    border: none;
    width: 36px;
    height: 36px;
}

/* ********** BOX DIALOG ********** */

.modal-dialog {
	width: 220px;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 auto !important;
	text-align: center;
}

.modal-header {
	background-color: #2f3941 !important;
    border-width: 0px !important;
}

.modal-title {
	color: white !important;
}

.bootbox-body {
	color: #2f3941 !important;
    font-size: 1.1em !important;
	margin-top: 20px;
}

.modal-footer {
	border-width: 0px !important;
	text-align: center !important;
	padding: 10px 20px 20px 20px !important;
}

/*.btn-success, 
.btn-danger, 
.btn-primary,
.button-modal-chat-inc button {
	text-decoration: none !important;
	background-image: none !important;
	border: none;
	font-size: 14px !important;
	border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    -o-border-radius: 25px !important;
	width: 100%;
	padding: 10px 0px;
	margin-bottom: 10px;
	font-weight: bold;
}*/

/*.btn-success, 
.btn-primary,
.button-modal-chat-inc .accept-chat-inc {
    background-color: #25D4C9 !important;
    color: #2F3941 !important;
}*/

/*.btn-success:hover, 
.btn-danger:hover, 
.btn-primary:hover,
.button-modal-chat-inc .accept-chat-inc:hover {
	background-color: #25D4C9 !important;
	color: #2F3941 !important;
}*/

.btn-danger,
.button-modal-chat-inc .cancel-chat-inc {
    background-color: #ffffff !important;
    color: #161e42 !important;
}

body {
    /*background-color: #9da2a54d;*/
}

.dialpad {
    background-color: white !important;
    margin: 20px 5px 5px 5px;
    border-radius: 5px;
}

.numberCall {
    background-color: #0082ba;
    color: white;
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 60px;
    padding: 20px 0px 20px 0px;
    border-radius: 5px;
}

.dialpad-numbers {

}

.pt-5 {
	padding-top: 20px;
}

.sub-letters {
       	padding-top: 4px;
	font-size: 11px;
	font-weight: 300;
	position: relative;
	top: -2px;
        letter-spacing: 1px;
}

.row-dialpad {
	height: auto;
	width: 380px;
	margin: auto;
}

.img-logo {
	width: 394px;
}

.pb-5 {
	padding-bottom: 20px;
}

.btn-custom {
	background-color: white;
	color: #007ec5;
	width: 40px;
	height: 40px;
	margin: 5px 10px 5px 10px!important;
	border-radius: 5px !important;
	font-weight: bold;
}

.btn-custom:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #007ec5;
        width: 40px;
        height: 40px;
}

.btn-custom:active {
	color: #ffffff;
	text-decoration:none;
	background-color: #007ec5;
	width: 40px;
	height: 40px;
}

.col-custom-center {
	float: none;
	display: block;
	margin: 120px auto;
}
/* ----- SOBRE ESCRIBIENDO CSS BOOTSTRAP ----------*/

/*.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
        text-align: center;
	white-space: nowrap;
        vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
        border: 1px solid transparent;
	padding: 9px 20px;
	font-size: 18px;
	line-height: 1.42857143;
        border-radius: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 75px;
	height: 60px;
}

.btn-default:hover {
	    color: #ffffff !important;
	    background-color: #05c5d8 !important;
	    border-color: #2e6da4;
}

.btn-default {
	color: #2e6da4 !important;
	font-weight: bold;
}

.btn-default {
	text-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}*/

/* ********** SPINNER ********** */

.spinner {
	top: 25% !important;
}

/* ********** MEDIA QUERIES ********** */

@media (min-width: 768px) {
    #videocall {
        width: 100% !important;
	}
}

@media (max-width: 640px) {	
	.modal-dialog {
		max-width: 85% !important;
	}
}

@media (max-width: 529px) {
	.switch-audio-active .footer-inconcert {
		bottom: 40px;
	}

	.switch-audio-active .switch-audio-container {
		left: 0px;
	    right: 0px;
		bottom: 0px;
		width: 100%;
		text-align: center;
	}

	.switch-audio-button {
		margin: auto;
	}
	
	.wrap-inconcert .local-video {
		height: 80px !important;
		width: 110px!important;
		padding: 0px;
	}
}

@media (min-width: 480px) and (max-width:640px) {
	.local-video {
		min-width: 150px;
	}
}

@media (max-width: 480px) {
	.wrap-client .remote-video video {
		width: 100% !important;
		height: auto !important;
		max-height: 100% !important;
		object-fit: fill !important;
	}

	.remote-fit {
		height: 50% !important;
	}

	.remote-fit #videorightVideoCall video {
		width: 100% !important;
    	object-fit: cover !important;
    	height: 100% !important;
    	margin-left: 0px !important;
	}

	.local-fit {
		height: 50% !important;
		top: 0px !important;
		width: 100% !important;
		right: 0px !important;
		padding: 0px !important;
		position: relative !important;
	}

	.local-fit #videoleftVideoCall video {
		width: 100% !important;
		object-fit: cover !important;
		height: 100% !important;
	}

	.remote-fit #videorightVideoCall, 
	.local-fit #videoleftVideoCall, 
	.remote-fit #videorightVideoCall video, 
	.local-fit #videoleftVideoCall video {
		border-radius: 0px !important;
		-webkit-border-radius: 0px !important;
		-moz-border-radius: 0px !important;
		-ms-border-radius: 0px !important;
		-o-border-radius: 0px !important;
	}
}
