body { 
    font-family: Helvetica,Arial,sans-serif;
    font-size: 0.9em;
    color: #474747;
    background-color: transparent;
    margin: 0;
    padding: 5px 10px 0 10px;
}

.ui-loading .ui-loader{display:block}
.ui-loader{display:none;z-index:9999999;position:fixed;top:50%;left:50%;border:0}
.ui-loader-default{background:0;filter:Alpha(Opacity=18);opacity:.18;width:2.875em;height:2.875em;margin-left:-1.4375em;margin-top:-1.4375em}
.ui-loader-verbose{width:12.5em;filter:Alpha(Opacity=88);opacity:.88;box-shadow:0 1px 1px -1px #fff;height:auto;margin-left:-6.875em;margin-top:-2.6875em;padding:.625em}
.ui-loader-default h1{font-size:0;width:0;height:0;overflow:hidden}
.ui-loader-verbose h1{font-size:1em;margin:0;text-align:center}
.ui-loader .ui-icon-loading{background-color:#000;display:block;margin:0;width:2.75em;height:2.75em;padding:.0625em;-webkit-border-radius:2.25em;border-radius:2.25em}
.ui-loader-verbose .ui-icon-loading{margin:0 auto .625em;filter:Alpha(Opacity=75);opacity:.75}
.ui-loader-textonly{padding:.9375em;margin-left:-7.1875em}
.ui-loader-textonly .ui-icon-loading{display:none}
.ui-loader-fakefix{position:absolute}

select {
    height: 40px !important;
    width: 267px !important;
}
input, select {
    border: 1px solid #474747;
    box-shadow: 2px 2px 3px -1px rgba(71, 71, 71, 0.5);
    height: 22px;
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
    padding: 8px 8px 6px;
    vertical-align: middle;
    width: auto;
    border-radius: 3px;
    text-align: center;
    margin-top:5px;
}
.btn_bottom_left, .btn_bottom_right {
    box-sizing: border-box;
    padding: 0px 8px;
    display: table-cell;
    position: absolute;
    bottom: 0px;
    opacity: 0.85;
    width: 50% !important;
}
.btn_bottom_left {
    left: 0px;
}
.btn_bottom_right {
    right: 0px;
}
.btn_submit {
    padding: 0px !important;
}
.alignCenter {
    text-align: center;
}
.alignLeft {
    text-align: left;
}
.alignRight {
    text-align: right;
}
.table {
    display: block;
    width: 100%;
    height: auto;
}
.table-cell {
    display: table-cell;
    width: 50%;
    height: auto;
}

.mobile_content { 
    /*padding: 5px;*/
    box-sizing: border-box;
}

h1 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.1em;
    color: #474747;
    font-weight: 500;
    margin: 2px 0px 8px 0;    
}

#login { 
    width: 300px;
}

#loginBtn {
    margin-top: 20px;
}

#gateway { 
    width: 300px; 
}

#devices { 
    width: 400px; 
}

#loader {
    width: 64px;
    left: 50%;
    top: 40%;
    position: absolute;
    z-index:2000;
    /*    display:none;*/
}

.loader_img {
    width: 64px;
    height: 64px;
    left: -50%;
    top: -55%;
    position: relative;
    background: url(/mobile/img/loaders/loader2_mobile.gif) no-repeat center center;
}

.device { 
    margin: 3px;
    float: left;
    width: 23%;
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    -ms-transition: background-color 300ms ease;
    transition: background-color 300ms ease 0s;
}

.device:hover { 
    cursor: pointer;
}

.device2 { 
    margin: 0 auto;
    float: none;
}

#countdown { 
    float: center;
    margin: 1em auto 1em auto;
    width: 4em;
    text-align: center;
    font-size: 1.4em;
    color: #000000;
    background: #7F7F7F;filter:Alpha(Opacity=50);opacity:.5
        padding: 4px 0 0 0;
}

.add_device_instructions_title {
    clear: both;
    float: center;
    margin: 0.5em auto 0.5em auto;
    text-align: center;
	font-weight:normal;
    padding-left: 5px;
    font-weight: bold;
    color: red;
}
.add_device_instructions {
    clear: both;
    float: center;
    margin: 0.5em auto 0.5em auto;
    text-align: center;
	font-weight:normal;
    padding-left: 5px;
}

.add_device_instructions_left {
    clear: both;
    float: center;
    margin: 0.5em auto 0.5em auto;
    text-align: center;
	font-weight:normal;
    padding-left: 5px;
    text-align: left;
}

.add_wall_switch{
	position: absolute;	
    text-align: left;
 	font-weight: normal;
	left: 15%;
	right: 15%;
}

.add_device_image {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
}
.link-div {
    color: #22505C;
}
.test_device {
    clear: both;
    float: center;
    margin: 0.5em auto 0.5em auto;
    text-align: center;
    font-size: 1.2em;
}

.device_picto {
    clear: both;
    width: 100%;
    height: 100%;	
}

.device_label {
    width: 100%;
    height: 2.7em;;
    text-align: center;
    vertical-align: middle;
    overflow:hidden;
    font-size: 0.8em;
    word-wrap: break-word;
}

.device_power_level {
    width: 100%;
    text-align: center;
}

#logout { 
    clear: both;
    width: 300px;
    margin-top: 20px;
}

.button {
    border: 0px none;
    /*box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.5);*/
    cursor: pointer;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    height: 45px;
    line-height: 45px;
    margin: 0px;
    width: auto;
    border-radius: 0px;
    text-align: center;
}

.button_red {
    /*background: #CC3E3A linear-gradient(to bottom, #CC3E3A 0%, #CE3F3B 100%) repeat scroll 0% 0%;*/
    color: #FFF;
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);*/
    background: rgba(202, 62, 62, 0.85);
}

.button_blue {
    background: #22505c linear-gradient(to bottom, #22505c 0%, #204852 100%) repeat scroll 0% 0%;
    color: #FFF;
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);*/
}

.button_grey {
    /*background: #474747 linear-gradient(to bottom, #474747 0%, #474747 100%) repeat scroll 0% 0%;*/
    background: rgba(127, 127, 127, 0.4);
    color: #FFF;
    /* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);*/
}

.button_bottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
    opacity: 0.85;
    box-sizing: border-box;
    margin: 0 -10px;
}

.button_switch {
    width: 45px;
    height: 45px;
    margin: auto;
    cursor: pointer; 
    cursor: hand;
}

.SOLAR_SIREN {
    background: url(/mobile/img/devices/picto_solar_siren.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.SOLAR_SIREN.TSC10 {
    background: url(/mobile/img/devices/picto_solar_siren_TSC10.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.SIREN {
    background: url(/mobile/img/devices/picto_siren.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.VOICE_SIREN {
    background: url(/mobile/img/devices/picto_siren.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.PIR_DETECTOR, .PIR_TEMP_DETECTOR {
    background: url(/mobile/img/devices/picto_PIR_sensor.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.PIR_DETECTOR818  {
    background: url(/mobile/img/devices/System-2-PIR_sensor-SP818.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.PIR_DETECTOR819  {
    background: url(/mobile/img/devices/System-2-PIR_sensor-SP819.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.PIR_DETECTOR.TSC10 {
    background: url(/mobile/img/devices/picto_PIR_sensor_TSC10.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}

.MAGNETIC {
    background: url(/mobile/img/devices/picto_door_magnetic_sensor.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.MAGNETICT {
    background: url(/mobile/img/devices/System-2-Magnetic-TSM04.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.MAGNETIC801 {
    background: url(/mobile/img/devices/System-2-Magnetic-SM801.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.HEATER_CONTROL {
    background: url(/mobile/img/devices/System-SA822.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.TRV_CONTROL {
    background: url(/mobile/img/devices/System-ST821.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.SLIGHT {
    background: url(/mobile/img/devices/System-EH405.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.MAGNETIC.TSC10 {
    background: url(/mobile/img/devices/picto_door_magnetic_sensor_TSC10.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.REMOTE {
    background: url(/mobile/img/devices/picto_remote_control.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.REMOTE.TSC10 {
    background: url(/mobile/img/devices/picto_remote_control_TSC10.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.MULTISENSOR {
    background: url(/mobile/img/devices/picto_multi_sensor.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.KEYPAD {
    background: url(/mobile/img/devices/picto_keypad.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.REPEATER {
	background: url(/mobile/img/devices/System-SA823.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.ALARMBRIDGE {
	background: url(/mobile/img/devices/picto_alarm_bridge.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.NFC_TAG {
    background: url(/mobile/img/devices/picto_nfc_tag.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.KEYPAD.TSC10 {
    background: url(/mobile/img/devices/picto_keypad_TSC10.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.SMOKE {
    background: url(/mobile/img/devices/picto_smoke_sensor.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.FLOOD {
    background: url(/mobile/img/devices/picto_flood.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.WALL_SWITCH {
    background: url(/mobile/img/devices/picto_switch.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.SHUTTER_SWITCH {
    background: url(/mobile/img/devices/picto_shutter.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.MINI_PLUG {
	background: url(/mobile/img/devices/picto_mini_plug.png) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.IN_WALL_SWITCH {
	background: url(/mobile/img/devices/picto_in_wall_switch.png) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.ON_OFF_PLUG {
    background: url(/mobile/img/devices/picto_plug.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ON_OFF_PLUG_ON {
    background: url(/mobile/img/devices/picto_plug_on.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ON_OFF_PLUG_OFF {
    background: url(/mobile/img/devices/picto_plug_off.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.LED_BULB {
    background: url(/mobile/img/devices/picto_LED_bulb.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.LED_BULB_ON {
    background: url(/mobile/img/devices/picto_LED_bulb_on.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.LED_BULB_OFF {
    background: url(/mobile/img/devices/picto_LED_bulb_off.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.CURTAIN_SWITCH {
    background: url(/mobile/img/devices/System-2-In_wall_Module-AN197.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.DIMMER150_SWITCH {
    background: url(/mobile/img/devices/System-2-In_wall_Module-AD150.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.DIMMER_SWITCH {
    background: url(/mobile/img/devices/picto_dimmer.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.DIMMER_SWITCH_ON {
    background: url(/mobile/img/devices/picto_dimmer_on.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.DIMMER_SWITCH_OFF {
    background: url(/mobile/img/devices/picto_dimmer_off.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.RELAY_12V {
    background: url(/mobile/img/devices/picto_relay_12v.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.IR_CONTROLER {
	background: url(/mobile/img/devices/picto_ircontroler.png) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.IVR {
    background: url(/mobile/img/devices/picto_ivr.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.CAMERA {
    background: url(/mobile/img/devices/picto_camera.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.TEMP_HUM {
    background: url(/mobile/img/devices/picto_temperature.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.button_on {
    background: url(/img/btn/btn_automation_on.png) no-repeat center;
}

.button_off {
    background: url(/img/btn/btn_automation_off.png) no-repeat center;
}


.slider{
    position: absolute;
    border-width: 1px;
    border-style: solid;
    border-color: #333 #333 #777 #333;
    border-radius: 25px;
    width: 100px;
    height: 13px;
    background-color: #8e8d8d;
    background: url('/img/slider/bg-track.png') repeat top left;
    box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5), 
        0 1px 0 0px rgba(250, 250, 250, .5);
    margin-left:10px;
    width: 80px;
}
.slider_tooltip {
    position: relative;
    display: block;
    margin-left:-10px;
    width: 35px;
    height: 20px;
    color: #fff;
    text-align: center;
    font: 10pt Tahoma, Arial, sans-serif ;
    border-radius: 3px;
    border: 1px solid #333;
    -webkit-box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, .3);
    box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, .3);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: -moz-linear-gradient(top,  rgba(69,72,77,0.5) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,0.5)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8045484d', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}

.slider_tooltip_container {
    height: 22px;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: url('/img/slider/handle.png') no-repeat 50% 50%;
    color: #1C94C4;
    top: -7px;
    margin-left: -16px;
    outline: none;	
}

.ui-slider-range {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* IE10+ */
    background: linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
    border: 0;
    height: 100%;
    border-radius: 25px;
}

.dipsw {
    background: url('/mobile/img/install/bg_dip_switch.png') no-repeat;
    width: 448px;
    height: 368px;
    padding-top: 74px;
    padding-left: 92px;
}

/* checkbox */
.dip[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    display:none;
}
.dip[type="checkbox"]:not(:checked) + label,
.dip[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 0px;
    cursor: pointer;
}
.dip[type="checkbox"]:not(:checked) + label:before,
.dip[type="checkbox"]:checked + label:before,
.dip[type="checkbox"]:not(:checked) + label:after,
.dip[type="checkbox"]:checked + label:after {
    content: '';
}
.dip[type="checkbox"]:not(:checked) + label:before,
.dip[type="checkbox"]:checked + label:before {
    width: 15px; height: 40px;
    background-color: #d0d0d0;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -ms-transition: background-color .2s;
    transition: background-color .2s;
    border: 1px solid #3E3E3E;
    float: left;
    margin-left: 4px;
    margin-right: 4px;
}
.dip[type="checkbox"]:disabled + label:before {
    background-color: #909090;
}
.dip[type="checkbox"]:not(:checked) + label:after,
.dip[type="checkbox"]:checked + label:after {

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    background: #ffffff;
    width: 15px;
    height: 15px;
    border: 1px solid #3e3e3e;
    float: left;
    margin-left: -21px;
    margin-top: 0px;
}
.dip[type="checkbox"]:disabled + label:after {
    background: #c0c0c0;
}            
/* on checked */
.dip[type="checkbox"]:checked + label:before {
    box-shadow: none;
}
.dip[type="checkbox"]:not(:checked) + label:after {
    margin-top: 25px;
    margin-left: -21px;
}
.dip[type="checkbox"]:checked + label .ui,
.dip[type="checkbox"]:not(:checked) + label .ui:before,
.dip[type="checkbox"]:checked + label .ui:after {
    border-radius: 5px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    float: left;
    color: #000;
}
.dip[type="checkbox"]:not(:checked) + label .ui:before {
    margin-top: 50px;
    margin-left: -11px;
}
.dip[type="checkbox"]:checked + label .ui:after {
    margin-top: 50px;
    margin-left: -11px;
}
.device.disabled_device {
    opacity: 0.55;
}
.device.disabled_device:hover { 
    cursor: default;
}
.btn-center {
    margin-left: auto;
    margin-right: auto;
}
.btn-inline {
    padding: 8px;
    width: 116px;
    height: 31px;
    line-height: 34px;
}
.add_device_test_button {
    cursor: pointer;
    text-align: center;
    width: auto;
    height: 42px;
    background: rgba(34, 80, 92, 0.85);
    color: #ffffff;
    font-size: 18px;
    padding: 10px;
    border: 0px;
}

.add_device_p2p_login_label {
    width: 30%;
    float: left;
    text-align: right;
}

.add_device_p2p_login_field {
    width: 60%;
    float: left;    
}

.p2p_account_test {
    width: 60%;
    float: left;
}

.add_ivr{	
    text-align: left;
 	font-weight: normal;
	margin: 10px 15% 10px 15%;
}

