.color-verde {
	color: #2ecc71;
}

.btn-u{
	font-size: 12px;
}

.aviso-info{
	background-color: #d9edf7;
	/*border-color: #bce8f1;*/
	border-left: 15px solid #bce8f1;
	color: #3a87ad;
}


.menu-principal {

    height:27px;
    border: none;
}

.menu-bar {

    float:left;

}

.menu-version {

    height:25px;
    text-align:center;
    line-height:25px;
}

.menu-ie {
    margin-top: -5px !important;
}

.popup-search{
    width:74%;
    position: relative;
    display: inline-flex;

}


.popup-search-subtitle{
    width:620px;
    position: relative;
    display: inline-flex;
    min-height: 24px;
    color: #1e8bc3;
    font-weight: 600;
    font-family: monospace;
}


.popup-search-subtitle-content{
    width:720px;
    position: relative;
    display: inline-flex;
    margin-top: 5px;
    font-family: monospace;
    font-size: 13px;
}

.popup-search-title{
    display: inline-flex;
    width: 80%;
}

.bootstrap .list-group {
    margin-bottom: 5px;
}


.claro .dijitSlect, .claro .dijitTextBox {
    text-align: left;
}

.button-3{
    text-align: center;
}

.button-3 li{
    display: inline-block;
    width: 100px;
    max-width: 84px;
    height:100%;
    padding-top:1em;
    padding-bottom:1em;
    margin-bottom:1%;
    border: 1px solid #ddd;
}
.last{
    clear: left;
}
.first{
    clear: right;
}
#numberDisplay input{
    height: 2em;
    text-align: center;
    padding: .5em 0em;
    margin-top: 1em;
    margin-bottom: 1%;
    font-size: 2em;
    font-family: "Helvetica Neue";
    font-weight: 100;
    width: 92%;
    border: 0px;
    border: 2px solid #ddd;
}

#actions .call.ready{
    background: #53d86a;
    color:white;
}
#actions .call.ready:hover{
    background: rgba(0, 255, 0, 0.4);
}
#actions .skip.ready{
    background: rgba(0, 255, 0, 0.2);
}
#actions .skip.ready:hover{
    background: rgba(0, 255, 0, 0.4);
}
#actions .clear.ready{
    background: #fc3d38;
    color:white;
}
#actions .clear.ready:hover{
    background: rgba(255, 0, 0, 0.4);
}
#actions .deactive{
    opacity: .2;
}

#dialpad,
#actions,
#numberDisplay{
    max-width: 610px;
    margin: 0 auto;
    margin-top: 20px;
    margin-left: -70px;
}
#dialpad.deactive{
    opacity: .2;
}
#dialpad.deactive li:hover,
#actions li.deactive:hover{
    background: #eee;
}
#dialpad li{
    font-weight: bold;
    /*background: #eee;*/
    width: 100%;
    height: 15px
}
#dialpad li:hover{
    background: #eee;
}
#actions li{
    background: #efefef;
    opacity: .8;
    height: 15px;
}
#actions li.call.active{
    background: rgba(0, 255, 0, 0.2);
}
#actions li.hangup{
    background: rgba(255, 125, 0, 0.2);
}
#actions li.hangup:hover{
    background: rgba(255, 125, 0, 0.4);
}
#actions li:hover{
    background: #ccc;
}
.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
    display: none;
}


.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
    top: 40% !important;
    left: 75% !important;
}
.ui-widget-overlay{
    display: none;
}

