html, body {overflow-x: hidden;}
body {background-color: white; font-family: 'PT Sans'}
body:before { height: 0px; }

ol {color: #02a87d;}

.hidden{ display: none; }
.panel_wrap { margin: 0; }

.panel_wrap .panel .filter {
    margin: 30px 0;
}

input, select{
  border-radius: 0px !important;
  background: #EEEEEE;
  border: 1px #EEEEEE solid;
}
input::placeholder{
  color: #999999;
}

input:hover{
  background: #DDDDDD;
}

.panel_wrap .panel .panel {
    padding: 20px;
}

img#logo{
  max-width: 160px; 
}

#header table.menu {
    margin: 0;
}

tr.disabled {
  color: #b9b9b9;
  cursor: not-allowed;
}

.td_checkbox {
  display: block;
  margin: -3px 0 0;
}

.layer {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    top: 65px;
}
.layer .wrap {
    padding: 18px;
}
.layer .wrap .close {
    position: absolute;
    right: 14px;
    top: 18px;
    width: 18px;
    height: 18px;
    background-size: 18px;
}

.align_center{
	text-align: center;
}

a.none {
    color: inherit;
}

ul.pages li {
    margin: 1px 5px;
}

ul.pages li span {
    color: #fff; 
    font-weight: bold;
    background-color: #FF7900;
    border-radius: 4px;
}

ul.pages li.active span {
    color: #fff; 
    background-color: #70f;
}

.ui-toggle-switch label {
    display: initial;
}

.ui-toggle-switch.green {
    text-align: left;
}

.panel_wrap .panel .voice_mail {
    width: 100%;
    margin-right: 0;
}

.filter{
  background: #fff;
}

.msg_warning {
    color: #ff4f12;
}
.msg_success {
    color: #02a87d;
}
.msg_info {
    color: #70f;
}

#createUserForm label.error {
    float: left;
}
#createUserForm .a_pf-warn {
    clear: both;
}

.form_select_emulate {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #bebebe;
  max-height: 180px;
  overflow: scroll;
  padding: 3px;
}
.form_select_emulate li {
  background: #fff none repeat scroll 0 0;
  margin: 0;
  padding: 5px 4px;
  cursor: pointer;
}

.form_select_emulate li.selected{
	background: #70f;
	color: #fff;
}

.form_filter_send.f-right {
    margin-right: 10px;
}
button.f-right {
    margin-left: 10px;
}

#domain-sip-block {
    margin: 20px 0;
}

#domain-sip table {
    width: auto;
}

#domain-sip td {
    vertical-align: initial;
}

input[type=submit]:disabled, button:disabled{
  border-color: #e5e5e5 !important;
  background: #f8f8f8;
  color: #9c9c9c;
}

















