/*Created by Moon 2017/10/25*/
#hosts-content .date-Picker .search-method{
    width: auto;
    display: flex;
    align-items: center;
    float: left;
}
#hosts-content .date-Picker .search-method button{
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0;
    padding-left: 12px;
}
#hosts-content .date-Picker .search-method ul{
    height:60px;
}
#hosts-content .date-Picker .search-method .caret{
    top: 12px;
}
#hosts-content .time-filter input{
    height: 100%;
}
#hosts-content .table-circle i{
    color: #bbb;
    border: 1px solid;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    line-height: 15px;
}
#hosts-content .table-auto-renew label{
    border: 1px solid #1ca5fe;
    border-radius: 5px;
    color: #1ca5fe;
    width: 60px;
}
#hosts-content .table-host-status label{
    border: 1px solid #6ac22d;
    color: #6ac22d;
    width: 48px;
    /*height: 40px;*/
    display: block;
    text-align: center;
    border-radius: 5px;
    height: auto;
}

#hosts-content table label.shutdown{
    color: #8f9ea6;
    border: 1px solid #8f9ea6;
    height: auto;
}

#hosts-content table label.normal{
    color: #6ac22d;
    border: 1px solid #6ac22d;
}

#hosts-content table label.warning{
    color: #efb239;
    border: 1px solid #efb239;
}

#hosts-content table label.danger{
    color: #d9534f;
    border: 1px solid #d9534f;
}

/*CONNECT IP MODAL*/
#hosts-content #connectIPModal .modal-body{
    min-height: 200px;
    max-height: 450px;
    overflow-y: scroll;
}

#hosts-content #connectIPModal table tbody td{
    position: relative;
    padding: 0;
    height: 30px;
}

#hosts-content #connectIPModal table tbody td input{
    width: 100%;
    height: 100%;
    border: none;
    padding: 0 6px;
    background-color: #e7f7ff;
}

#hosts-content #connectIPModal table tbody tr:hover td input{
    background-color: #d4eefd;
}

#hosts-content #connectIPModal table tbody td .fa-times-circle{
    position: absolute;
    display: none;
    right: -9px;
    top: 5px;
    font-size: 1.6em;
    cursor: pointer;
    color: #088bfa;
    opacity: 0.5;
}

#hosts-content #connectIPModal table tbody tr:hover td .fa-times-circle{
    display: block;
}

#hosts-content #connectIPModal table .addNew{
    color: #088bfa;
    cursor: pointer;
}
/*CONNECT IP MODAL END */
