/*login page*/
img.login-logo-img {
    width: 100%
}

img.login-icon {
    position: absolute;
    left: 0px;
    top: -2px;
    width: 38px;
}

img.smallLogo-icon {
    position: absolute;
    width: 150px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*#menu3-3_li ul li{
	list-style-type: none;
}
#menu3-3_li ul,#menu3-3_angle{
	-webkit-transition: all .2s ease-in-out .1s; 
	-o-transition: all .2s ease-in-out .1s; 
	-moz-transition: all .2s ease-in-out .1s; 
	transition: all .2s ease-in-out .1s;
	overflow: hidden;
}*/

@media only screen and (min-width:769px) {
    div.net-title {
        position: absolute;
        font-size: 7rem;
        color: #fff;
        /*font-style: italic;*/
        font-weight: 600;
        text-shadow: #1b8c82 2px 2px 6px;
        margin-left: -10px;
        cursor: default;
        -webkit-user-select: none;
        -moz-user-select: none
    }

    div.net-sub-title {
        position: absolute;
        font-size: 5rem;
        color: #fff;
        /*font-style: italic;*/
        font-weight: 600;
        text-shadow: #1b8c82 2px 2px 6px;
        margin-left: -10px;
        cursor: default;
        -webkit-user-select: none;
        -moz-user-select: none
    }
}

@media only screen and (max-width:768px) {
    div.net-title {
        position: absolute;
        font-size: 5rem;
        color: #fff;
        font-style: italic;
        font-weight: 600;
        text-shadow: #1b8c82 2px 2px 6px;
        margin-left: -10px;
        cursor: default;
        -webkit-user-select: none;
        -moz-user-select: none;
        width: 100%;
    }

    div.net-sub-title {
        position: absolute;
        font-size: 3rem;
        color: #fff;
        /*font-style: italic;*/
        font-weight: 600;
        text-shadow: #1b8c82 2px 2px 6px;
        margin-left: -10px;
        cursor: default;
        -webkit-user-select: none;
        -moz-user-select: none;
        width: 100%;
    }
}

button.login-button {
    left: 50%;
    /*margin-left: 20px;*/
    margin-top: 40px
}

input.login-input {
    border: 1px
}

.form-control-feedback {
    left: 0
}

.has-feedback .form-control {
    /*padding-left: 42.5px*/
    margin-left: 34px;
    width: 300px
}

.login-box-ipt1 {
    position: absolute;
    left: 50%;
    margin-left: -190px;
    /*width: 340px*/
}

/*.login-head-box {
	background: #209e91;
	background: -moz-linear-gradient(left, #209e91 0%, #40c0c3 50%, #209e91 100%);
	background: -webkit-linear-gradient(left, #209e91 0%,#40c0c3 50%,#209e91 100%);
	background: linear-gradient(to right, #209e91 0%,#40c0c3 50%,#209e91 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#209e91', endColorstr='#209e91',GradientType=1 );
	padding-top: 50px;
	cursor: default
}
*/


.login-logo-add {
    font-size: 25px;
    font-style: italic;
    text-align: center;
    background: -webkit-linear-gradient(top, #ffffff 0, #e0e0e0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.logo-border {
    position: absolute;
    height: 75px;
    width: 330px;
    border: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.33);
    left: 50%;
    margin-left: -165px;
    -moz-box-shadow: 0px 8px 20px 1px rgb(55, 165, 165);
    -webkit-box-shadow: 0px 8px 20px 1px rgb(55, 165, 165);
    box-shadow: 0px 8px 20px 1px rgb(55, 165, 165)
}

/* dynamic table */
table.dynamic_tb {
    height: 150px;
}

table.dynamic_tb,
table.dynamic_tb td,
table.dynamic_tb th {
    border-collapse: collapse;
}

@media only screen and (min-width:768px) {
    table.dynamic_tb td {
        min-width: 150px;
    }
}

table.dynamic_tb td {
    width: 50%;
    height: 25px;
}

table.dynamic_tb thead th {
    background-color: #d3eae8;
}

table.dynamic_tb tbody th {
    background-color: #d3eae8;
}

/*ipt1 add css*/
/*wave*/
@media only screen and (max-width:768px) {
    div.wave_box {
        width: 200px;
    }
}

@media only screen and (min-width:769px) {
    div.wave_box {
        width: 230px;
    }
}

div.wave_box {
    /*width: 100px;*/
    /*width: 150px;*/
    height: 90px;
    overflow: hidden;
    display: block;
    /*margin: 0 auto;*/
    position: relative;
}

.wave-svg-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 900px;
    /*width: 450px;*/
    height: 100%;
    overflow: hidden;
    /*transform: translateX(-100px);*/
    /*animation: fillUpSvg 20s ease-in-out infinite;*/
}

.wave-svg-shape .wave-svg {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    fill: #0ab1a0;
    margin: 0;
    animation: waveSvgAnim 5s linear infinite;
}

@keyframes fillUpSvg {
    0% {
        transform: translateY(calc(150px/2)) scaleY(0.5);
    }

    50% {
        transform: translateY(0) scaleY(1);
    }

    100% {
        transform: translateY(calc(150px/2)) scaleY(0.5);
    }
}

@keyframes waveSvgAnim {
    0% {
        transform: translateX(calc(-150px * 2));
    }

    100% {
        transform: translateX(150px * 2);
    }
}

/*wave*/

/* patient selector size */
li.list_lg {
    color: #000
}

li.header {
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none
}

div.alert-detail {
    /*cursor: pointer;*/
    color: #ef1010
}

div.alert-detail:hover {
    color: #ff0000
}

button.btn-alert {
    background-color: #ebfffd;
    border-color: #333;
    color: #333;
    margin-top: -15px
}

/*-----card*/
div.time-show {
    position: absolute;
    right: 0px;
    margin: -35px 40px 0 0;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none
}

div.time-show2 {
    position: absolute;
    right: 0px;
    margin: -20px 15px 0 0;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none
}

div#modal_time {
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none
}

div#modal_time2 {
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none
}

div.bed_img {
    max-width: 80px;
    height: 60px;
    margin: 10px 8px 0 -8px;
    /*background-image: url('../img/bed_a.png');*/
    background-repeat: no-repeat;
    background-size: contain;
}

div.bed_img2 {
    max-width: 80px;
    height: 60px;
    margin: 10px 8px 0 -8px;
    /*background-image: url('../img/bed_b.png');*/
    background-repeat: no-repeat;
    background-size: contain;
}

div.card-main-head {
    background-color: #e8f3f2;
    /*background-color: #bfe2df;*/
    /*border-radius: 20px;*/
    padding: 5px 0 0 0
}

div.card {
    margin: 0 10px 10px 0;
    box-shadow: #616161 0px 1px 1px 0px, #616161 1px 0px 1px 0px, #616161 -1px 0px 1px 0px;
    /*box-shadow: #0da595 0px -1px 2px 0px, #0da595 0px 1px 1px 0px;*/
    padding: 2px 2px 2px 8px;
    min-height: 50px
}

div.card:hover {
    background-color: #eaeaea
}

div.card-red {
    color: #fff;
    background-color: #ffecec;
    /*background-color: #ff0000;*/
    -webkit-animation: blinkRed 1.5s infinite;
    -moz-animation: blinkRed 1.5s infinite;
    -ms-animation: blinkRed 1.5s infinite;
    -o-animation: blinkRed 1.5s infinite;
    animation: blinkRed 1.5s infinite;
}

div.card-red:hover {
    /*background-color: #ffd5d5;*/
}

div.card-green {
    /*background-color: #f1fff4;*/
    background-color: #34cc3f;
    color: #000;
}

div.card-green:hover {
    background-color: #d4ffdd;
}

div.card-yellow {
    background-color: #fffdc6;
}

div.card-yellow:hover {
    background-color: #fffca1;
}

div.card-nop {
    margin: 0 0 10px 0;
    box-shadow: #616161 0px 1px 1px 0px, #616161 1px 0px 1px 0px, #616161 -1px 0px 1px 0px;
    /*box-shadow: #0da595 0px -1px 2px 0px, #0da595 0px 1px 1px 0px;*/
    padding: 2px 2px 2px 8px;
    min-height: 50px
}

@media only screen and (max-width:1600px) {
    div.card {
        min-height: 50px
    }
}

@media only screen and (max-width:1600px) {
    div.card-nop {
        min-height: 50px
    }
}

@media only screen and (min-width:1601px) {
    div.card {
        min-height: 50px
    }
}

@media only screen and (min-width:1601px) {
    div.card-nop {
        min-height: 50px
    }
}

div.card_titlebar {
    margin: 0;
    box-shadow: #616161 1px 0px 1px 0px, #616161 -1px 0px 1px 0px;
    /*box-shadow: #0da595 0px -1px 2px 0px, #0da595 0px 1px 1px 0px;*/
    padding: 2px 2px 2px 8px;
}

div.card-title {
    color: #07867c;
    background-color: #bfe2df;
    padding: 5px 5px 5px 0;
    font-size: 2rem;
    /*border-radius: 15px 0 0 0;*/
    box-shadow: #2aa296 0px 1px 1px, #2aa296 0px -1px 1px;
    height: 50px
}

div.title-red {
    background-color: #ff0000;
    -webkit-animation: blinkRed 1.5s infinite;
    -moz-animation: blinkRed 1.5s infinite;
    -ms-animation: blinkRed 1.5s infinite;
    -o-animation: blinkRed 1.5s infinite;
    animation: blinkRed 1.5s infinite;
    box-shadow: rgba(236, 36, 36, 0.2) 0 -1px 7px 1px, inset #bf1a1a 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 12px;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        background-color: #000000;
        opacity: 1;
    }

    100% {
        opacity: 1;
    }

    /*from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }*/
}

div.title-green {
    background-color: #34cc3f;
    /*background-color: #339966;*/
}

div.title-yellow {
    background-color: #ffff00;
}

div.title-gray {
    background-color: #cccccc;
}

div.card-status {
    background-color: #e8f3f2;
    /*border-radius: 20px;*/
    /*padding: 5px 0 1px 15px;*/
    /*margin: 0 10px 5px 0*/
}

div.card-detail {
    padding: 5px 0 5px 8px;
    background: #e8f3f2;
    margin: 5px 0 10px 0;
    box-shadow: #39716b 2px 2px 2px 0px
}

div.card_device {
    box-shadow: #c9dcda 1px 0px 0px 0px, #c9dcda -1px 0px 0px 0px
}

@media only screen and (min-width:769px) {
    div.card-title div {
        margin: -8px 0 0 -6px;
        width: 172px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    td.pumpStatus {
        max-width: 50px;
    }
}

@media only screen and (max-width:768px) {
    div.card-title div {
        margin: -8px 0 0 -6px
    }

}


#SocietyList {}

#SocietyList div {
    color: #FFF;
    padding: 5px 0px;
    cursor: pointer;
    font-size: 16px;
}

#SocietyList div:hover {
    background: #3e545d;
}

/* smart scan net */
div.card-scan {
    margin: 0 0 10px 0;
    box-shadow: #616161 0px 1px 1px 0px, #616161 1px 0px 1px 0px, #616161 -1px 0px 1px 0px;
    /*box-shadow: #0da595 0px -1px 2px 0px, #0da595 0px 1px 1px 0px;*/
    padding: 2px 2px 2px 8px;
    min-height: 120px
}

div.card-light-green {
    background-color: #63ff50;
}

div.bedimg {
    /*width: 35px;
    height: 80px;
	margin: 30px 0 0 -15px;
    background-image: url('../img/bed.png');
    background-repeat: no-repeat;
    background-size: contain;*/
    /*background-image: url("bootstrap/dist/img/bed.png");*/
}

span.bedno {
    color: #333;
    font-size: 2.5rem;
    font-weight: 600;
}

div.card_name {
    font-size: 2rem
}

span.bedno {
    font-size: 2.4rem;
    /*margin: -3px 0 0 3px;*/
    /*float: left*/
}

@media only screen and (min-width:1600px) {
    span.bedno {
        font-size: 3.5rem;
        /*margin: -3px 0 0 3px;*/
        /*float: left*/
    }

    img.beda {
        max-width: 70px;
    }

    img.bedb {
        max-width: 70px;
    }
}

span.patientname {
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@media screen and (max-width: 768px) {
    span.patientname {
        font-size: 2rem;
    }

    img.beda {
        max-width: 30px;
    }

    img.bedb {
        max-width: 30px;
    }
}

@media only screen and (min-width: 769px) and (max-width:1600px) {
    span.patientname {
        font-size: 2rem;
    }

    img.beda {
        max-width: 50px;
    }

    img.bedb {
        max-width: 50px;
    }
}

@media only screen and (min-width:1601px) {
    span.patientname {
        font-size: 3rem;
    }
}

span.no-bedno {
    font-size: 2rem;
    margin: -5px 0 0 5px;
    float: left;
    color: #b4e4df
}

div.card-content {
    color: #07867c;
    background-color: #fff;
    padding: 5px 5px 5px 5px;
    font-size: 1.8rem;
    box-shadow: #1d887d 0 1px 1px, inset #44a59b 0 -1px 1px
}

div.card-content-row {
    padding: 5px 5px 5px 0;
}

/* medical order card */

div.card-medical {
    margin: 0 0 10px 0;
    box-shadow: #616161 0px 1px 1px 0px, #616161 1px 0px 1px 0px, #616161 -1px 0px 1px 0px;
    /*box-shadow: #0da595 0px -1px 2px 0px, #0da595 0px 1px 1px 0px;*/
    padding: 2px 2px 2px 8px;
    min-height: 120px
}

div.card-patientHistory {
    margin: 0 0 10px 0;
    box-shadow: #616161 0px 1px 1px 0px, #616161 1px 0px 1px 0px, #616161 -1px 0px 1px 0px;
    /*box-shadow: #0da595 0px -1px 2px 0px, #0da595 0px 1px 1px 0px;*/
    padding: 2px 2px 2px 8px;
    min-height: 480px
}

/*modal devicestatus*/
/*div.card-green {
	color: #07867c;
	background-color: #d9ff8a;
	box-shadow: #0da595 0px -1px 2px 0px, #0da595 0px 1px 1px 0px;
	padding: 2px 2px 2px 8px;
	height: 100px
}*/
/*div.card-green:hover {
	background-color: #cbff60;
}*/
/*div.card-yellow {
	color: #07867c;
	background-color: #fbff00;
	box-shadow: #0da595 0px -1px 2px 0px, #0da595 0px 1px 1px 0px;
	padding: 2px 2px 2px 8px;
	height: 100px
}*/
/*div.card-yellow:hover {
	background-color: #ffeb00;
}*/

/*div.card-red {
	color: #07867c;
	background-color: #ff4a4a;
	box-shadow: #0da595 0px -1px 2px 0px, #0da595 0px 1px 1px 0px;
	padding: 2px 2px 2px 8px;
	height: 100px
}*/
/*div.card-red:hover {
	background-color: #fd2f2f;
}*/

/*div.card>div>div>div {
	margin: 3px 0 0 0
}*/
/*div.card-red>div>div>div span {
	color: #fff;
}*/
/*div.card-gray {
	color: #07867c;
	background-color: #e0e0e0;
	box-shadow: #0da595 0px -1px 2px 0px, #0da595 0px 1px 1px 0px;
	padding: 2px 2px 2px 8px;
	height: 100px
}*/
/*div.card-gray:hover {
	background-color: #cecece;
}*/

@media only screen and (min-width:768px) {
    div.modal-devicestatus {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (min-width:768px) {
    span.rwd_status {
        display: none;
    }
}

@media only screen and (min-width:768px) {
    div.card-footer {
        color: #07867c;
        background-color: #fff;
        box-shadow: #0da595 0px -1px 2px 0px, #0da595 0px 1px 1px 0px;
        padding: 2px 2px 2px 8px;
        height: 100px
    }
}

@media only screen and (max-width:767px) {
    div.card-footer {
        color: #07867c;
        background-color: #fff;
        box-shadow: #0da595 0px -1px 2px 0px, #0da595 0px 1px 1px 0px;
        padding: 2px 2px 2px 8px
    }
}

div.card-footer>div {
    padding: 0;
    font-size: 1.5rem
}

div.card-bottom {
    color: #fff;
    background-color: #16bbaa;
    padding: 10px 0 10px 5px;
    font-size: 1.5rem;
    box-shadow: #20867b 0px 2px 2px
}

/*card----*/
div.device-info {
    font-size: 2rem;
    /*background-color: #209e91;*/
    color: #000;
    width: 130px;
    /*height: 30px;*/
    padding: 0 0 0 20px;
    /*border-radius: 0 50px 0 50px*/
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none
}

span.device-info-id {
    width: 160px;
    /*​max-width: 150px;*/
    /*height: 30px;*/
    margin: -35px 0 8px 50px;
    padding: 8px 0 0 0;
    font-size: 2.5rem;
    /*background-color: #0ab1a0;*/
    display: block;
    /*border-radius: 10px 0 10px 0;*/
    /*text-align: center;*/
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@media only screen and (max-width:768px) {
    div.modal-light {
        padding: 5px 0 0 0;
    }

    span.device-info-drug {
        /*width: 150px;*/
        ​max-width: 150px;
        height: 30px;
        margin: -35px 0 0 70px;
        font-size: 2.5rem;
        /*background-color: #0ab1a0;*/
        display: block;
        /*border-radius: 10px 0 10px 0;*/
        /*text-align: center;*/
        /*padding: 2px 0 0 0;*/
        color: #000
    }

    div.device-info-drug {
        font-size: 2rem;
        /*background-color: #209e91;*/
        color: #000;
        width: 130px;
        /*height: 30px;*/
        padding: 0 0 0 10px;
        /*border-radius: 0 50px 0 50px*/
    }

    div.device-info-deviceid {
        font-size: 2rem;
        /*background-color: #209e91;*/
        color: #000;
        width: 130px;
        /*height: 30px;*/
        padding: 0 0 0 0;
        /*border-radius: 0 50px 0 50px*/
        margin: 8px 0 0 10px
    }

    span.device-info-deviceid {
        /*width: 150px;*/
        ​max-width: 150px;
        height: 30px;
        margin: -30px 0px 8px 100px;
        font-size: 2rem;
        /*background-color: #0ab1a0;*/
        display: block;
        /*border-radius: 10px 0 10px 0;*/
        /*text-align: center;*/
        padding: 2px 0 0 0;
        color: #000
    }
}

@media only screen and (min-width:768px) {
    span.device-info-drug {
        /*width: 150px;*/
        ​max-width: 150px;
        height: 30px;
        margin: -35px 0 0 70px;
        font-size: 2.5rem;
        /*background-color: #0ab1a0;*/
        display: block;
        /*border-radius: 10px 0 10px 0;*/
        /*text-align: center;*/
        /*padding: 2px 0 0 0;*/
        color: #000
    }

    div.device-info-drug {
        font-size: 2rem;
        /*background-color: #209e91;*/
        color: #000;
        width: 130px;
        /*height: 30px;*/
        padding: 8px 0 0 15px;
        /*border-radius: 0 50px 0 50px*/
    }

    div.device-info-deviceid {
        font-size: 2rem;
        /*background-color: #209e91;*/
        color: #000;
        width: 130px;
        /*height: 30px;*/
        padding: 0 0 0 10px;
        /*border-radius: 0 50px 0 50px*/
        margin: 8px 0 0 10px
    }

    span.device-info-deviceid {
        /*width: 150px;*/
        ​max-width: 150px;
        height: 30px;
        margin: -30px 0px 8px 100px;
        font-size: 2rem;
        /*background-color: #0ab1a0;*/
        display: block;
        /*border-radius: 10px 0 10px 0;*/
        /*text-align: center;*/
        padding: 2px 0 0 0;
        color: #000
    }
}

span.device-info-other {
    position: absolute;
    width: 150px;
    ​max-width: 150px;
    height: 30px;
    margin: -45px 0 0 60px;
    font-size: 2rem;
    /*background-color: #0ab1a0;*/
    display: block;
    /*border-radius: 10px 0 10px 0;*/
    /*text-align: center;*/
    padding: 5px 0 0 0;
    color: #000
}

span.device-info {
    font-size: 2rem;
    padding-left: 5px;
}

div.infusion-volume {
    background: linear-gradient(#0ab1a0 66%, #209e91 34%)
}

div.infusion-time {
    background: linear-gradient(#0ab1a0 50%, #209e91 50%)
}

span#VI_title {
    color: #a6ff40
}

span#device_vi {
    color: #a6ff40;
    font-size: 2.3rem;
    /*background: -webkit-gradient(linear, left top, right top, color-stop(0, #90cf48), color-stop(.4, #c7fd88), color-stop(.5, #c7fd88), color-stop(.6, #c7fd88), color-stop(1, #90cf48));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: animate 2s infinite*/
}

/*
@-webkit-keyframes animate {
	from {background-position: -100px;}
	to {background-position: 100px;}
}
@keyframes animate {
	from {background-position: -100px;}
	to {background-position: 100px;}
}*/

div.volume_percent {
    position: absolute;
    font-size: 1.6rem;
    margin-left: 25px;
    color: #a6ff40
}

div.right-data-space {
    width: 235px;
    height: 90px;
    margin: 0 0 0 80px;
    padding: 3px 0 0 0;
    background-color: #0ab1a0;
    border-radius: 0 20px 0 0;
    color: #fff
}

span.info-box-icon {
    box-shadow: inset #ffffff -2px 0px 2px 0px
}

span.device-data {
    font-size: 2rem;
    float: right;
    padding: 0 5px 0 0
}

.device-speed-title {
    position: absolute;
    z-index: 100;
    color: #fff;
    margin: 15px 0 0 5px;
    font-size: 25px
}

.device-speed-number {
    position: absolute;
    z-index: 100;
    color: #fff;
    margin: 45px 0 0 5px;
    font-size: 3rem
}

span.tb_icon {
    font-size: 2.2rem;
    color: #cbe6e3;
    margin: 0 5px 0 0;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out .1s;
    -o-transition: all .2s ease-in-out .1s;
    -moz-transition: all .2s ease-in-out .1s;
    transition: all .2s ease-in-out .1s
}

span.tb_icon:hover {
    color: #07867c;
}

.blink {
    color: #de0930;
    font-weight: 600;
    animation-duration: 1s;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

div.signal_none {
    margin: 0 auto;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: inset rgb(197, 197, 197) 0px -1px 8px 0px, inset rgb(247, 247, 247) -3px -4px 3px, inset #ffffff 1px 1px 12px;
}

div.signal0 {
    margin: -5px 0 0 -15px;
    width: 24px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.92);
    border-radius: 50%;
    box-shadow: rgb(23, 119, 109) 0 -1px 7px 1px, inset rgb(183, 183, 183) -3px -4px 8px, #308a80 0 2px 12px;
    cursor: pointer
}

div.signal1 {
    margin: -5px 0 0 -15px;
    width: 24px;
    height: 24px;
    background-color: #ABFF00;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px;
    cursor: pointer
}

div.signal1:hover {
    background-color: #91ff00;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #496d00 0 -1px 9px, #99ff23 0 2px 12px 3px;
}

div.signal2 {
    margin: -5px 0 0 -15px;
    width: 24px;
    height: 24px;
    background-color: #F00;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 12px;
    -webkit-animation: blinkRed 0.7s infinite;
    -moz-animation: blinkRed 0.7s infinite;
    -ms-animation: blinkRed 0.7s infinite;
    -o-animation: blinkRed 0.7s infinite;
    animation: blinkRed 0.7s infinite;
    cursor: pointer
}

div.signal3 {
    margin: -5px 0 0 -15px;
    width: 24px;
    height: 24px;
    background-color: #ffca0a;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #988952 0 -1px 9px, #fbff00 0 2px 12px;
    cursor: pointer
}

div.signal3:hover {
    background-color: #ffd643;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #988952 0 -1px 9px, #fbff00 0 2px 12px 3px;
}

table#device_detail thead tr th {
    font-size: 2rem;
    text-align: center;
}

table#device_detail tbody tr td {
    font-size: 1.6rem;
}

@media only screen and (min-width:769px) {
    span.signal0 {
        position: absolute;
    }

    span.signal1 {
        position: absolute;
    }

    span.signal2 {
        position: absolute;
    }

    span.signal3 {
        position: absolute;
    }
}

@media only screen and (max-width:768px) {
    span.signal0 {
        float: right;
    }

    span.signal1 {
        float: right;
    }

    span.signal2 {
        float: right;
    }

    span.signal3 {
        float: right;
    }
}

span.signal0 {
    /*margin: 5px 10px 10px 10px;*/
    /*position: absolute;*/
    width: 25px;
    height: 25px;
    background-color: #FFFFFF;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #B7B7B7 0 -1px 9px, #FFFFFF 0 2px 12px;
    display: block
}

span.signal1 {
    /*margin: 5px 10px 10px 10px;*/
    /*position: absolute;*/
    width: 25px;
    height: 25px;
    background-color: #339966;
    /*background-color: #ABFF00;*/
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #18e628 0 2px 12px;
    display: block
}

span.signal2 {
    /*margin: 5px 10px 10px 10px;*/
    /*position: absolute;*/
    width: 25px;
    height: 25px;
    background-color: #F00;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 12px;
    -webkit-animation: blinkRed 0.7s infinite;
    -moz-animation: blinkRed 0.7s infinite;
    -ms-animation: blinkRed 0.7s infinite;
    -o-animation: blinkRed 0.7s infinite;
    animation: blinkRed 0.7s infinite;
    display: block
}

span.signal3 {
    /*margin: 5px 10px 10px 10px;*/
    /*position: absolute;*/
    width: 25px;
    height: 25px;
    background-color: #ffca0a;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.18) 0 -1px 7px 1px, inset #c3b749 0 -1px 9px, #fdff7e 0 2px 12px;
    display: block
}

@-webkit-keyframes blinkRed {
    from {
        background-color: #F00;
    }

    50% {
        background-color: #e28f8f;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #f9efef 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 0px 0;
    }

    to {
        background-color: #F00;
    }
}

@-moz-keyframes blinkRed {
    from {
        background-color: #F00;
    }

    50% {
        background-color: #e28f8f;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #f9efef 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 0px 0;
    }

    to {
        background-color: #F00;
    }
}

@-ms-keyframes blinkRed {
    from {
        background-color: #F00;
    }

    50% {
        background-color: #e28f8f;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #f9efef 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 0px 0;
    }

    to {
        background-color: #F00;
    }
}

@-o-keyframes blinkRed {
    from {
        background-color: #F00;
    }

    50% {
        background-color: #e28f8f;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #f9efef 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 0px 0;
    }

    to {
        background-color: #F00;
    }
}

@keyframes blinkRed {
    from {
        background-color: #F00;
    }

    50% {
        background-color: #e28f8f;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #f9efef 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 0px 0;
    }

    to {
        background-color: #F00;
    }
}

div.modal-dialog {
    box-shadow: 5px 8px 7px 5px rgba(0, 0, 0, 0.28);
}

div.modal-content {
    border-radius: 15px 15px 15px 15px;
}

img.user-img-preview {
    max-width: 150px;
    max-height: 150px
}

div.popout_message {
    font-size: 1.8rem;
    margin-bottom: 10px
}

div.form_button {
    text-align: center
}

thead tr {
    /*background-color: #ecfffd*/
    /*background-color: rgba(32, 158, 145, 0.2)*/
    background-color: #d3eae8
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f3fffe;
}

.sidebar-menu li,
.sidebar-menu li.header {
    font-size: 18px;
}

span.sidebar-menu {
    /*font-size: 18px;*/
    padding-left: 5px
}

span.sidebar-submenu {
    font-size: 16px;
    padding-left: 15px;
    color: rgba(255, 255, 255, 0.4)
}

span.sidebar-submenu:hover {
    color: #fff
}

span.active {
    color: #6EC0B7
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus {
    background-color: #209E91;
    border-color: #ffffff
}


/*********************/
/* RWD Table */
@media only screen and (max-width:768px) {
    .no-margin {
        margin: 0 !important;
    }

    .rwd-table {
        background: #fff;
        overflow: hidden;
    }

    .rwd-table tr:nth-of-type(2n) {
        /*background: #eee;*/
    }

    .rwd-table th,
    .rwd-table td {
        margin: 0.1rem 1rem;
    }

    /*改*/
    .rwd-table {
        min-width: 100%;
    }

    .rwd-table th {
        display: none;
    }

    .rwd-table td {
        padding: 3px 1px;
        display: block;
    }

    .rwd-table td:before {
        content: attr(data-th) "";
        font-weight: bold;
        width: 6rem;
        display: inline-block;
    }

    .rwd-table th,
    .rwd-table td:before {
        color: #06756b;
        font-weight: bold;
        font-size: 15px;
    }
}

@media only screen and (min-width: 769px) {

    .rwd-table td:before {
        display: none;
    }

    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: 0.25em 0.5em;
    }

    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 0;
    }

    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0;
    }

    .rwd-table th,
    .rwd-table td {
        padding: 1.05rem !important;
    }

    td.name_col {
        width: 80px;
    }
}

@media only screen and (max-width: 768px) {

    .rwd-table th,
    .rwd-table td {
        text-align: left;
    }
}

/*********************/

.layout-boxed html,
.layout-boxed body {
    height: 100%
}

.btn-logout {
    background-color: #209e91;
    border-color: #07867c;
    color: #ffffff;
    padding: 0 12px
}

.btn-logout:focus {
    color: #ffffff
}

.btn-logout:hover {
    background-color: #1b867b;
    border-color: #167067;
    color: #ffffff
}

.btn-ipt1 {
    background-color: #209e91;
    border-color: #07867c;
    color: #ffffff
}

.btn-ipt1:focus {
    color: #ffffff
}

.btn-ipt1:hover {
    background-color: #1b867b;
    border-color: #167067;
    color: #ffffff
}

.btn-ipt1-user {
    background-color: #2c3b41;
    border-color: #126f66;
    color: #1dc7b6;
    margin: 10px
}

.btn-ipt1-user:focus {
    color: #1dc7b6
}

.btn-ipt1-user:hover {
    background-color: #1b867b;
    border-color: #167067;
    color: #ffffff
}

.content-header,.content {
    min-width: 630px;
}

.content-header {
    height: 65px;
}

.content-wrapper {
    margin-top: 50px;
    /*overflow-x: scroll;*/
}

/*edit margin-top*/
@media only screen and (max-width:1200px) {
    .content-wrapper {
        /*margin-top: 50px;*/
        overflow-x: scroll;
    }
}


/*edit hide sidebar-toggle when screen<769px*/
@media only screen and (min-width:768px) {
    .sidebar-toggle {
        display: none;
    }
}

.main-header {
    position: fixed;
    width: 100%;
}

/*edit RWD home page*/
@media only screen and (max-width:768px) {
    .main-header .logo {
        /*margin-top: -50px;*/
        height: 0px;
    }
}

@media only screen and (min-width:768px) {
    .main-header .logo {
        position: fixed;
        height: 50px;
    }
}

/*main header rwd logo*/
.logo-rwd {
    display: block;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.5rem;
    line-height: 50px;
    text-align: center;
}

@media only screen and (min-width:769px) {
    .logo-rwd {
        display: none;
    }
}

/* sidebar css*/
aside.asideScroll {
    overflow-y: scroll;
    overflow-x: hidden;
}

.main-sidebar {
    padding-top: 50px;
}

@media (max-width: 767px) {.main-sidebar {
    padding-top: 50px;
}
}

/* sidebar y-axis adjust */
.main-sidebar-y-axis {
    position: absolute;
    /*position: fixed;*/
    top: 0;
    left: 0;
    padding-top: 30px;
    width: 230px;
    /*width: 200px;*/
    z-index: 810;
    -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
    transition: transform .3s ease-in-out, width .3s ease-in-out
}

@media (max-width:768px) {
    .main-sidebar-y-axis {
        padding-top: 100px
    }
}

/*edit margin-top 0->-50*/
@media (max-width:768px) {
    .main-sidebar-y-axis {
        /*add*/
        margin-top: -50px;
        -webkit-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        transform: translate(-230px, 0)
    }
}

/*edit margin-top 0 ->-50*/
@media (min-width:769px) {
    .sidebar-collapse .main-sidebar-y-axis {
        -webkit-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        transform: translate(-230px, 0);
        margin-top: -50px;
    }
}

/*edit margin-top 0 ->-50*/
@media (max-width:768px) {
    .sidebar-open .main-sidebar-y-axis {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-top: -50px;
        position: fixed
    }
}


/*modal-backdrop*/
.modal-backdrop {
    overflow-y: initial !important;
}

.treeview-menu>li>a>span:hover {
    color: #6dded2
}

.bg-ipt1 {
    background-color: #209e91 !important
}