.navbar .divider-vertical {
height: 40px;
width: 1px;
overflow: hidden;
background-color: #DBDBDB;
border-right: 0px solid #333333;
}



.navbar .nav > li > a {
    float: none;
    color: #999999;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);
    padding: 10px 16px;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}

.navbar .nav > li > a:hover {
    color: #000000;
    border: 0;
}

.container{
	/*width:1270px;*/
}

.css-row {
    clear: both;
    min-height: 35px;
}

.css-color-gray {
    color: gray;
}

.css-color-red {
	color: red;
}

.css-color-yellow {
    color: #888;
}

.css-text {
    padding: 5px;
    vertical-align: middle;
}

.css-width-mini {
    width: 10px;
}

.css-width-medium {
    width: 120px;
}

tr.css-selected td {
    background-color: #ccffcc !important;
}

table.css-search tr th {
    padding-left: 20px;
    text-align: right;
}

table.css-search tr td {
    padding: 5px;
}

.css-blank-5 {
    display: inline-block;
    width: 5px;
}

.css-blank-10 {
    display: inline-block;
    width: 10px;
}

/*input[type="text"].datepicker {
    background: url(../img/icon/datepicker.png) 95% 50% no-repeat;
    width: 67px;
}*/

.css-textinput-pager {
    text-align: center;
    width: 25px;
}

/* ---------------------------------------------------------------------------------------------------- */

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    margin-left: -6px;
    margin-top: -6px;
}

/* ---------------------------------------------------------------------------------------------------- */

div.filetree label {
    margin-bottom: 0;
}

div.filetree input[type="checkbox"] {
    margin-top: -3px;
}

/* ---------------------------------------------------------------------------------------------------- */

.chzn-container-single .chzn-single {
    height: 31px;
    line-height: 31px;
}

/* ---------------------------------------------------------------------------------------------------- */

.navbar .divider-vertical {
    margin: 0;
}

.navbar .nav .active > a,
.navbar .nav .active > a:hover {
    color: #000000;
    background-color: #FFFFFF;
}

/*.navbar .nav li.dropdown.open > .dropdown-toggle {
    background-color: transparent;
}

.navbar .nav li.dropdown.active > .dropdown-toggle {
    background-color: #555;
}

.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #555;
}*/

.navbar-inner {
    min-height: 0;
    background-color: #FFFFFF;
}

form {
    margin-bottom: 0;
}

.table {
    margin-bottom: 10px;
    padding: 12px;
}

.table th, .table td {
    vertical-align: middle;
}

.table input {
    margin-bottom: 0;
}

.btn.disabled, .btn[disabled] {
    cursor: not-allowed;
    opacity: 0.3;
}

.pull-left input,
.pull-left select {
    margin-bottom: 0;
}

pre.prettyprint {
    margin-bottom: 0;
}

.tooltip-inner {
    max-width: none;
}

legend {
    border-bottom: none;
}

.table-condensed {
    width: auto;
}

select.input-mini {
    width: 70px;
}

select.input-small {
    width: 100px;
}

select.input-xsmall {
    width: 130px;
}

select.input-medium {
    width: 160px;
}

select.input-large {
    width: 220px;
}

select.input-xlarge {
    width: 280px;
}

/*span[data-original-title] {
    border-bottom: 1px dotted gray;
}*/

.controls > .radio:first-child {
    padding-top: 0;
}

.radio.inline {
    padding-top: 0;
}

.add-on {
    cursor: pointer;
}

input[readonly], select[readonly], textarea[readonly] {
    background-color: #F7F7F9;
    cursor: default;
}
/**************************application process**************************************/
#progressBar{
    height: 60px;
    position: relative;
    margin: 30px 0 0 20px;
}
#progressBar div{
    width: 5px;
    height: 160px;
    position: absolute;
    top:50%;
    left: 0;
    margin-top:-20px;
    border:1px solid #ddd;
    background: #ccc;
}
#progressBar div span{
    position: absolute;
    display: inline-block;
    width: 100%;
}
#progressBar>span{
    position: absolute;
    top:0;
    margin-top: 0px;
    width: 20px;
    height: 20px;
    border:1px solid #ddd;
    border-radius: 50%;
    background: green;
    margin-left: -8px;
    color:#fff;
}

#progressBar1{
    height: 60px;
    position: relative;
    margin: 30px 0 0 20px;
}
#progressBar1 div{
    width: 5px;
    height: 80px;
    position: absolute;
    top:50%;
    left: 0;
    margin-top:-20px;
    border:1px solid #ddd;
    background: #ccc;
}
#progressBar1 div span{
    position: absolute;
    display: inline-block;
    width: 100%;
}
#progressBar1>span{
    position: absolute;
    top:0;
    margin-top: 0px;
    width: 20px;
    height: 20px;
    border:1px solid #ddd;
    border-radius: 50%;
    background: green;
    margin-left: -8px;
    color:#fff;
}

#label{
    height: 200px;
    position: relative;
    margin: -70px 0 0 20px;
}
#label>span{
    position: absolute;
    top:0;
    margin-top: 10px;
    font-size:13px;
    margin-left: 20px;
    color:#fff;
}
#label1{
    height: 200px;
    position: relative;
    margin: -70px 0 0 20px;
}
#label1>span{
    position: absolute;
    top:0;
    margin-top: 10px;
    font-size:13px;
    margin-left: 20px;
    color:#fff;
}

#sign_in {
    padding: 7px 13px;
    background: #0D6EFD;
}

.navbar .brand{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #000000;

}

.device-block-top {
    width: 50%;
    height: auto;
    float: left;
}

.device-block {
    width: 25%;
    min-width: 200px;
    height: auto;
    margin-bottom: 20px;
    float: left;
}

.device-block .chzn-container,
.device-block .chzn-container .chzn-single,
.device-block .chzn-container .chzn-drop {
    max-width: 100%;
}

.device-block .chzn-container .chzn-single span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    max-width: calc(100% - 26px);
}

.device-block label {
    color: #6C757D;
    font-size: 14px;
}
.device-block p,.device-block-top p {
    padding-top: 5px;
    color: #212529;
    font-size: 16px;
    line-height: 24px;
}
.device-block-policy{
    width: 100%;
    height: 120px;
    border-radius: 2px;
    background-color: #FAFAFA;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.policy-btn {
    color: #ffffff;
    border-radius: 4px;
    padding: 8.5px 12px;
}

.device-block-title{
    font-family: Helvetica Neue;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
.tab-content {
    margin-bottom: 10px;
}
.content-box-auto .search-block {
    margin-bottom: 17px;
}
input[type="color"]{
    padding: 0;
    border: 0;
}
.btn-submit {
    background-color: #0D6EFD;
    padding: 5px 9px;
    color: white;
    border: none;
    height: 31px;
    border-radius: 5px;
    cursor: pointer;
    font-family: Helvetica Neue;
    font-size: 14px;
    font-weight: normal;
}
.delete, .change_password {
    color: #DC3545;
    cursor: pointer;
}

.content-box {
    background-color: #FFFFFF;
    height: 646px;
    overflow-y: auto;
    margin-bottom: 10px
}
.content-box-auto {
    background-color: #FFFFFF;
    margin-bottom: 10px;
    padding: 12px;
}

.page-header-content {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #6C757D;
}

.table-bordered .border-0 {
    border: 0;
}

.date-search {
    display: inline-block;
    width:250px;
    border: 1px solid #ddd;
    padding: 2px 9px
}

.date-search svg {
    position: relative;top: 6px;
    left: 6px;
}

.date-search input[type="text"]{
    color:#808080;
    width:100px;
    border:0;
    box-shadow: none;
}

table .search, .content-box-auto .search {
    border:0;
    background-color: #FFFFFF;
    color: #0D6EFD;
    font-family: Helvetica Neue;
    font-size: 14px;
}
table .table-header {
    background-color: rgb(233,236,239);
}

.display-none {
    display: none;
}

.block-title{
    font-family: Helvetica Neue;
    font-size: 16px;
    font-weight: normal;
}

.btn-generate {
    background-color: #0D6EFD;
    padding: 5px 9px;
    color: white;
    border: none;
    height: 31px;
    border-radius: 5px;
    cursor: pointer;
    font-family: Helvetica Neue;
    font-size: 14px;
    font-weight: normal;
}

/***KeyPair***/
#PairKeyType_chzn {
    display: inline-grid;
}

.content-box .chzn-container {
    display: inline-grid;
}
.content-box .chzn-container span{
    color: #6C757D;
}

.device-block-content {
    padding-right: 30px;
    margin: 0;
}
.device-block-content input {
    width: 100%;
}

.device-block-plmn{
    width: 100%;
    clear: both;
}
.device-block-plmn .device-block {
    width: 50%;
}
.device-block-plmn input {
    width: calc(100% - 25px);
    margin-right: 8px;
}

.clear {
    clear: both;
}
.overview {
    margin-bottom: 10px;
}
.overview .search {
    border:0;
    color: #0D6EFD;
    font-family: Helvetica Neue;
    font-size: 14px;
    display: inline-block;
    position: relative;
    top: -10px;
}
.plus, .reduce {
    cursor: pointer;
}

.unclickable {
    pointer-events: none;
    cursor: not-allowed; /* 可选：显示禁止点击的鼠标指针 */
}