/* modal public*/
.btn.btn-small > md-icon {
    position: relative;
    top: 6px;
}

/*===================================== userprofile begin ========================================*/

.modal-userprofile > div > div{
	background-color: #fff;
	-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, .33);
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .33);
	box-shadow: 0 3px 4px rgba(0, 0, 0, .33);
	border-radius: 4px;
	border: none;
}
.userprofile {
	padding: 32px;
}
.userprofile > .row {
	margin: 0px;
}
.userprofile > .row > div {
	padding: 0px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
	border-radius: 4px;
}
/*user photo info   -- left*/
.userProfile-info {
	min-width: 195px;
	margin-right: 24px;
}
.user-photo {
	position: relative;
	width: 195px;
	background-color: #f4f8fd;
	padding: 24px 0px;
	border-radius: 4px 4px 0px 0px;
	border-bottom: 1px solid #eee;
}
.user-photo > .user-photo-img {
	position: relative;
	margin: 0px auto;
	width: 118px;
	height: 118px;
	border: 4px solid #bfc9d5;
	border-radius: 118px;
	overflow: hidden;
	cursor:pointer;
}
.user-photo > .user-photo-img > img {
	margin: -4px;
	width: 118px;
	height: 118px;
}
.user-photo > .user-photo-img > .changephoto {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    cursor:default;
}
.user-photo > .user-photo-img > .changephoto:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
.changephoto > md-icon {
	display: block;
	width: 32px;
	height: 32px;
	margin: 20px auto 4px;
	color: #fff;
}
.changephoto > span {
	display: inline-block;
	color: #fff;
	margin-bottom: 8px;
}
.changephoto > a {
	color: #f180a4;
}
.changephoto > a:hover {
    color: #ffcc80;
}
.user-photo > p {
	margin: 0px;
	margin-top: 8px;
	font-size: 12px;
	color: #ef9212;
	text-align: center;
}
.user-photo .changebtn {
	margin: 0px;
	margin-top: 16px;
	text-align: center;
}
.user-photo .changebtn button {
	color: #fff;
	font-size: 12px;
}
.user-photo .changebtn button:nth-child(1) {
	margin-right: 8px;
}
.user-photo > span {
	position: absolute;
	left: 129px;
	top: 113px;
	display: block;
	width: 18px;
	height: 18px;
	background-color: #afcb20;
	border: 3px solid #fff;
	border-radius: 18px;
}
.user-info {
	padding: 24px 8px;
}
.user-info > p {
	margin-bottom: 16px;
    word-wrap: break-word; 
    word-break: normal;
}
.user-info > p:nth-child(1) {
	font-size: 14px;
	color: #607896;
}
.user-info > p:nth-child(2) {
	font-size: 12px;
	color: #ef9212;
}
.user-info > p:nth-child(2) > md-icon {
	position: relative;
	top: 2px;
	left: 8px;
	width: 16px;
	height: 16px;
	color: #f9a825;
}
.user-info > p:nth-child(3) {
	font-size: 12px;
	color: #999999;
	margin-bottom: 0px;
    line-height: 20px;
}
/*user change  -- right*/
.userProfile-set {
	max-width: 517px;
}
.userProfile-set .tab-content {
	padding: 24px;
	border-radius:0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
}
.userProfile-set .form-control {
	width: 100%;
}
.user-change label {
	width: 152px;
}
.user-change .col-sm-9 {
	max-width: 347px;
}
.user-change button {
	float: right;
}
.userprofile .modal-footer {
	width: 100%;
	padding: 0px;
	margin-top: 32px;
}
/*===================================== userprofile end ========================================*/

/*===================================== inviteuser begin ========================================*/
.inviteuser p {
	margin-bottom: 0px;
	line-height: 1.5;
}
.inviteuser label {
	position: relative;
	margin-bottom: 0px;
	padding-top: 0px;
	height: 32px;
	line-height: 32px;
	text-align: right;
	color: #999;
	font-weight: normal;
}
.inviteuser .form-group {
	margin-bottom: 0px;
}
.invite-email div {
	margin-bottom: 8px;
}
.invite-email>div:last-child {
	margin-bottom: 0px;
}
.inviteuser .btn-small {
	margin-left: 8px;
}
.inviteuser.modal-body .account-type {
	width: 100px;
}
.inviteuser.modal-body .account-status input {
	position: relative;
}
.inviteuser .ui-grid {
	margin-top: 0px;
	border-radius: 4px;
}
.modal-usermanage .ui-grid-render-container .ui-grid-viewport .ui-grid-canvas .ui-grid-cell {
    overflow: initial;
}
.modal-usermanage .ui-grid-viewport {
    overflow: initial !important;
}
.modal-usermanage .ui-select-search {
    margin-top: 0px !important;
    border-radius: 4px;
}
.modal-usermanage .form-control:focus,
.modal-usermanage .form-control:active {
    border-color: #e6185a;
}
.modal-usermanage .grid,
.modal-usermanage .ui-grid-contents-wrapper .ui-grid-render-container .ui-grid-viewport .ui-grid-canvas
/*.modal-usermanage .modal-usermanage .ui-grid-viewport,*/
/*.modal-usermanage .ui-grid-viewport*/
{
    height: auto !important;
}
.modal-usermanage .ui-grid-contents-wrapper .ui-grid-render-container .ui-grid-viewport .ui-grid-canvas {
    width: 100%;
}
/*===================================== inviteuser end ========================================*/

/*===================================== networkDetail begin ========================================*/
#addNetworkDialog .btn-small {
    margin-left:8px;
}
#iprange{
    margin-bottom:32px;
    padding-left: 8px;
}
#iprange > div.form-inline > div {
    float: left;
}
#iprange > div.form-inline > div > label {
    width: 10px;
    float: left;
    margin: 10px 3px;
    color: #aaa;
}
#iprange > div.form-inline > div > ip-mask {
    width:183px;
    display:inline-block;
    float: left;
}
#iprange > div.form-inline > div > div {
    float: left;
}
.cwmAddNetwork #iprange .form-group {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
/*.modal-body #iprange .form-control{
    width:183px;
}*/
.modal-body #iprange .form-inline{
    margin-bottom:8px;
}
#networkgrid {
    height: auto !important;
    min-height: 41px;
    max-height: 241px;
    margin-top:0;
    padding-bottom: 16px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-radius: 4px 4px 0px 0px;
}
#snmprules{
    border: 1px solid #eee;
    border-radius: 0px 0px 4px 4px;
    padding:24px 0px 0px 24px;
}
#snmprules .form-group.subtitle{

    margin-bottom:16px;
}
#snmprules .subtitle>label{
    font-size:12px;
    color:#444;
    font-weight:normal;
    padding:0 32px;
}
#snmprules .form-group .checkbox-inline{
    margin-right:32px;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.switch {
    margin: 12px 0px 0px;
}
.switch small {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
#iprange .ip-outer {
    width: 183px;
}
.disabled .ip-outer {
    background-color: #f5f5f5;
    border: 1px dashed #ddd;
    color: #aaa;
}
ip-mask.disabled,
.disabled .ip-outer:hover,
.disabled .ip-outer input:hover,
.disabled .ip-outer label:hover {
    cursor: url(../images/input-disable.cur),pointer !important;
}
.ip-outer > label {
    position: relative;
    top: -2px;
}
.ip-outer > input {
    position: relative;
    top: 2px;
    text-align:center
}
.editProbe .ui-grid-viewport {
    min-height: 40px;
    max-height: 120px;
    height: auto !important;
}
/*===================================== networkDetail end ========================================*/

/*===================================== user manage begin ========================================*/
/*content*/
.data-show-cont {
    background-color: #fff;
    position: relative;
}
.data-show-menu-main, .data-show-menu-tag {
    position: relative;
    padding: 0px 16px;
    margin-left: -16px;
    margin-right: -16px;
}
.data-show-menu-main {
    border-bottom: 1px solid #f5f5f5;
}
.data-show-menu-main>div,
.data-show-menu-main>a,
.data-show-menu-tag>a {
    position: relative;
    display: block;
    height: 32px;
    line-height: 32px;
    margin-left: -16px;
    margin-right: -16px;
    color: #444;
    cursor: pointer;
}
.data-show-menu-main>a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.data-show-menu-main>a,
.data-show-menu-main>div {
    padding: 0px 16px;
}
.data-show-menu-tag>a {
    padding: 0px 30px;
}
.data-show-menu-main>div:hover {
    background-color: #f4fffe;
    color: #009688;
}
.data-show-menu-main>a:hover {
    background-color: #f4fffe;
    color: #009688;
}
.data-show-menu-tag>a:hover {
    background-color: #f4fffe;
    color: #009688;
}
/*.data-show-menu-main > a.active, .data-show-menu-main > a.active:hover, .data-show-menu-main > a.active:focus {
    padding: 0px 16px 0px 14px;
    border-left: 2px solid #80cbc4;
    color: #009688;
    background-color: #f4fffe;
}*/
.data-show-menu-tag > a.active {
    background-color: #f4fffe;
    color: #009688;
}
.data-show-menu-tag > a.active > i {
    background-color: #80cbc4;
}
.data-show-menu-main a > i {
    position: absolute;
    margin-top: 10px;
    right: 16px;
    display: inline-block;
    min-width: 24px;
    height: 14px;
    padding: 0px 5px;
    line-height: 12px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    font-size: 12px;
    font-style: normal;
    color: #666;
}
.data-show-menu-tag > a > i {
    position: absolute;
    left: 16px;
    top: 13px;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #e7e7e7;
}
.data-show-menu-tag > span {
    display: block;
    position: absolute;
    left: 18px;
    margin-top: -4px;
    padding-bottom: 20px;
    width: 1px;
    height: 100%;
}
.data-show-menu-tag > span > i {
    display: block;
    width: 1px;
    height: 100%;
    border-left: 1px solid #f5f5f5;
}
/*===================================== user manage end ========================================*/

/*===================================== create-task begin ========================================*/
.week-btn {
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    overflow: hidden;
}
.week-btn label.week-choice {
    padding: 0px;
    margin: 0px;
    float: left;
    width: 40px;
    height: 32px;
    border-right: 1px solid #ddd;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
    font-weight: normal;
    color: #444;
    background-color: #f5f5f5;
}
.week-btn label.week-choice[disabled] {
    color: #aaa !important;
    cursor: url(../images/input-disable.cur),pointer !important;
}
.week-btn label.week-choice:last-child {
    border-right: none;
    border-radius: 0px 4px 4px 0px;
}
.week-btn label.week-choice:first-child {
    border-radius: 4px 0px 0px 4px;
}
.time-btn {
    width: 322px;
}

.btn-group label.month-choice {
    margin-bottom: 0px;
    width: 40px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    font-weight: normal;
    color: #444;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 1px #bbb;
}
.btn-group label.month-choice.active,
.week-btn label.week-choice.active,
.btn-group label.day-choice.active,
.time-btn label.time-choice.active {
    background-color: #f4fffe;
    color: #26a69a;
}
.week-btn label.week-choice.active[disabled] {
    color: #aaa !important;
    background-color: #f5f5f5;
}
.btn-group label.day-choice,
.time-btn label.time-choice {
    width: 40px;
    height: 30px;
    text-align: center;
    margin-bottom: 0px;
    line-height: 30px;
    font-size: 12px;
    font-weight: normal;
    color: #444;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 1px #bbb;
}
.btn-group label.day-choice:nth-last-child(1){
    width: 200px;
}
label.week-choice.hover,
label.month-choice.hover,
label.day-choice.hover {
    background-color: #f4fffe;
    color: #26a69a;
}
/*===================================== create-task end ========================================*/

/*===================================== trigger-rule begin ========================================*/
.ruleMain {
    padding: 8px 16px 16px;
    border-radius: 4px;
    border: 1px solid #eee;
}
.ruleMain > div {
    height: 42px;
    border-bottom: 2px solid #eee;
    line-height: 40px;
    color: #999;
}
.ruleMain > div > div {
    padding: 0px 10px;
}
.ruleMain > ul,
.ruleMain > ul > li {
    list-style: none;
    margin-bottom: 0px;
}
.ruleMain > ul > li:nth-child(odd) {
    background-color: #fafafa;
}
.ruleMain > ul > li > div {
    padding: 4px 8px 4px 9px;
    border-right: 1px solid #fff;
}
.ruleMain > ul > li > div:nth-last-of-type(1) {
    border-right: none;
}
.ruleMain .btn-small {
    padding: 8px;
}

.ruleMain > ul > li > div > span {
    display: inline-block;
    height: 32px;
    line-height: 32px;
}
.triggerAddButton ul > li > div:nth-of-type(3) {
    margin-bottom: 4px;
    padding: 0px 4px 4px 4px;
    border-bottom: 1px solid #eee;
}
.noArea.triggerAddButton ul > li > div:nth-of-type(3) {
    margin-bottom: 0px;
    padding: 0px 4px;
    border-bottom: none;
}
.noSite.triggerAddButton ul > li > div:nth-of-type(3) {
    margin-bottom: 0px;
    padding: 0px 4px;
    border-bottom: none;
}
.triggerAddButton ul > li > div:nth-of-type(3):hover {
    background-color: #fff;
}
.triggerAddButton ul > li > div:nth-of-type(3) > a {
    border: 2px solid #b2dfdb;
    color: #009688;
    border-radius: 4px;
    line-height: 28px;
    text-align: center;
}
.triggerAddButton ul > li > div:nth-of-type(3) > a:hover,
.device-manage .dropdown-menu > li.applyli > a:hover {
    color: #00796b;
    background-color: #f4fffe;
    border-color: #95d4ce;
}
.triggerAddButton ul > li > div:nth-of-type(3) > a:active,
.triggerAddButton .ui-select-bootstrap .ui-select-choices-row:nth-of-type(3).active>a,
.device-manage .dropdown-menu > li.applyli > a:active {
    color: #00695c;
    background-color: #e0f2f1;
    border-color: #90cbc4;
}
.triggerAddButton ul > li > div:nth-of-type(3) > a[disabled],
.device-manage .dropdown-menu > li.applyli > a[disabled] {
    color: #aaa;
    background-color: #f5f5f5;
    border-color: #eee;
}

.syslog-severity > div > div > label {
    margin-bottom: 16px;
}
.syslog-severity > div > div > label:nth-of-type(7) {
    margin-left: 0px !important;
    margin-bottom: 0px;
}
.syslog-severity > div > div > label:nth-of-type(8) {
    margin-bottom: 0px;
}
/*===================================== trigger-rule end ========================================*/

/*===================================== create org begin ========================================*/
.org-group{
    margin-top:24px;
}
.modal-body .org-group .form-control{
width:100%;
}
.modal-body .org-group .form-control:nth-child(2) {
    margin-bottom: 0px;
}
.modal-body .org-group .drop-box {
    background-color: #ffffff;
}
.modal-body .org-group .drop-box:hover {
    background-color: #f4fffe;
    border: 1px solid #b2dfdb;
    cursor: pointer;
}
.modal-body .org-group .drop-box:hover:active {
    background-color: #e1faf8;
}
.modal-body .org-group .drop-box:hover md-icon {
    color: #80cbc4;
}
.org-title{
    position:absolute;
    top:4px;
    left:4px;
    width:590px;
    height:30px;
    line-height:28px;
    border:1px solid #b2dfdb;
    background:#f4fffe;
    border-radius:4px;
    -webkit-border-radius: 4px;
    -moz-border-radius :4px;
}
.org-title>span{
    color:#666;
}
.org-title>span:first-child{
    margin-left:12px;
}
.org-title>span:last-child{
    color:#009688;
}
.createSmtp .form-group label.control-label {
    width: 149px;
}
.createSmtp .form-group div.col-sm-9 {
    width: 415px;
}
.createSmtp .form-group div.col-sm-9 input.w320 {
    width: 303px !important;
}
/*===================================== create org end ========================================*/

/*===================================== edit workspace begin ========================================*/
.edit-workspace .col-sm-4 label{
    color: #999;
    font-weight: normal;
    margin-bottom: 8px;
}
.edit-workspace div.col-sm-4 {
    width: 256px;
}
.edit-workspace div.col-sm-4 > div {
    height: 220px;
    padding: 12px 24px;
    overflow: auto;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #fafafa;
}
.edit-workspace div.col-sm-4 > div ul,
.edit-workspace div.col-sm-4 > div li {
    list-style: none;
    margin-bottom: 0px;
    width: 190px;
}
.edit-workspace div.col-sm-4 label.checkLabel {
    padding-left: 0px;
    width: 100%;
    height: 32px;
    line-height: 32px;
    margin-bottom: 0px;
    padding-right: 24px;
    color: #444;
}
.edit-workspace div.col-sm-4 label.checkLabel > p {
    left: 173px;
    top: 50%;
    margin-top: -8px;
}
.edit-workspace div.col-sm-4 label.checkLabel > span {
    display: inline-block;
    width: 100%;
    line-height: 14px;
    word-wrap: break-word;
}
.edit-workspace > div:nth-of-type(1) {
    padding-right: 0px;
}
.edit-workspace > div:nth-of-type(3) {
    padding-left: 0px;
}
.edit-workspace > div.col-sm-1 {
    width: 48px;
    padding: 90px 8px 70px;
}
.edit-workspace > div.col-sm-1 > button {
    display: block;
    width: 32px;
    height: 32px;
    padding: 8px;
    color: #fff;
    background-color: #bbb;
    border-radius: 4px;
    cursor: pointer;
}
.edit-workspace > div.col-sm-1 > button+button {
    margin-top: 16px;
}

.edit-workspace2 .netAuth a{
    color: #999;
    font-weight: normal;
    margin-bottom: 8px;
}

.edit-workspace2 div.netAuth > div {
    padding: 12px 24px;
    overflow: auto;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #fafafa;
}
.edit-workspace2 div.netAuth > div ul
{
    list-style: none;
    padding-top: 0px;
    clear:both;
}
.edit-workspace2 div.netAuth > div li {
    list-style: none;
    padding-top: 8px;
    clear:both;
}
.site-li{
    border-left:1px dotted #ccc;
}
.edit-workspace2 div.netAuth > div li.site-li:last-child{
    padding-bottom:8px;
}
.edit-workspace2 div.netAuth > div ul.top-ui>li:last-child li.site-li:last-child{
    border-left:none;
    position:relative;
}
.edit-workspace2 div.netAuth > div ul.top-ui>li:last-child li.site-li:last-child .last-line1{
display:inline;
}
.edit-workspace2 div.netAuth > div ul.top-ui,.edit-workspace div.netAuth > div ul.top-ui>li.open {
    border-left:none;
}
.edit-workspace2 div.netAuth > div ul.top-ui>li.open{
    padding-top: 0px;
    padding-bottom: 0px;
}
.edit-workspace2 div.netAuth > div ul.top-ui>li{
    padding-top: 0;
    padding-bottom: 8px;
}
.edit-workspace2 > div:nth-of-type(1) {
    padding-right: 0px;
}
.edit-workspace2 > div:nth-of-type(3) {
    padding-left: 0px;
}
.edit-workspace2 > div.col-sm-1 {
    width: 48px;
    padding: 90px 8px 70px;
}
.edit-workspace2 > div.col-sm-1 > button {
    display: block;
    width: 32px;
    height: 32px;
    padding: 8px;
    color: #fff;
    background-color: #bbb;
    border-radius: 4px;
    cursor: pointer;
}
.edit-workspace2 > div.col-sm-1 > button+button {
    margin-top: 16px;
}
/*===================================== edit workspace end ========================================*/

/*===================================== add widget begin ========================================*/
.modal-customized-widget .col-sm-3 {
    width: 110px;
}
.modal-customized-widget .col-sm-9 {
    width: 454px; 
}
/*===================================== add widget end ========================================*/

/*===================================== add Notification Rule begin ========================================*/
.modal-addNotificationRule .step2 .col-sm-3 {
    width: 80px;
}
.modal-addNotificationRule .step2 .col-sm-9 {
    width: 484px;
}
/*===================================== add Notification Rule end ========================================*/

/*===================================== add customized Rule begin ========================================*/
.modal-customized-dashboard .col-sm-4 {
    width: 130px;
}
.modal-customized-dashboard .col-sm-8 {
    width: 334px;
}
/*===================================== add customized Rule end ========================================*/

/*===================================== add group Rule begin ========================================*/
.modal-group-add .col-sm-3 {
    width: 104px;
}
.modal-group-add .col-sm-9 {
    width: 360px;
}
/*===================================== add group Rule end ========================================*/

/*===================================== add trigger Rule begin ========================================*/
.modal-addTrigger .col-sm-3 {
    width: 116px;
}
/*===================================== add trigger Rule end ========================================*/

/*===================================== add profile Rule begin ========================================*/
.modal-addProfile .col-sm-3 {
    width: 96px;
}
/*===================================== add profile Rule end ========================================*/

/*===================================== add workspace Rule begin ========================================*/
.modal-addWorkspace .col-sm-3 {
    width: 100px;
}
/*===================================== add workspace Rule end ========================================*/

/*===================================== add plan Rule begin (device detail) ========================================*/
.selectPort {
    width: 492px;
    padding: 16px 16px 0px 16px;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #fafafa;
}
.selectPort label.checkLabel {
    width: 38px;
    margin-right: 22px;
    margin-bottom: 16px;
}
.selectPort label.checkLabel:nth-of-type(8n) {
    margin-right: 0px;
}
.selectPort label.checkLabel+label.checkLabel {
    margin-left: 0px;
}
/*===================================== add plan Rule end (device detail) ========================================*/

/*===================================== margin、padding and size setting begin ========================================*/
/*margin*/
.mgr16 {
    margin-right: 16px !important;
}
.mgr8 {
    margin-right: 8px !important;
}
.mgb0 {
    margin-bottom: 0px !important;
}
.mgb8 {
    margin-bottom: 8px !important;
}
.mgb9 {
    margin-bottom: 9px !important;
}
.mgb16 {
    margin-bottom: 16px !important;
}
.mgb24 {
    margin-bottom: 24px !important;
}
.mgb32 {
    margin-bottom: 32px !important;
}
.mgt24 {
    margin-top: 24px !important;
}
/*padding*/
.pdt2 {
    padding-top: 2px !important;
}
.pdt8 {
    padding-top: 8px !important;
}
.pdt16 {
    padding-top: 16px !important;
}
.pdl8 {
    padding-left: 8px !important;
}
/*size*/
.w320 {
    width: 320px !important;
}
.w100 {
    width: 100px !important;
}
.w160 {
    width: 160px !important;
}
.w200 {
    width: 200px !important;
}
.w250 {
    width: 250px !important;
}
.w262 {
    width: 262px !important;
}
.w282 {
    width: 282px !important;
}
.lh32 {
    line-height: 32px;
}
/*===================================== margin、padding and size setting end ========================================*/

/*==背景动画==*/
.bgc-transition {
	transition:all linear .3s;
	-moz-transition:all linear .3s;
	-webkit-transition:all linear .3s;
}
md-icon {
    transition:color linear .3s;
    -moz-transition:color linear .3s;
    -webkit-transition:color linear .3s;
}
.nav>li>a>img.circular--squareP{
	margin-right: 0px;
}
.border-radius-all {
    border-radius: 4px;
}

/*echarts style*/
.box-content > div.chart > div:nth-of-type(2) {
	line-height: 20px !important;
    padding: 8px 16px 8px 10px !important;
}
.box-content > div.chart > div:nth-of-type(2) > span {
    /*display: none !important;*/
    border-radius: 3px !important;
    opacity: 0.8;
}
.remove-last-btn .ui-grid-header-cell-row > div:nth-last-of-type(1) .ui-grid-column-menu-button {
    display: none;
}
.zindex0 {
    z-index: auto !important;
}
.trigger-test:hover > div{
    display: block !important;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.trigger-test1 .ui-grid-viewport {
    overflow: initial !important;
}
.trigger-test:hover > div li,
.trigger-test:hover > div ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.trigger-test:hover > div li {
    width: 80px;
    height: 32px;
    line-height: 32px;
    float: left;
}
.line-1-1{
    width: 20px;
    height: 1px;
    float: left;
    margin-top: 8px;
    border-bottom: 1px dotted #ccc;
}
.line-1{
    width: 40px;
    height: 1px;
    float: left;
    margin-top: 8px;
    border-bottom: 1px dotted #ccc;
}
.line-2{
    width: 24px;
    height: 1px;
    float: left;
    margin-top: 8px;
    border-bottom: 1px dotted #ccc;
}
.line-3{
    width: 31px;
    height: 1px;
    float: left;
    margin-top: 8px;
    border-bottom: 1px dotted #ccc;
}
.line-4{
    width: 47px;
    height: 1px;
    float: left;
    margin-top: 8px;
    border-bottom: 1px dotted #ccc;
}
.line-5{
    width: 63px;
    height: 1px;
    float: left;
    margin-top: 8px;
    border-bottom: 1px dotted #ccc;
}
.top-ui{
    list-style: none;
    padding-top: 0px;
    clear: both;
}
ul.top-ui>li.open {
    padding-top: 0px;
    padding-bottom: 0px;
}
div.roamingSite   li {
    list-style: none;
    padding-top: 8px;
    clear:both;
}
div.roamingSite  li.site-li:last-child{
    padding-bottom:8px;
}
div.roamingSite ul.top-ui>li:last-child li.site-li:last-child{
    border-left:none;
    position:relative;
}
div.roamingSite ul.top-ui>li:last-child li.site-li:last-child .last-line1{
    display:inline;
}
div.roamingSite  ul.top-ui,div.roamingSite ul.top-ui>li.open {
    border-left:none;
}
div.roamingSite ul.top-ui>li.open{
    padding-top: 0px;
    padding-bottom: 0px;
}
div.roamingSite ul.top-ui>li{
    padding-top: 0;
    padding-bottom: 8px;
}
div.roamingSite li.site-li:last-child {
    padding-bottom: 8px;
}
.line-0{
    width: 8px;
    height: 1px;
    float: left;
    margin-top: 8px;
    border-bottom: 1px dotted #ccc;
}
.last-line{
    float: left;
    bottom: 8px;
    border-left: 1px dotted #ccc;
    width: 1px;
    top: 0px;
    position: absolute;
}
.last-line1{
    float: left;
    bottom: 0;
    border-left: 1px dotted #ccc;
    width: 1px;
    top: 0px;
    height:16px;
    position: absolute;
    display:none;
}
.ipto_to {
    margin: 10px 3px;
    color: #aaa;
    font-family: Consolas;
}

