#bandwidth-product-content .table td.disabled{
    color: #bbb;
}

#bandwidth-product-content #bandwidth-product-tool-bar button:disabled{
    background-color: #ebebeb;
    color: #bbb !important;
    opacity: 1;
}

/*MODAL*/
#bandwidth-product-content #bandwidthInfoModal .basic-info .error-border{
    color: #f73d3d;
}

#bandwidth-product-content #lineInfoModal .modal-body,
#bandwidth-product-content #bandwidthInfoModal .modal-body{
    max-height: 470px;
    overflow-y: auto;
}

#bandwidth-product-content .basic-info-detail .title{
    width: 24%;
}

#bandwidth-product-content .basic-info-detail .dropdown{
    width: 76%;
}

#bandwidth-product-content .basic-info-detail input{
    width: 76%;
}

#bandwidth-product-content .nav-tabs{
    width: 100%;
}

#bandwidth-product-content .nav-tabs > li{
    width: 48.8%;
}

#bandwidth-product-content .nav-tabs > li:first-child{
    margin-right: 10px;
}

#bandwidth-product-content .nav-tabs > li a{
    cursor: pointer;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#bandwidth-product-content .nav-tabs > li a,
#bandwidth-product-content .nav-tabs > li a:hover{
    height: 29px;
    margin-right: 0;
    padding: 6px 0;
    border: 1px solid #e6e6e6;
    text-align: center;
    color: #333;
    background-color: #fff;
}

#bandwidth-product-content .nav-tabs > li.active a{
    background-color: #0ea0ff;
    color: #fff;
    border: none;
    border-bottom: 1px solid #e6e6e6;
}

#bandwidth-product-content #bandwidthInfoModal table th{
    height: 30px;
    border: 1px solid #e6e6e6;
    background-color: #f5f5f5;
    padding: 6px;
    text-align: center;
}

#bandwidth-product-content #bandwidthInfoModal table td{
    border: 1px solid #e6e6e6;
    height: 28px;
    padding: 5px;
    text-align: center;
}

#bandwidth-product-content #bandwidthInfoModal table th{
    border-top-style: none;
}

#bandwidth-product-content #bandwidth-range input,
#bandwidth-product-content #ip-range input{
    text-align: center;
}

#bandwidth-product-content #bandwidth-range tr.can-edit input,
#bandwidth-product-content #ip-range tr.can-edit input{
    text-align: left;
}

#bandwidth-product-content #bandwidth-range tr td,
#bandwidth-product-content #ip-range tr td{
    color: #777;
}

#bandwidth-product-content #bandwidth-range tr.can-edit td,
#bandwidth-product-content #ip-range tr.can-edit td{
    color: #333;
}

#bandwidth-product-content #bandwidth-range,
#bandwidth-product-content #ip-range{
    margin-bottom: 0;
    width: 100%;
}

#bandwidth-product-content #lineInfoModal table{
    margin-bottom: 0;
}

#bandwidth-product-content #bandwidth-range.has-data,
#bandwidth-product-content #ip-range.has-data{
    margin-bottom: 10px;
}

#bandwidth-product-content #bandwidth-range th:first-child,
#bandwidth-product-content #new-bandwidth td:first-child,
#bandwidth-product-content #ip-range th:first-child,
#bandwidth-product-content #new-ip td:first-child{
    width: 34%;
}

#bandwidth-product-content #bandwidth-range td:first-child,
#bandwidth-product-content #new-bandwidth td:first-child,
#bandwidth-product-content #ip-range td:first-child,
#bandwidth-product-content #new-ip td:first-child{
    padding: 0 9px;
}

#bandwidth-product-content #bandwidth-range tr td:first-child input,
#bandwidth-product-content #ip-range tr td:first-child input,
#bandwidth-product-content #new-bandwidth td:first-child input,
#bandwidth-product-content #new-ip td:first-child input{
    width: 35%;
    height: 20px;
    cursor: auto;
    background-color: inherit;
}

#bandwidth-product-content #bandwidth-range .can-edit td:first-child input,
#bandwidth-product-content #ip-range .can-edit td:first-child input,
#bandwidth-product-content #new-bandwidth .detail td:first-child input,
#bandwidth-product-content #new-ip td:first-child input{
    background-color: #e7f7ff;
    border: 1px solid #e6e6e6;
    padding: 0 6px;
}

#bandwidth-product-content #bandwidth-range tr td:first-child input:first-child,
#bandwidth-product-content #ip-range tr td:first-child input:first-child,
#bandwidth-product-content #new-bandwidth tr td:first-child input:first-child,
#bandwidth-product-content #new-ip tr td:first-child input:first-child{
    height: 22px;
    margin-right: 7px;
}

#bandwidth-product-content #bandwidth-range tr td:first-child input:nth-child(2),
#bandwidth-product-content #ip-range tr td:first-child input:nth-child(2),
#bandwidth-product-content #new-bandwidth tr td:first-child input:nth-child(2),
#bandwidth-product-content #new-ip tr td:first-child input:nth-child(2){
    height: 22px;
    margin-left: 7px;
}

#bandwidth-product-content #bandwidth-range tr td:last-child,
#bandwidth-product-content #new-bandwidth tr td:last-child,
#bandwidth-product-content #ip-range tr td:last-child,
#bandwidth-product-content #new-ip tr td:last-child{
    position: relative;
}

#bandwidth-product-content #bandwidth-range input:disabled,
#bandwidth-product-content #ip-range input:disabled,
#bandwidth-product-content #new-bandwidth input:disabled,
#bandwidth-product-content #new-ip input:disabled{
    border: none;
    background-color: inherit;
}

#bandwidth-product-content #bandwidth-range .fa-times-circle,
#bandwidth-product-content #new-bandwidth .fa-times-circle,
#bandwidth-product-content #ip-range .fa-times-circle,
#bandwidth-product-content #new-ip .fa-times-circle{
    display: none;
}

#bandwidth-product-content #bandwidth-range .can-edit:hover .fa-times-circle,
#bandwidth-product-content #new-bandwidth .detail:hover .fa-times-circle,
#bandwidth-product-content #ip-range .can-edit:hover .fa-times-circle,
#bandwidth-product-content #new-ip .detail:hover .fa-times-circle{
    display: block;
    position: absolute;
    right: -10px;
    top: 4px;
    font-size: 1.7em;
    cursor: pointer;
    color: #0ea0ff;
    opacity: 0.5;
}

#bandwidth-product-content #bandwidth-range .can-edit,
#bandwidth-product-content #ip-range .can-edit,
#bandwidth-product-content #new-bandwidth tr,
#bandwidth-product-content #new-ip tr{
    background-color: #e7f7ff;
}

#bandwidth-product-content #bandwidth-range .can-edit:hover,
#bandwidth-product-content #ip-range .can-edit:hover,
#bandwidth-product-content #new-bandwidth tr:hover,
#bandwidth-product-content #new-ip tr:hover{
    background-color: #d4eefd;
}


#bandwidth-product-content #ip-range .can-edit td:nth-child(2),
#bandwidth-product-content #new-ip .detail td:nth-child(2){
    padding: 0;
}

#bandwidth-product-content #ip-range .can-edit:hover td:nth-child(2) > input,
#bandwidth-product-content #new-ip .detail:hover td:nth-child(2) > input{
    background-color: #d4eefd;
}

#bandwidth-product-content #bandwidth-range .can-edit td input,
#bandwidth-product-content #ip-range .can-edit td input,
#bandwidth-product-content #new-bandwidth .detail td input,
#bandwidth-product-content #new-ip .detail td input{
    height: inherit;
    background-color: #e7f7ff;
    padding-left: 10px;
    padding-right: 10px;
}

#bandwidth-product-content #bandwidth-range .can-edit:hover td input,
#bandwidth-product-content #ip-range .can-edit:hover td input,
#bandwidth-product-content #new-bandwidth .detail:hover td input,
#bandwidth-product-content #new-ip .detail:hover td input{
    background-color: #d4eefd;
}

#bandwidth-product-content #bandwidth-range .can-edit:hover td:first-child input,
#bandwidth-product-content #ip-range .can-edit:hover td:first-child input,
#bandwidth-product-content #new-bandwidth .detail:hover td:first-child input,
#bandwidth-product-content #new-ip .detail:hover td:first-child input{
    background-color: #e7f7ff;
}

#bandwidth-product-content #bandwidth-range th:nth-child(2),
#bandwidth-product-content #ip-range th:nth-child(2){
    width: 20%;
}

#bandwidth-product-content #bandwidth-range td:nth-child(2),
#bandwidth-product-content #new-bandwidth .detail td:nth-child(2),
#bandwidth-product-content #ip-range td:nth-child(2),
#bandwidth-product-content #new-ip .detail td:nth-child(2){
    width: 20%;
    padding: 0;
}

#bandwidth-product-content #bandwidth-range td:nth-child(2) > input,
#bandwidth-product-content #new-bandwidth .detail td:nth-child(2) > input,
#bandwidth-product-content #ip-range td:nth-child(2) > input,
#bandwidth-product-content #new-ip .detail td:nth-child(2) > input{
    width: 100%;
    border: none;
}

#bandwidth-product-content #bandwidth-range th:nth-child(3),
#bandwidth-product-content #ip-range th:nth-child(3){
    width: 20%;
}

#bandwidth-product-content #bandwidth-range td:nth-child(3),
#bandwidth-product-content #ip-range td:nth-child(3),
#bandwidth-product-content #new-bandwidth .detail td:nth-child(3),
#bandwidth-product-content #new-ip .detail td:nth-child(3){
    width: 20%;
    padding: 0;
}

#bandwidth-product-content #bandwidth-range td:nth-child(3) > input,
#bandwidth-product-content #ip-range td:nth-child(3) > input,
#bandwidth-product-content #new-bandwidth .detail td:nth-child(3) > input,
#bandwidth-product-content #new-ip .detail td:nth-child(3) > input{
    width: 100%;
    border: none;
}

#bandwidth-product-content #bandwidth-range th:nth-child(4),
#bandwidth-product-content #ip-range th:nth-child(4),
#bandwidth-product-content #bandwidth-range th:nth-child(5),
#bandwidth-product-content #ip-range th:nth-child(5){
    width: 15.3%;
}

#bandwidth-product-content #bandwidth-range td:nth-child(4),
#bandwidth-product-content #new-bandwidth .detail td:nth-child(4),
#bandwidth-product-content #ip-range td:nth-child(4),
#bandwidth-product-content #new-ip .detail td:nth-child(4),
#bandwidth-product-content #bandwidth-range td:nth-child(5),
#bandwidth-product-content #new-bandwidth .detail td:nth-child(5),
#bandwidth-product-content #ip-range td:nth-child(5),
#bandwidth-product-content #new-ip .detail td:nth-child(5){
    width: 15.3%;
    padding: 0;
}

#bandwidth-product-content #bandwidth-range td:nth-child(4) > input,
#bandwidth-product-content #new-bandwidth .detail td:nth-child(4) > input,
#bandwidth-product-content #ip-range td:nth-child(4) > input,
#bandwidth-product-content #new-ip .detail td:nth-child(4) > input,
#bandwidth-product-content #bandwidth-range td:nth-child(5) > input,
#bandwidth-product-content #new-bandwidth .detail td:nth-child(5) > input,
#bandwidth-product-content #ip-range td:nth-child(5) > input,
#bandwidth-product-content #new-ip .detail td:nth-child(5) > input{
    width: 100%;
    border: none;
}

#bandwidth-product-content #new-bandwidth,
#bandwidth-product-content #new-ip{
    margin-bottom: 0;
}

#bandwidth-product-content #new-bandwidth tr.add-new td,
#bandwidth-product-content #new-ip tr.add-new td{
    height: 30px;
    color: #088bfa;
    background-color: #fff;
    border-top: none;
}

#bandwidth-product-content #new-bandwidth tr:first-child td,
#bandwidth-product-content #new-ip tr:first-child td{
    border-top: 1px solid #e6e6e6;
}

#bandwidth-product-content #new-bandwidth tr:last-child td label,
#bandwidth-product-content #new-ip tr:last-child td label{
    font-weight: 400;
    cursor: pointer;
}
/*MODAL END*/

/*LINE MODAL*/
#bandwidth-product-content #lineInfoModal table button{
    background-color: transparent;
    border: 1px solid #e3e3e3;
    color: #333;
    width: 100%;
    font-size: 12px;
    height: auto;
}

#bandwidth-product-content #lineInfoModal ul.dropdown-menu{
    width: 100%;
}

#bandwidth-product-content #lineInfoModal input,
#bandwidth-product-content #lineInfoModal textarea{
    width: 100%;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    border: 1px solid #33333342;
}

#bandwidth-product-content #lineInfoModal table .add-new,
#bandwidth-product-content #lineInfoModal table .add-new:hover{
    background-color: #fff;
}

#bandwidth-product-content #lineInfoModal table .add-new span{
    color: #088bfa;
    cursor: pointer;
}

#bandwidth-product-content #lineInfoModal table tr:hover{
    background-color: #e9f7d7;
}

#bandwidth-product-content #lineInfoModal table tr{
    background-color: #f2f9ec;
}

#bandwidth-product-content #lineInfoModal table tr td:last-child{
    position: relative;
}

#bandwidth-product-content #lineInfoModal table tr:hover td .fa-times-circle{
    display: inline-block;
}

#bandwidth-product-content #lineInfoModal table .fa-times-circle{
    position: absolute;
    display: none;
    right: -9px;
    top: 21px;
    color: #74c31d;
    font-size: 1.6em;
    cursor: pointer;
}
/*LINE MODAL END*/

@media (max-height: 906px) {
    #bandwidth-product-content #lineInfoModal .modal-body,
    #bandwidth-product-content #bandwidthInfoModal .modal-body{
        max-height: 300px;
    }
}
