body {
	font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
    font-size: 14px;
    color: #555;
	margin: 1px;
	overflow: hidden;
}

iframe {
	border: none;
}

/* Ocultar badge de reCAPTCHA. */
.grecaptcha-badge{
	visibility: collapse !important;
}

/* Ocultar símbolo Offline.js */
.offline-ui {
    display: none;
}

h1 {
    font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
    font-size: 20px;
    color: #333;
}

hr {
	border-style: solid;
	color: #D5D8DD;
}

.h1-small
{
	border: 1px solid #5480CB;
	width:97%;
	padding:10px 2px 0 0;
	height:25px;
	margin:auto;
	margin-top:10px;
	font-weight:bold;
	font-size:15px;
	background-color:#5480CB;
	color:white;
}

button {
	 cursor:pointer;
}

a {
	text-decoration: none;
	color: #222;
}

a:active {
	color: #222;
}

.alertTab {
    animation-name: blink;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    font-weight: bold !important;
}

@keyframes blink {
    0% {
        background-color: #f2f9fe;
    }
    20% {
        background-color: #CFE1FF;
    }
    100% {
        background-color: #f2f9fe;
    }
}

#pegatina {
    position: relative;
    z-index: 1000;
    width: 100%;
    min-width: 800px;
	height: 56px;
    background-color: white;
}

#content {
	margin: 0px;
	padding: 0px;
	height: 93%;
	top: 88px;
}

#showflow {
    float:right;
    margin-top:5px;
}

#call-button {
    margin-top:5px;
}

.frmcontent {
    width: 100%;
    height:89.5%;
    z-index: 1;
}

#agent-status {
	padding-top: 12px;
	float: left;
}

#agent-block {
	float: left;
	height: 54px;
	padding: 0 5px 0 2px;
	background-color: white;
}

#call-block {
	float: left;
	height: 56px;
    min-height: 56px;
	width: 245px;
}

#calldata {
    text-align:right;
	background-color: white;
    height: 100%;
}

#calldata > div:nth-child(n+2) {
    display: none;
}

.showCalldata > div:nth-child(n+2) {
    display: block !important;
}

#clickToCallBox {
	display: none;
	text-align: right;
	height: 54px;
	padding: 0px 8px 0px 8px;
	background-color: white;
}

#clickToCallDirect, #paramManualTextBox {
	text-align: right;
	margin: 6px 4px 0px 0px;
	width: 220px;
    height: 15px;
	outline: none;
    border: #558FF5 solid 1px;
}

#manualCampaigns {
	width: 220px;
	margin: 6px 6px 0px 0px;
    height: 15px;
	outline: none;
    border: #558FF5 solid 1px;
}

.callRow {
	cursor: pointer;
	padding: 0px 8px 0px 8px;
	background-color: #D0E1FF;
	color: #3F6EB6;
    min-height: 56px;
}

.callRow:hover {
    background-color: #9EC2FF;
}

.callContent {
	padding-top: 12px;
}

.callIcon {
	float: right;
}

.callText {
	float: right;
	padding: 0px 0px 2px 5px;
}

.callText.contact-name {
    width: 100%;
    overflow-wrap: break-word;
}


.extraButtons {
	float: right;
	position: absolute;
	display: none;
	padding: 0px;
    padding-top: 0px;
	background-color: white;
    border: #558FF5 solid 1px;
    z-index: 99;
}

.extraButtons > div{
    padding: 0px !important;
	margin: 5px !important;
}

#parkCall, #volume, #muteToogle,#configureAudio,#chatAuditor,#transferCall,#conference,#notifications,#hangupCall,#pendingMails,#pendingChats,#clickToCall,#newShowFlow,#pendingFace,#scheduledCalls,#moreButtons,#dummyDiv,#counters {
    float: left;
    margin-left: 1%;
    padding-top: 12px;
	height: 32px;
}

#break {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    padding-top: 12px;
	height: 32px;
}

#logout {
    float: right;
    margin-right: 1%;
    padding-top: 11px;
}

#signal {
	padding-left: 38px;
    position: relative;
	height: 32px;
	line-height: 32px;
	background-image: url(../img/32x32/others/sprite-signal.png?v=1);
	background-repeat: no-repeat;
	float: right;
	margin-right:1%;
	margin-top: 15px;
}

.headerButton {
	height: 32px;
	width: 32px;
}

.signal0 {
	background-position: 0 0;
}

.signal1 {
	background-position: 0 -32px;
}

.signal2 {
	background-position: 0 -64px;
}

.signal3 {
	background-position: 0 -96px;
}

.signal4 {
	background-position: 0 -128px;
}

#agent-status #agent-image {
	float: left;
}

#agent-status #agent-info {
	float: left;
}

#agent-status #agent-name {
	font-size:16px;
}

#agent-status #agent-extension {
	font-size:14px;
}

#click-to-call #phone-number {
	font-size:17px;
	width: 50%;
}

#login-error {
	color: #FF0000;
}

#chat {
	bottom: 5px;
	left: 5px;
	width: 30%;
	height: 20%;
	padding: 20px 20px;
	min-width: 300px;
	min-height: 200px;
	background-color:#00BFFF;
	overflow: auto;
	border-radius: 15px;
	-moz-box-shadow: inset 0 0 5px 5px #333300;
	-webkit-box-shadow: inset 0 0 5px #333300;
	box-shadow: inset 0 0 5px 5px #333300;
}

#inbox {
	padding: 10px 10px;
	width: 95%;
	height: 110px;
	background-color:#787878;
	overflow: auto;

}

#contentStatus {
    min-width:100%;
    min-height: 100%;
    margin:0px;
    background-color: #D0E1FF;
    background-image: url(../img/fondoMenuBlanco.png?v=1);
    padding-bottom: 20px;
}

#containerAuditorChats li .ui-icon-close {
    float: left;
    margin: 0.6em 0.4em 0 0;
    cursor: pointer;
}


#tabs li .ui-icon-close,  #tabs li .ui-icon-refresh {
    float: left;
    cursor: pointer;
}


#webDivPanel {
    border: 1px solid #f8f8f8;
    background: #e4e4e4 url(images/ui-bg_flat_55_e4e4e4_40x100.png?v=1) 50% 50% repeat-x;
    color: #fff;
    font-weight: bold;
}


.available, .processing, .busy, .administration, .support, .meeting, .away,
.lunch, .backoffice, .training, .sick, .holiday, .rest, .parked, .break, .incall, .preshift, .postshift, .evaluating, .attending {
    height: 16px;
    width: 16px;
    background-image: url(../img/16x16/status/status-sprite.png?v=3);
    background-repeat: no-repeat;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

.available {
    background-position: 0 0;
}

.processing {
    background-position: 0 -16px;
}

.busy {
    background-position: 0 -32px;
}

.administration {
    background-position: 0 -48px;
}

.support {
    background-position: 0 -64px;
}

.meeting {
    background-position: 0 -80px;
}

.away {
    background-position: 0 -96px;
}

.lunch {
    background-position: 0 -112px;
}

.backoffice {
    background-position: 0 -128px;
}

.training {
    background-position: 0 -144px;
}

.sick {
    background-position: 0 -160px;
}

.holiday {
    background-position: 0 -176px;
}

.rest {
    background-position: 0 -192px;
}

.parked {
    background-position: 0 -208px;
}

.break {
    background-position: 0 -224px;
}

.incall {
    background-position: 0 -240px;
}

.preshift {
    background-position: 0 -256px;
}

.postshift {
    background-position: 0 -272px;
}

.evaluating {
    background-position: 0 -288px;
}

.attending {
    background-position: 0 -16px;
}

.incoming-call, .outgoing-call, .recording-call, .parked-call {
    height: 16px;
    width: 16px;
    background-image: url(../img/16x16/status/callstatus-sprite.png?v=2);
    background-repeat: no-repeat;
    float: left;
    margin-right: 5px;
    background-size: unset !important;
}

.incoming-call {
    background-position: 0 0;
}

.outgoing-call {
    background-position: 0 -16px;
}

.recording-call {
    background-position: 0 -32px;
}

.parked-call {
    background-position: 0 -48px;
}

.ringing-call {
    opacity: 0.4 !important;
}

.clickToCallPopup {
	float: right;
	position: absolute;
	bottom: 5px;
	z-index:5;
	right: 5px;
	width: 24%;
	min-height: 5%;
    padding: 20px 20px 20px 20px;
    border-radius: 5px;
    background-color:#3e6abe;
    -moz-box-shadow: 0 0 5px #222;
    -webkit-box-shadow: 0 0 5px #222;
    box-shadow: 0 0 5px #222;
}

.chatPopup, .mailPopup, .flowPopup, .newFlowPopup, .auditorChatPopup {
    float: left;
    position: absolute;
    top: 0 !important;
    z-index:2;
    min-width: 850px;
    min-height: 65%;
	width: 99%;
    background: #EEE;
	border:1px solid white;
	outline: 0;
}

.newFlowPopup {
	width: 45%;
	min-width: 250px;
	min-height: 40%;
}

.webphonePopup {
	outline: 0;
	float: left;
    position: absolute;
    top: 110px;
    z-index:2;
    margin: 15px;
    min-width: 280px;
    padding: 10px 10px 10px 10px;
    background: #EEE;
	-moz-box-shadow: 0 0 5px #222;
    -webkit-box-shadow: 0 0 5px #222;
    box-shadow: 0 0 5px #222;
	border:1px solid white;
	display: none;
}

.infoPopup {
	float: right;
    position: absolute;
	right: 10px;
    z-index:2;
    margin: 15px;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    background: #EEE;
	-moz-box-shadow: 0 0 5px #222;
    -webkit-box-shadow: 0 0 5px #222;
    box-shadow: 0 0 5px #222;
	border:2px solid white;
	border-radius: 5px;
	display: none;
}

.webphoneIncomingPopup {
    position: absolute !important;
    top: 50%;
    left: 50%;
    z-index: 10000;
    background: #EEE;
    -moz-box-shadow: 0 0 5px #222;
    -webkit-box-shadow: 0 0 5px #222;
    box-shadow: 0 0 5px #222;
    border: 1px solid white;
	border-radius: 5px;
    min-width: 200px;
    max-width: 500px;
    text-align: center;
}

.movePopup {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    width: 100%;
    height: 15px;
    background-color: #E0E0E0;
    border-radius: 5px 5px 0 0;
    margin-top: 0px;
}

.accept-btn,
.reject-btn {
    border-radius: 5px;
    border: 1px solid transparent;
    color: white;
}

.accept-btn {
    background-color: #009D4B;
}

.reject-btn {
    background-color: #ED1C24;
}

.webphoneNumber {
    font-weight: bold;
}

.loadingPanel {
	position: relative;
	float: left;
	width: 500px;
	height: 500px;
	top: -500px;
	display: none;
	background: white;
	background-image: url(../img/loader.gif?v=1);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px;
	opacity:0.9;
	filter:alpha(opacity=90);
}

#contentInfoPopup {
	font-size: 24px;
	min-height: 50px;
	min-width: 50px;
}

.divTablaPanel {
	width: 100%;
	overflow-y: auto;
    overflow-x: hidden;
}

.headerPopup {
	height: 31px;
	padding: 5px 10px 5px 10px;
	background-color: #3F6EB6;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5B72AC', endColorstr='#262E68',GradientType=0 );
	color: #FDFDFD;
}

.headerBackground {
	background-color: #3F6EB6;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5B72AC', endColorstr='#262E68',GradientType=0 );
	color: #FDFDFD;
}

.headerHold {
	float: right;
	position: relative;
	top: -27px;
	padding: 3px;
	border: 1px solid white;
	border-radius: 3px;
}

.headerHolded {
	background-color: #3e6abe;
}

.inactivityCounter {
	width: 100%;
	height: 79.5%;
	text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;
    font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
    font-weight: normal;
    font-size: 14px;
}

.tablaPanel {
	border-spacing: 0px;
    background-color: #F9F9F9;
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
    color: #333;
}

.tablaPanel td, .tablaPanel th {
    border-top-color: white;
    border-bottom: 1px solid #DFDFDF;
    color: #555;
}

.tablaPanel th {
	background-color: #F5F5F5;
    text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;
    font-weight: normal;
    padding: 7px 7px 8px;
    text-align: left;
    line-height: 1.3em;
    font-size: 12px;
}

.tablaPanel td {
    font-size: 12px;
    padding: 4px 7px 2px;
    vertical-align: middle;
}

.tablaPanelUsers {
	border-spacing: 0px;
    background-color: #F9F9F9;
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
    color: #333;
	margin-bottom: 15px;
}

.tablaPanelUsers td, .tablaPanelUsers th {
    border-top-color: white;
    color: #555;
}

.tablaPanelUsers td:first-child, .tablaPanelUsers th:first-child {
    border-left: 1px solid #DFDFDF;
}

.tablaPanelUsers td:last-child, .tablaPanelUsers th:last-child {
    border-right: 1px solid #DFDFDF;
}

.tablaPanelUsers tr:first-child th {
    border-top: 1px solid #DFDFDF;
}

.tablaPanelUsers tr:last-child th {
    border-bottom: 1px solid #DFDFDF;
}

.tablaPanelUsers th {
	background-color: #F5F5F5;
    text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;
    font-weight: normal;
    padding: 7px 7px 8px;
    text-align: left;
    line-height: 1.3em;
    font-size: 12px;
}

.tablaPanelUsers td {
    font-size: 12px;
    padding: 4px 7px 2px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}

.tablaPanelQueues {
	border-spacing: 0px;
    background-color: #F9F9F9;
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
    color: #333;
}

.tablaPanelQueues td, .tablaPanelQueues th {
    border-top-color: white;
    border-bottom: 1px solid #DFDFDF;
    color: #555;
}

.tablaPanelQueues td:first-child, .tablaPanelQueues th:first-child {
    border-left: 1px solid #DFDFDF;
}

.tablaPanelQueues td:last-child, .tablaPanelQueues th:last-child {
    border-right: 1px solid #DFDFDF;
}

.tablaPanelQueues th {
	background-color: #F5F5F5;
    text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;
    font-weight: normal;
    padding: 7px 7px 8px;
    text-align: left;
    line-height: 1.3em;
    font-size: 12px;
}

.tablaPanelQueues td {
    font-size: 12px;
    padding: 4px 7px 2px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}

.hidden {
    display: none;
}

table.tablesorter thead tr .header {
	background-image: url(bg.gif?v=1);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif?v=1);
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif?v=1);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #D5DCE2;
}

.basicFloat {
	font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
    font-size: 14px;
	position: relative;
	float: left;
}

.basicFloatRight {
	font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
    font-size: 14px;
	position: relative;
	float: right;
}

.basicElement {
	font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
    font-size: 14px;
    color: #555;
}

.cuadro {
	border-radius: 3px;
	padding: 4px;
	margin-top: 4px;
    min-width: 50px;
}

.divFancy {
    padding: 10px;
    font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
    font-size: 14px;
    color: #555;
}

.divFancyTittle {
    text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;
    font-size: 16px;
    color: #333;
}

.divFancyBox, .infoBox {
    padding: 10px;
    border-top: 1px solid #FFF;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #A0A0A0;
    border-bottom: 1px solid #AFAFAF;
    position: relative;
    float: left;
	clear: left;
    margin: auto;
}

.simpleBox {
    border-top: 1px solid #FFF;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #A0A0A0;
    border-bottom: 1px solid #AFAFAF;
}

.tittle {
	width: 100%;
	background-color: #D0E1FF;
	height: 30px;
}

.formInput {
	margin-bottom: 10px;
}

.field {
	margin-left: 35px; padding-top: 8px; min-width: 200px
}

.inputBox {
	margin-left: 35px; padding-top: 3px; min-width: 200px
}

.contactOver {
	background-color: #DCFFBA;
}

.contactSelected {
	background-color: #FFDC87;
}

.row:hover {
    background-color: #EDEDED;
}

.rowselected {
    background-color: #C0D8F6;
}

.rowstrong {
    font-weight: bold;
}

.launched {
    background-color: #FFDC87;
}

.completed {
    background-color: #DCFFBA;
}

.transferred {
    background-color: #BADCFF;
}

.pending {
    background-color: #DFDFDF;
}

.inputPopup {
    width:60%;
	text-align: right;
}

.call-popup #info {
	font-family:  Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
	font-size: 20px;
}

.custom-label {
	padding: 10px 10px;
	width: 95%;
	height: 110px;
	background-color:#787878;
	overflow: auto;
}

.call-popup #popup-buttons {
    float:right;
    right:0;
    bottom: 0;
}

.buttonExpand {
	background-color: #EEE;
	color: #555;
	border: 1px solid #AAA;
	margin: 10px 0px 0px 10px;
	border-radius: 2px;
	float: left;
	display: none;
	cursor: pointer;
	line-height: 10px;
	text-align: center;
	padding: 0px 8px;
}

.buttonSend {
	background-color: #C0D8F6;
	color: rgb(49, 96, 146);
	border: 1px solid rgb(141, 165, 196);
	padding: 10px;
	margin-right: 10px;
	border-radius: 2px;
	float: right;
	display: none;
	cursor: pointer;
}

.buttonSendCenter {
	background-color: #C0D8F6;
	color: rgb(49, 96, 146);
	border: 1px solid rgb(141, 165, 196);
	padding: 10px;
	margin-right: 10px;
	border-radius: 2px;
	cursor: pointer;
}

.buttonSendOver {
	background-color: rgb(166, 198, 238);
}

.buttonOver {
	border-radius: 2px;
	background-color: rgb(79, 110, 176);
}

.buttonGrayOver {
	border-radius: 2px;
	background-color: #D0E1FF !important;
}

.buttonBlueOver {
	border-radius: 2px;
	background-color: #3F6EB6;
}

.buttonExpandOver {
	background-color: #CCC;
}

.buttonAttachOver {
	border-radius: 2px;
	background-color: #EEE;
}

.buttonAccountOver {
	border-radius: 2px;
	background-color: #CCC;
}

.emailAccounts {
	color: rgb(49, 96, 146);
	background-image: url(../img/delete.png?v=1);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 15px;
	cursor: pointer;
	padding: 5px;
	display: inline;
	float: left;
	padding-right: 18px;
	margin-right: 3px;
}

.emailToAccount {
	color: rgb(49, 96, 146);
	display: inline;
	padding-right: 18px;
	float: left;
	padding: 5px;
}

.textAreaAccounts {
	border: 0;
	padding: 2px 0px 0px 2px;
	resize: none;
	font-size: 13px;
	height: 20px;
	width: 250px;
	overflow: hidden;
	color: #7C7C7C;
	outline: none;
	top: 3px;
	position: relative;
	float: left;
	background-color: #F1F1F1;
}

.textAreaAccountsHover {
	border: 0;
	padding: 2px 0px 0px 2px;
	resize: none;
	font-size: 13px;
	height: 20px;
	width: 250px;
	overflow: hidden;
	color: #7C7C7C;
	outline: none;
	top: 3px;
	position: relative;
	float: left;
	background-color: white;
}

.textDoce {
	font-size: 12px;
	color: #333;
}

.templateAttach {
	color: rgb(49, 96, 146);
	background-image: url(../img/delete.png?v=1);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 15px;
	cursor: pointer;
	padding: 5px;
	display: inline;
	float: left;
	padding-right: 18px;
	clear: both;
}

a {
    text-decoration:none;
    color:#000000;
}

.attachmentLink {
	height: 18px;
	cursor: pointer;
}

.attachmentLink:hover {
	color: steelblue;
}

.chatmessage {
    border:1px solid #669CFF;
    width:100%;
    margin:auto;
}

.ui-tabs .ui-state-disabled {
    display: none;
}

.context-menu-active {
    background-color: #BDBDBD;
}
/*LOGIN**********************************************************************/

@font-face{
    font-family: fontLogin;
    src: url("../js/external/tinymce/skins/custom/fonts/ThrowMyHandsUpintheAirBold.ttf");
}

#startPage {
    width: 1000px;
    height: auto;
    margin:auto;
    margin-top: 67px;
}

.resetpass {
    border: 1px solid red !important;
}

.disabled-button-login {
    cursor: default !important;
    color: grey !important;
    border-color: grey !important;
}

#anuncioCambiosInterfaz{
    width: 55%;
    height: auto;
    margin: 0 auto;
    position: relative;
    margin-top: 80px;
    background-color: #FFE066;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;

}

#textoCambiosInterfaz{
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: left;
    font-size: 16px !important;
}

#iconoCambiosInterfaz{
    width: 32px;
    height: 32px;
    margin-left: 25px;
    background: url(../img/32x32/status/dialog-information.png?v=1) no-repeat;
}

#startImg {
    margin-top: 50px;
    margin-left: 80px;
    background: url(../img/startPic.png?v=1) no-repeat;
    width:370px;
    height:294px;
    float:left;
}

#startForm {
    width:500px;
    margin-right: 50px;
    float:right;

}

#startForm select
{
    font-family: fontLogin;
    color: #3E6BB3;
    font-size: 15px !important;
    background-color: #E2E8F5;
    border: 1px solid #3E6BB3;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 100%;
}

#startForm input
{
    height: 23px;
    background-color: #E2E8F5;
    border: 1px solid #3E6BB3;
    width: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#startForm input[type=password]
{
    color: #3E6BB3;
}

#startForm input[type=text]
{
    color: #3E6BB3;
}

#startForm input[type=submit]
{
    cursor: pointer;
}

#startForm input[type=button]
{
    font-family: fontLogin;
    color: #3E6BB3;
    height: 50px;
    font-size: 26px !important;
    text-transform: uppercase;
    cursor: pointer;
}

#startForm input[type=checkbox]
{
    width: 12% !important;
}

#startForm table {
    margin-top: 10px;
    width: 70%;
}

#startForm td {
    font-family: fontLogin;
    color: #3E6BB3;
    font-size: 18px !important;
    padding-top: 15px;
    padding-bottom:15px;
}

#startForm p {
    font-family: fontLogin;
    color: #CC0000;
    font-size: 18px;
    margin:2%;
}

#login-table {
    text-align: left;
    width: 200px;
    margin: auto;
    margin-left: auto;
}

#login-user-list {
    position: absolute;
    top:0px;
    left:0px;
    width: 25%;
    height: 100%;
    background-color:rgb(217,217,217);
}

#login {
    float:none;
    width:200px;
    margin:auto;
}

#bodyheader {
    margin-left:10px;
    margin-right:10px;

    background-repeat:no-repeat;
    background-position:right center;
    background-color:white;
    color: #7C7C7C;
    text-align:right;
    height: 80px;
    vertical-align:bottom;
}

#bodyheader a {
    color: #7C7C7C;
}

#ourLogo, #noLogo {
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
	padding-top: 15px;
	margin-left: 1%;
    width: 230px;
    height: 40px;
    overflow: hidden;
}

#ourLogo {
    background-image: url(../img/nuevo-logo.png?v=1);
    background-size: contain;
}

#otherLogo
{
	float:left;
	height:56px;
	overflow:hidden;
	margin-left: 20px;
    display: inline-block;
    text-align: center;
}

#logoempresa
{
    display: block;
    max-width: 175px;
    max-height: 56px;
}

.cleaner {
    clear:both;
}

.glass-panel {
	z-index: 99;
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	opacity: 0.8;
	background-color: Gray;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.borderBox {
	border: 1px solid;
	border-color: black;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	box-sizing:         border-box;
}

.borderWhite {
	border: 1px solid;
	border-color: white;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	box-sizing:         border-box;
}

.buttonFilter {
	height: 30px;
	cursor: pointer;
}

.buttonFilterList {
	width: 100%;
	cursor: pointer;
	clear: left;
	height: 26px;
	overflow: hidden;
}

.filterSelected {
	background-color: rgb(245, 245, 245);
	color: steelblue;
	border-color: white;
}

.buttonFolderList {
	width: 100%;
	cursor: pointer;
	clear: left;
	height: 26px;
	overflow: hidden;
}

.folderSelected {
	background-color: rgb(245, 245, 245);
	color: steelblue;
	border-color: white;
}

.navDisabled {
	opacity:0.3;
	filter:alpha(opacity=30);
}

/*****notificaciones numéricas de pendientes******/
#noti_Container {
    position:relative;     /* This is crucial for the absolutely positioned element */
    width:16px;
    height:16px;
	top:-20px;
}

.noti_bubble {
    position:absolute;    /* This breaks the div from the normal HTML document. */
    top: -12px;
    right:-16px;
    padding:1px 2px 1px 2px;
    background-color:red; /* you could use a background image if you'd like as well */
    color:white;
    font-weight:bold;
    font-size:0.75em;

    /* The following is CSS3, but isn't crucial for this technique to work. */
    /* Keep in mind that if a browser doesn't support CSS3, it's fine! They just won't have rounded borders and won't have a box shadow effect. */
    /* You can always use a background image to produce the same effect if you want to, and you can use both together so browsers without CSS3 still have the rounded/shadow look. */
    border-radius:30px;
    box-shadow:1px 1px 1px gray;
}

.noti_bubble_status {
    position:absolute;    /* This breaks the div from the normal HTML document. */
    top: 8px;
    left:0px;
    padding:1px 2px 1px 2px;
    background-color:rgb(0, 50, 255); /* you could use a background image if you'd like as well */
    color:white;
    font-weight:bold;
    font-size:0.75em;

    /* The following is CSS3, but isn't crucial for this technique to work. */
    /* Keep in mind that if a browser doesn't support CSS3, it's fine! They just won't have rounded borders and won't have a box shadow effect. */
    /* You can always use a background image to produce the same effect if you want to, and you can use both together so browsers without CSS3 still have the rounded/shadow look. */
    border-radius:30px;
    box-shadow:1px 1px 1px gray;
}

.noti-bubble-remaining {
    padding:1px 2px 1px 2px;
    background-color:rgb(0, 50, 255); /* you could use a background image if you'd like as well */
    color:white;
    font-weight:bold;
    font-size:0.75em;
    border-radius:30px;
    box-shadow:1px 1px 1px gray;
    float: left; margin-top: -20px
}

/*****fin notificaciones numéricas de pendientes******/

/**********dialpad*********/
.dialpad {
	position: relative;
	margin-top: 10px;
	width: 234px;
	margin: auto;
	background: #999;
}

.divKeyPad {
	left: 0px;
	top: 0px;
	width: 138px;
	height: 158px;
	padding: 8px;
	background-color: gainsboro;
}

.keyPad {
	float: left;
	position: absolute;
	left: 611px;
	top: 56px;
	display: none;
	width: 138px;
	height: 158px;
	padding: 8px;
	background-color: rgb(201, 212, 221);
    z-index: 15;
}

.line {
	height: 40px;
}

.digit {
	float: left;
	height: 35px;
	width: 40px;
	color: #333;
	opacity: 0.8;
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #EEE;
	margin: 0 2px 0 2px;
	background: #fdfdfd;
	border-radius: 2px;
}

.digitOver {
	opacity: 1;
	color: #111;
	border:1px solid #DDD;
	text-shadow: 0 0 5px #666;
}

.buttonCall, .buttonHangup, .buttonBackDigit, .buttonAutoAnswer, .buttonTransfer, .buttonHold{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 5px 10px;
    border: 0px solid #23470e;
    border-radius: 3px;
    background: #7be657;
    background: -webkit-gradient(linear, left top, left bottom, from(#7be657), to(#679926));
    background: -moz-linear-gradient(top, #7be657, #679926);
    background: linear-gradient(to bottom, #7be657, #679926);
    font: normal normal bold 14px arial;
    color: #ffffff;
    text-decoration: none;
	cursor: pointer;
}
.buttonCall:hover,
.buttonCall:focus {
    border: 0px solid #387216;
    background: #94ff68;
    background: -webkit-gradient(linear, left top, left bottom, from(#94ff68), to(#7cb82e));
    background: -moz-linear-gradient(top, #94ff68, #7cb82e);
    background: linear-gradient(to bottom, #94ff68, #7cb82e);
    color: #ffffff;
    text-decoration: none;
}
.buttonCall:active {
    background: #4a8a34;
    background: -webkit-gradient(linear, left top, left bottom, from(#4a8a34), to(#679926));
    background: -moz-linear-gradient(top, #4a8a34, #679926);
    background: linear-gradient(to bottom, #4a8a34, #679926);
}
/**************fin dialpad****************/

/**************showflow*******************/
.showflowBox {
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	background-color: #F0F0F0;
	padding: 10px;
	width: 387px;
	display: none;
}

.showflowForm input, .showflowForm select{
	border: 1px solid #669CFF;
	width: 100%;
	font-size: 12px;
}

.historyTable table{
	font-size: 12px;
}

#floating-javaphone {
    z-index: -1;
    visibility:  hidden;
    left : 0px;
    top : 0px;
/*
 position: fixed;
 z-index: 100;
 bottom: 2px;
 right: 2px;
*/
}

.h1
{
	width:97%;
	padding:10px 2px 0 0;
	height:25px;
	margin:auto;
	margin-top:10px;
	font-weight:bold;
	font-size:15px;
	background-color:#5480CB;
	color:white;
}

.h1-izquierda
{
    float:left;
    width:20px;
    height:20px;
}

.h1-derecha
{
    float:right;
    width:20px;
    height:20px;
}

.cleaner
{
	clear:both;
}

#calendario
{
	border: 1px solid #5480CB;
	margin: 10px;
	padding: 10px;
	float: left;
}

#mes-seleccionado
{
	width:100%;
	text-align:center;
}

#mes-seleccionado span
{
	color: #636363;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
    font-size: 12px;
}

#mes-seleccionado a:hover
{
	background-color:#D0E1FF;
}

#mes-seleccionado img
{
	border:none;
}

#tabla-calendario
{
	border-collapse:collapse;
}

#tabla-calendario th
{
	font-size: 12px;
}

#tabla-calendario td
{
	background-color: #D0E1FF;
	text-align:center;
	padding:3px;

}

#tabla-calendario .otro-mes
{
	background-color: #FFFFFF;
}

#tabla-calendario .dia-seleccionado
{
	background-color: #5480CB;
	color:white;
}

#tabla-calendario .dia-seleccionado a
{
	background-color: #5480CB;
	color:white;
}

#tabla-calendario a
{
	text-decoration:none;
	color: #636363;
}

#tabla-calendario a:hover
{
	background-color: #669CFF;
	color:white;
}

.subContent
{
	width:97%;
	border:1px solid #5480CB;
	margin:auto;
	margin-bottom:10px;
    min-height: 200px;
}

.subContentNoMin
{
	width:97%;
	border:1px solid #5480CB;
	margin:auto;
	margin-bottom:10px;
}

.subContent p
{
	margin-left:2%;
	margin-right:10px;
}

.subContent td
{
	font-size: 12px;
}

.subContent fieldset
{
    display: block;
}

#commercial
{
    float:right;
    width:100%;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
}

#tabla-eventos
{
	width:100%;
	border-collapse:collapse;
	background-color:#D0E1FF;
	font-size: 12px;
}

#tabla-eventos th
{
	border:1px solid white;
	background-color:#5480CB;
	color: white;
}

#tabla-eventos td
{
	border:1px solid white;
}

#toolsPanel
{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 5px;
    margin-left: 10px;
    margin-top: 10px;
}

#callbackTable tr td:last-child
{
    width: 200px;
}

#callbackTable tr td:last-child input,
#callbackTable tr td:last-child div
{
    width: 100%;
}

#volumePopup {
    z-index: 1000;
    text-align: center;
    position: absolute;
    display: none;
    float:left;
    background: #BADCFF;
    border-width:1px;
    border-style:solid;
    border-bottom-color: #4A98D5;
    border-right-color:#4A98D5;
    border-top-color: #3e6abe;
    border-left-color:#3e6abe;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
}

#volumePopup > table span {
    float: left;
    height: 100px;
    width: 10px;
    margin: 10px;
    border-radius: 5px;
    font-weight:bold;
}

#volumePopup > table span .ui-slider-range {
    background: #5E5E5E;
    border-radius: 5px;
}

#volumePopup > table span .ui-slider-handle {
    border-color: #3a3a3a;
    border-radius: 6px;
}

#volumePopup > table label > img {
    align-content: center;
    border: 10px;
    padding: 5px;
}

#volumePopup > table img {
    float: right;
}

.rojo_negrita
{
    color: #A92828;
    font-weight: bold;
    text-align: center;
}

#lang {
    padding-top: 10px;
    padding-right: 20px;
}

.not-active {
   pointer-events: none;
   cursor: default;
   opacity: 0.5;
   filter: alpha(opacity=50); /* For IE8 and earlier */
   -moz-opacity:0.5;
}

a.box.not-active > #agent-status > #agent-image {
   opacity: 0.5;
   filter: alpha(opacity=50); /* For IE8 and earlier */
   -moz-opacity:0.5;
}

.shadow{
	-moz-box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.25);
}

.round{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
}

.ui-tooltip {
    padding: 10px 20px;
    box-shadow: 0 0 7px black;
    background-color: #FFFFFF;
}

.kpiblue {
	background-color: #2E64BA;
}

.kpigreen {
	background-color: #009D4B;
}

.kpired {
	background-color: #ED1F27;
}

.textred {
	color: #ED1F27;
}

.kpiblue {
	background-color: #3F6EB6;
}

.textblue {
    color: #3F6EB6;
}

.kpiorange {
    background-color: #FF7F0E;
}

.textorange {
    color: #FF7F0E;
}

.kpibox {
    float: left;
    border-left: 0.0125px solid white;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    text-align: center;
	max-width: 55px;
	min-width: 40px;
	float: left;
	margin: 0px;
	color: white;
	padding: 0 2px 0 2px;
    cursor: move;
}

.textkpi {
	font-size: 7px;
	margin-top: 2px;
	display: table;
}

.numberkpi {
	margin: auto;
	display: table;
    font-size: 13px;
    font-weight: bold;
}

.kpisep {
	width: 5px;
	height: 28px;
	float: left;
}

.kpisepr {
	width: 2px;
	height: 28px;
	float: left;
}


#pingContainer {
	line-height: normal;
    position:absolute;
	top: -5px;
    left: 10px;
    width: 38px;
}

.pingBubble {
    position:absolute;
    right: 0;
    padding:1px 3px 1px 3px;
    background-color:#406BB4;
    color:white;
    font-weight:bold;
    font-size:0.6em;
    border-radius:30px;
    box-shadow:1px 1px 1px gray;
}

.realTimeBox {
    display: inline-block;
    height: 250px;
    width: 49%;
    font-weight: normal !IMPORTANT;
    text-align: left !IMPORTANT;
    line-height: 1.3em !IMPORTANT;
    font-size: 12px !IMPORTANT;
    color: #555 !IMPORTANT;
    margin-top: 30px;
}

.ui-tab-incall {
    background-color: #b3ffb3 !important;
}

.coordDivs, .cohDivs, .userDivs {
    font-weight: normal;
    text-align: left;
    line-height: 1.3em;
    font-size: 12px;
    color: #555;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
}

.coordDivs.state-duration {
	padding-left: 0.5em;
}

.cohDivs, .userDivs {
    float: left;
}

.userDivs {
    padding: 0 !important;
}

.userDivsTime {
    float: right;
}

.userDivsIcon {
    margin: 0px 5px;
}

.coordDivsRight {
    float: right;
    background-color: #F5F5F5;
    margin-left: 5px;
    font-weight: normal;
    text-align: left;
    line-height: 1.3em;
    font-size: 12px;
    color: #555;
}

.coordDivContainer {
    float: left;
    background-color: #F5F5F5;
    border: 1px solid #DFDFDF;
    padding: 5px 5px 5px 0px;
    margin-bottom: 5px;
}


/* Panel de coordinadores y coordinadores por servicio*/
#userPanelContainer .light {
    opacity: 0.4;
}
#divCoordsContainer {
    display: flex;
    flex-wrap: wrap;
}

.coordDivContainerWrapper {
    box-sizing: border-box;
    padding: 1px;
    flex-basis: 33.3333%;
    width: 33.3333%;
    max-width: 33.3333%;
}

.coordDivContainerWrapper .coordDivContainer, .agentsByService .coordDivContainer {
    float: none;
    margin: 0;
    display: flex;
}

.coordDivContainerWrapper .coordDivContainer .coordDivs, .agentsByService .coordDivs {
    flex-basis: auto;
    width: auto;
    flex-shrink: 0;
}

.coordDivContainerWrapper .coordDivContainer .coordDivs.description, .agentsByService .coordDivs.description {
    flex-shrink: 1;
    flex-grow: 1;
    text-overflow: ellipsis;
    padding: 0 15px;
}

/* Fin panel de coordinadores*/

.calls-table {
	text-align: center;
	font-size: 12px;
	background-color: #F5F5F5 !important;
	line-height: 1.3em !important;
}

.calls-table thead tr {
    cursor: pointer;
}

.calls-table tbody tr:hover {
    background-color: #eaeaea;
}

.calls-table td {
	padding: 5px 5px 5px 5px !important;
    opacity: 0.7;
}

.calls-table td.highlight {
    opacity: 1;
}

.cohDivContainer, .userDivContainer {
    background-color: #F5F5F5;
    border: 1px solid #DFDFDF;
    padding: 5px !important;
    margin-bottom: 5px;
}

#open-toggler {
    background: #87A3D4 url("../img/left.png") no-repeat scroll center;
}

#open-toggler:hover {
    background: #c2cff1 url("../img/left.png") no-repeat scroll center;
}

#close-toggler {
    background: #87A3D4 url("../img/right.png") no-repeat scroll center;
}

#close-toggler:hover {
    background: #c2cff1 url("../img/right.png") no-repeat scroll center;
}

.open-togglerDiv, .close-togglerDiv {
    width: 1%;
    float: right;
    height: 100%;
    z-index: 50;
    position: fixed;
    top: 89px;
}

.open-togglerDiv {
    right: 0px;
}

.cohUnparkButton
{
    background: url("../img/sticker/call.png") no-repeat center;
    background-size: 140% 140%;
    border: 0px;
    width: 15px;
    height: 15px;
}

.showflowTab {
    max-width: 99%;
}

.managementTable {
    text-align: left;
    background-color: #F5F5F5;
    padding: 5px 5px 5px 0px;
    width: 100%;
    font-weight: normal;
    line-height: 1.3em;
    font-size: 12px;
    color: #555;
    border-collapse: collapse;
}

.managementTable tr {
    background-color: #F5F5F5;
    border: 1px solid #DFDFDF;
    padding: 5px 5px 5px 0px;
    width: 100%;
}

.managementTable th, .managementTable td {
    font-weight: normal;
    padding: 5px 0 5px 10px;
}

.managementTable select {
    font-weight: normal;
    line-height: 1.3em;
    font-size: 12px;
    color: #555;
}

.managementTable img {
    width: 16px;
    height: 16px;
}

.zebra tr:nth-child(odd) td
{
    background-color: white;
}

.tabla-principal
{
    font-size: 12px;
	border-collapse:collapse;
	width:97%;
	border: 1px solid #416AB3;
	margin-top:20px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

.tabla-principal-full
{
    font-size: 12px;
	border-collapse:collapse;
	width:100%;
    height:180px;
	border: 1px solid #416AB3;
	margin-left:auto;
	margin-right:auto;
}

.tabla-principal_sintop
{
	text-align:center;
	border-collapse:collapse;
	width:97%;
	border: 1px solid #5480CB;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
    background-color: white;
}

.tabla-principal_payment,
.tabla-principal_products,
.tabla-principal_services,
.tabla-principal_commissions,
.tabla-principal_discounts,
.tabla-principal_opp_notes,
.tabla-principal_taxes,
.tabla-principal_budget_terms,
.tabla-principal_countries
{
	border-collapse:collapse;
	width:97%;
	margin-top:20px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
    font-size: 12px;
}

.tabla-principal_modules,
.tabla-principal_workflow
{
	border-collapse:collapse;
	width:97%;
	margin-top:20px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
    font-size: 12px;
}

.tabla-principal_workflow th,
#celda
{
    text-align: center; /* center checkbox horizontally */
    vertical-align: middle; /* center checkbox vertically */
}
#celda-verde
{
    text-align: center; /* center checkbox horizontally */
    vertical-align: middle; /* center checkbox vertically */
    background-color: #b5ffb0;
}
#celda-azul
{
    text-align: center; /* center checkbox horizontally */
    vertical-align: middle; /* center checkbox vertically */
    background-color: #d0e1ff;
}

.tabla-principal_workflow td
{
    text-align: left;
}

.tabla-principal_modules td
{
    vertical-align: top;
}

.tabla-principal_modules th
{
    text-align: left;
    padding-left: 6px;
    font-size: 13px;
}

.tabla-principal_modules p
{
    vertical-align: 20%;
    display: inline;
}

.tabla-principal_modules input
{
    display: inline;
}

.tabla-principal_products td
{
    background-color: #FFFFFF;
}

.tabla-principal_flow,
.tabla-principal_noBorder,
.tabla-principal_languages_currency,
.tabla-principal_lang_curr_pattern
{
	border-collapse:collapse;
	width:97%;
	margin-top:20px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
    font-size: 12px;
}

.tabla-principal_languages_currency select,
.tabla-principal_lang_curr_pattern select
{
    width: 300px;
}

.choose
{
    padding-left: 5%;
}

.tabla-principal_flow a,
.tabla-principal_noBorder a
{
    color:#636363;
    text-decoration: none;
}

.tabla-principal_flow img,
.tabla-principal_noBorder img
{
    border:0px;
}

.tabla-principal_flow textarea,
.tabla-principal_noBorder textarea
{
    border: 1px solid #5480CB;
}

.tabla-principal th,
.tabla-principal-full th
{
	background-color: #416AB3;
	text-align:left;
	color:white;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
}
.align-center
{
	text-align:center !important;
}

.tabla-principal img
{
	border:0px solid black;
}

.tabla-principal th a,
.tabla-principal-full th a
{
	background-color: #416AB3;
	text-decoration: none;
	color:white;
	text-align:left;
}

.tabla-principal td,
.tabla-principal-full td
{
	text-decoration: none;
	margin-right:2px;
	margin-left:2px;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
}

.tabla-principal .seleccionado,
.tabla-principal-full .seleccionado,
#list .seleccionado
{
	background-color:#7C7C7C !important;
	color:white;
}

.tabla-principal .impar,
.tabla-principal-full .impar
{
	background-color:white;
}

.tabla-principal .impargris,
.tabla-principal-full .impargris
{
	background-color:#e5e5e5;
}

.tabla-principal tr
{
	background-color:#d0e1ff;
}


#sells_list tr:hover
{
	background-color: #808080;
	color:white;
}

.tabla-principal-full tr
{
	background-color:#d0e1ff;
}

.rtpanel
{
    width: 100%;
    height: 100%;
    position: relative;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #FFFFFF;
    background-color: #00a0e9;
    -moz-box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.25);
}

.rtpanel-title
{
    padding-left: 10px;
    padding-top: 5px;
    font-size: 14px;
    margin-bottom: 5px;
}

.rtpanel-body
{
    font-weight: bold;
    text-align: center;
    font-size: 90px;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    height: 100%;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}

#realtimeTable > thead th
{
    width: 16.66%;
}

#realtimeTable > tbody > tr > td, #realtimeTable > tr > td
{
    height: 120px;
    padding: 5px;
}

#realtimeTable td.emptyTd
{
    height: 50px;
}

label
{
    font-size: 14px;
}

select, input
{
    border: 1px solid #5480CB;
    font-size: 12px !important;
}

.divSelectGraphUsers
{
    background-color: #F5F5F5;
    border: 1px solid #DFDFDF;
    padding: 5px 5px 5px 0px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-right: 20px;
    width: 98%;
    float: left;
}

.openSF-table td
{
    min-width: 150px;
}

.openSF-table
{
    margin-bottom: 15px;
}

.openSF-table > fieldset
{
    display: block !important;
}

fieldset {
    border: 1px solid #5480CB;
    display: inline;
}

fieldset legend {
    font-size: 16px;
    font-weight: bold;
    color: #5480CB;
}

.disabled {
    cursor: not-allowed;
    color: grey;
    border-color: grey;
    background-color: lightgrey;
}

.modal
{
    display: none;
    position: fixed;
    z-index: 1001;
    padding-top: 100px;
    padding-bottom: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 200px);
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content
{
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

@-webkit-keyframes animatetop
{
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop
{
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

.modal-header
{
    padding: 2px 16px;
    background-color: #5480CB;
    color: white;
}

.modal-body
{
    padding: 2px 16px;
}

.selectedContact
{
    background-color: #7C7C7C;
    color: white;
}

#manualCallContactsTable
{
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0px;
}

#manualCallContactsTable td, #manualCallContactsTable th
{
    padding: 5px;
}

td.fit, th.fit {
    white-space: nowrap;
    width: 1%;
}

.bold {
    font-weight: bold;
}

.rec-incoming-call {
    height: 16px;
    width: 16px;
    background-image: url(../img/16x16/status/gif/incoming-rec.gif);
    float: left;
    margin-right: 5px;
}

.rec-outgoing-call {
    height: 16px;
    width: 16px;
    background-image: url(../img/16x16/status/gif/outgoing-rec.gif);
    float: left;
    margin-right: 5px;
}

.ringing-incoming-call {
    height: 16px;
    width: 16px;
    background-image: url(../img/16x16/status/gif/ringing-incoming.gif);
    float: left;
    margin-right: 5px;
}

.ringing-outgoing-call {
    height: 16px;
    width: 16px;
    background-image: url(../img/16x16/status/gif/ringing-outgoing.gif);
    float: left;
    margin-right: 5px;
}

#columns:hover {
    background-color: transparent;
}

.nohover:hover {
    background-color: transparent;
}

.classWithPad {
    padding-right:5px;
}

.center-text-tr > th {
    text-align: center;
}

.calls-selected {
	background-color: #D0E1FF;
}

/* Panel de extensiones por servicio */

.users-by-service-panel .attr {
    line-height: normal;
    padding-bottom: 6px;
}

.users-by-service-panel .attr .attr-name {
    text-align: center;
    font-size: 60%;
    color: #3a3a3a
}

.users-by-service-panel .attr .attr-value {
    text-align: center;
    font-weight: bold;
    font-size: 85%;
}

.users-by-service-panel .dropdown {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s;
}

.users-by-service-panel .dropdown.visible {
    height: auto;
    max-height: 500px;
}

.users-by-service-panel .state-duration.limit-about-to-be-reached {
    color: #FF7F0E;
}

.users-by-service-panel .state-duration.limit-reached {
    color: #ED1F27;
}

/* Fin panel de extensiones por servicio*/

.calls-panel-columns-config {
    font-size: 12px;
    width: 500px;
    height: 500px;
}

.calls-panel-columns-config > * {
    box-sizing: border-box;
}

.calls-panel-columns-config .h1 {
    padding: 0 0 0 12px;
    line-height: 25px;
}

.calls-panel-columns-config tr:nth-child(even) {
    background-color: white;
}

.calls-panel-columns-config img {
    cursor: pointer;
}

.calls-panel-columns-config .move img {
    display: inline-block;
    margin: 0 0px;
    padding: 3px;
}

.calls-panel-columns-config .move img:hover {
    opacity: 0.4;
}

.call-mode-config {
    font-size: 12px;
    width: 500px;
}

.call-mode-config > * {
    box-sizing: border-box;
}

.call-mode-config .h1 {
    padding: 0 0 0 12px;
    line-height: 25px;
}

.call-mode-config .subContent {
    min-height: 0;
    padding-bottom: 15px;
}

/***** changeStatus.php *****/
.custom-state.blocked {
    opacity: 0.5;
    cursor: not-allowed;
}
.custom-state img {
    vertical-align: middle;
}
/***** end changeStatus.php *****/

.paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #636363 !important;
    border: 1px solid #979797;
    background-color: #e6e6e6;
    border-radius: 2px;
    outline: none;
}

.paginate_button:focus {outline:none;}
.paginate_button:-moz-focusring {outline:none;}
.paginate_button::-moz-focus-inner {border:0;}

.paginate_button.current {
    background-color: #005fb3;
    color: white !important;
}

.paginate_button.small {
    padding: 0.1em 0.2em;
    font-size: 80%;
}

/***** realtime-bar *****/

.realtime-bar {
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    padding: 0 5px;
    background-color: #D0E1FF;
}

.realtime-connected {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    align-items: center;
    height: 30px;
}

.realtime-connected .connected-users {
    color: #406ab2;
    font-weight: bold;
    font-size: 12px;
    white-space: nowrap;
    padding: 0 20px;
}

.realtime-connected .connected-users svg {
    stroke: #406ab2;
    width: 18px;
    margin-right: 3px;
}

.realtime-connected .connection-status {
    font-size: 90%;
}

.realtime-connected .connection-status .connection-status-symbol {
    white-space: nowrap;
}

.realtime-connected .connection-status .connection-status-symbol::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 5px;
    display: inline-block;
    background-color: red;
    margin-right: 3px;
}

.realtime-connected .connection-status .connection-status-symbol.online::before {
    background-color: #009D4B;
}

.realtime-connected .connection-status .connection-status-symbol::after
{
    content: 'Offline';
}

.realtime-connected .connection-status .connection-status-symbol.online::after
{
    content: 'Online';
}

.realtime-connected .frame {
    flex-grow: 1;
    padding: 0;
}

.realtime-connected .kpi-service {
    margin-right: 20px;
    height: 100%;
    float: left;
}

.realtime-connected ul {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
}

.realtime-connected ul li {
    float: left;
    margin-right: 1px;
    user-select: none;
}

.mail-icon, .chat-icon, .manual-icon, .common-icon, .sms-icon
{
    color: #5480CB;
}

.whatsapp-icon
{
    color: #128c7e;
}

.telegram-icon
{
    color: #0088cc;
}

.messenger-icon
{
    color: #3B5998;
}

.twitter-icon
{
    color: #55acee;
}

.call-icon
{
    color: #4180b3;
}

.ticketTab i
{
    font-size:1.5em;
    margin-right: 5px;
}
/***** fin realtime-bar *****/
#fullScreenToggle button, #fullScreenToggle button:focus
{
    background: transparent;
    border: none;
    outline: none;
}

#transferBox
{
    padding: 20px 0 20px 0;
    height: 80%;
    overflow: scroll;
    overflow-x: hidden;
}

#transferFancyBox,#transferFancyBox:focus,
#transferFancyBoxAttended, #transferFancyBoxAttended:focus
{
    border:0;
    outline: 0;
}

#transferFancyBox
{
    width: 32px;
    height: 28px;
}

#transferFancyBox:hover, #transferFancyBoxAttended:hover
{
    transform: scale(1.2);
}

#divAgents, #divIncoming, #divPhoneNumber, #divContact, #divSurvey
{
    padding-top: 20px;
}

.whisperAndInfoWrapper
{
    display: flex;
    justify-content: center;
}

input#whisperTransfer
{
    margin: 0;
    transform: translateY(2px);
}

.whisperTransferWrapper
{
    padding-top: 25px;
}

#whisperTransferLabel
{
    font-weight: normal;
}

div#selectServiceFilterWrapper
{
    padding-bottom: 1rem;
}

div.selectpickerWrapper label
{
    display: block;
}

fieldset.nocallsf-action input[type=radio] + label
{
    display: inline-block;
    background: #f5f5f5;
    color: #5480CB;
    border-radius: 1px;
    border: 1px solid #5480CB;
    padding: 6px 4px;
    margin: 3px;
    font-weight: bold;
    transition: background .3s, color .3s;
    -webkit-box-shadow: 10px 10px 33px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 33px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 6px -5px rgba(0,0,0,0.75);
    user-select: none;
    cursor: pointer;
}

fieldset.nocallsf-action input[type=radio]:not(:disabled):not(:checked) + label:hover
{
    text-decoration: underline;
}

fieldset.nocallsf-action input[type=radio]
{
    display: none;
}

fieldset.nocallsf-action input[type=radio]:checked + label
{
    background: #5480CB;
    color: white;
    cursor: auto;
}

fieldset.nocallsf-action input[type=radio]:disabled + label
{
    color: #bebebe;
    background: #eaeaea;
    cursor: not-allowed;
    border: 1px solid #bebebe;
}

.select-contact, .create-contact {
    display: none;
    padding: 10px;
    font-size: 12px;
}

.create-contact {
    padding-left: 60px;
}

.no-service-selected {
    padding: 10px;
    font-size: 12px;
}

.newcontact-field {
    padding: 5px;
    margin: 0;
}
.newcontact-field > div {
    font-size: 12px;
    padding: 5px;
    margin: 0;
}

.newcontact-field > input, .newcontact-field > select {
    width: 300px;
    padding: 2px;
}

.newcontact-button {
    margin-top: 30px;
}

.newcontact-button > button {
}

i.logo-logoff
{
    color: white;
    font-size: 17px;
    padding: 5px;
    border-radius: 5px;
    background: #406ab2;
    margin-top: 5px;
}


/* NEW LOGIN */
@font-face {
    font-family: Nunito;
    src: url(fonts/NunitoSans-Regular.ttf);
}

#loginContainer{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 400px;
    font-family: Nunito, sans-serif;
    color: #666;
    font-size: 15px;
}

#loginContainer a{
    text-decoration: none;
    color:#5480cb;
    
}

#logo{
    width: 50%;
    margin-left: 70px;
}

#login-form{
    padding: 0 40px;
    box-sizing: border-box;
}

#loginContainer img{
    text-align: center;
    padding: 0 0 20px 0;
    vertical-align: middle;
    border-style: none;
}

#username{
    width: 95%;
    padding: 0 5px;
    display: block;
    height: calc(1.5em + .75rem + 2px);
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

#passwordBridge{
    width: 95%;
    padding: 0 5px;
    display: block;
    height: calc(1.5em + .75rem + 2px);
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

#login-form select{
    width: 95%;
    padding: 0 5px;
    display: block;
    height: calc(1.5em + .75rem + 2px);
    border: 1px solid #ced4da;
    border-radius: .25rem;
    word-wrap: normal;
    text-align: center;
}

#login-form label{
    text-align: left;
}

#loginContainer h3{
    text-align: center;
    padding: 0 0 20px 0;
}

.checklogin{
display: inline-block;
width: 95%;
font-weight: 400;
color: white;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
background-color: #3f5cb2;
user-select: none;
height: calc(1.5em + .75rem + 2px);
font-size: 1rem;
line-height: 1.5;
border-radius: .2rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
margin-top: 20px;   
}

.button-container{
    display: grid;
    grid-template-columns: auto auto;
}

#haveissue{
    display: block;
    margin-bottom: .5rem;
    width: 100%;
    text-align: center;
    font-weight: none;
}

#haveissue p{
    margin-right: 20px;
}

#places{
    width: 100%;
    display: block;
    color: #0000EE;  
    font-weight: bold; 
}

#places p{
    text-align: center;
    color: #666;
    font-weight: none;
    align-content: center;
    margin-right: 20px;
}

#copyright{
    position: static;
  bottom: 0;
  width: 100%;
}

#copyright p{
    display: block;
    text-align: center;
    font-weight: bold;
}

@media  (max-height: 800px) {
    #loginContainer{
        margin-top: 65px;
    }
    #copyright{
        position: static;
        margin-top: 0em;
      bottom: 0;
      width: 100%;
    }
}

@media  (max-height: 524px) {
    #loginContainer{
        margin-top: 150px;
    }
}

@media  (max-height: 328px) {
    #loginContainer{
        margin-top: 250px;
    }
}

@media  (max-height: 132px) {
    #loginContainer{
        margin-top: 350px;
    }

}
