table th {
    word-break: keep-all;
    white-space:nowrap;
    font-weight:normal;
}
.pgy-panel-sea{
    border-color:#dadada;
}
.pgy-panel-heading{
    background-color:#1abc9c;
}
.pgy-warning{
    /*#E7f7f1*/
    background-color:none;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #e7f7f1;
}
.btn-u-checked{
    background-color:#7ccaa6;
}
.pgy-btn-u:hover {
    background-color:#7ccaa6;
}
.pgy-btn-u{
    margin:0 5px;
}
.pgy-table{
    color:#555;
}
.sidebar-nav-v1 ul li a{
    font-size:14px;
}
.pgy-group-select{
    color:#555;
    height:28px;
    padding:3px 0px;
    width:200px;
    padding-left:10px;
    font-size:14px;
}
.pgy-group-select option{
    color:#555;
//    padding:3px 0px;
    padding-left:10px;
    }
/
/* sidebar */
a:hover, a:focusi {
    background: #1abc9c;
}
.sidebar-nav-v1 > li.active,
.sidebar-nav-v1 > li.active:hover {
  background: #1abc9c;
}
.sidebar-nav-v1 ul li:hover a,
.sidebar-nav-v1 ul li.active a,
.sidebar-nav-v1 ul li.current a{
    color:#1abc9c;
}
.sidebar-nav-v1 ul li a{
    font-size:14px;
}
td.no-results{
    height:300px;
    text-align:center;
    vertical-align:middle;
}

/*crash style*/
.crash-table > thead > tr > th,
.crash-table > tbody > tr > th,
.crash-table > tfoot > tr > th,
.crash-table > thead > tr > td,
.crash-table > tbody > tr > td,
.crash-table > tfoot > tr > td{
    padding:8px 30px;
    font-size:11px;
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
.crash-log {
    padding:8px 30px;
    font-size:11px;
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

// my and mygorup menu bar
.my-header {
        border-bottom: 2px solid #eee;
        position: relative;
        z-index: 99;
    }
    .my-header .my-navbar-default {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: medium none;
    }
    .my-header .my-navbar {
        margin: 0;
        min-height: inherit;
    }
    .my-navbar-default {
        background-color: #f8f8f8;
        border-color: #e7e7e7;
        bottom:-8px;
    }
    .my-navbar {
        border: 1px solid transparent;
        margin-bottom: 20px;
        min-height: 50px;
        position: relative;
        border-radius: 4px;
    }
    .my-navbar-nav > li{
        float:left;
        padding: 0px;
        height:40px;
        display: block;
        position: relative;
        color: #555;
    }
    .my-header .my-navbar-default .my-navbar-nav > li > a {
        color: #687074;
        font-size: 15px;
        font-weight: 400;
        text-transform: uppercase;
        padding: 9px 30px 9px 20px;
        border-bottom-width: 2px;
        text-decoration:none;
    }
    .my-header .my-navbar-default .my-navbar-nav > li > a:hover,
    .my-header .my-navbar-default .my-navbar-nav > .active > a {
        color: #1abc9c;
        border-bottom: 2px solid #1abc9c;
    }
    .my-header .my-navbar-nav {
        position: relative;
        top: 2px;
        margin-bottom: 0px;
    }
    .my-nav {
        list-style: outside none none;
        margin-bottom: 0;
        padding-left: 0;
    }
    .my-navbar-nav{
        margin:0px;
    }
/*my index 设置*/
   .btn-group.open .dropdown-toggle{
       box-shadow:none;
    }

.feedback-info {
    min-height:60px;
}

.feedback-info span {
  top: 3px;
  position: relative;
}

.voice-feedback{
    top:10px !important;
    border-radius:.25em;
    font-size:11px;
    text-align:center;
    white-space:nowrap;
    color:#fff;
    display:inline;
    line-height:1;
    font-weight:700;
    padding:4px 7px;
}

.feedback-info img {
  width: 60px;
  float: left;
  height: 60px;
  padding: 2px;
  margin-right: 15px;
  border: solid 1px #ccc;
}
.btn-search {
    background-color: #fff !important;
    margin-left: -30px !important;
    padding: 0px !important;
}
.btn-search:hover {
    background-color: #fff !important;
    padding: 0px !important;
}
.middle {
    vertical-align: middle;
}
.homePublish.image-v .image {
    height: 246px;
}
.homePublish {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 300px;
    align-items: center;
    border: 1px solid #d4d4d4;
    cursor: pointer;
}
.homePublish:hover {
    background-color:rgba(125,125,125,.1);
}
.homeDashboard {
    border: 1px solid #eeeeee;
    padding-bottom: 15px;
    border-radius: 5px;
}
.homePublish .image {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border: #CCC dashed 1px;
    border-radius: 5px;
    overflow: hidden;
}

.homePublish.image-v .image:before {
    line-height: 246px;
}
.homePublish .image.add:before {
    content: "\f067";
}
.homePublish .image:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    color: #eee;
    line-height: 100px;
    text-align: center;
    width: 100%;
}
.homePublish p {
    color: #687074 !important;
}
.modal-span {
    display: inline-block;
    margin-top: 8px;
}
.modal-row {
    margin-bottom: 25px;
}
.cancel-a {
    text-decoration: none;
    cursor: pointer;
    margin-right: 8px;
}
a.btn-u {
    margin-right: 10px;
}
a.btn-u:hover, a.btn-u:focus {
    color: #f5f5f5;
}
.a-span {
    margin-left: 5px;
}
.input-group-addon {
    padding-top: 6px;
    color: #666;
    background-color: #eee;
}
.panel.pgy-panel-sea .pgy-panel-heading.app-filter {
    min-height:34px;
    height:auto;
    margin-bottom:2px;
    padding-left: 0px;
    padding-right: 0px;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
}
.panel .pgy-panel-heading > .panel-head-filter label.state-success {
    margin-bottom: 0px;
    max-width: 180px;
    min-width: 100px;
    width: auto;
    font-weight: 400;
    padding-top: 4px;
}
.panel .pgy-panel-heading > .panel-head-filter label.state-success:first-child {
}
.panel .table.myapps.pgy-table tr>td:nth-child(1) {
    width:100px;
}
.panel .table.myapps.pgy-table tr>td:nth-child(3) {
    width:200px;padding-right:15px;
}
@media (max-width: 767px) {
    .content {
        padding-top: 15px;
        padding-bottom: 0px;
    }
    .panel .pgy-panel-heading > .panel-head-filter label.state-success {
        margin-bottom: 5px;
    }
    .panel .table.myapps.pgy-table tr>td:first-child img.appicon_s{
        width: 50px;
        height: 50px;
    }
    .panel .table.myapps.pgy-table tr>td:nth-child(1) {
        width:11%;
    }
    .panel .table.myapps.pgy-table tr>td:nth-child(2) {
        width:45%;
    }
    .panel .table.myapps.pgy-table tr>td:nth-child(3) {
        width:28%;
    }
    .margin-bottom-40 {
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
    .panel .pgy-panel-heading > .panel-head-filter{
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }
    div.mobile-panel.container-fluid label.select{
        display: block;
        margin-left: 5px;
    }
    div.mobile-panel.container-fluid label.select.app-type{
        margin-left: 0px;
    }
    .app-btn-group {
        margin-right: -15px;
    }
    .view-group {
        padding-left: 0px;
        padding-right: 0px;
    }
    .panel.pgy-panel-sea .pgy-panel-heading.app-filter {
        width: calc(100%);
        margin-left: 0px;
        margin-right: 0px;
    }
    .panel .table.myapps.pgy-table tr.my_history_row td.clickable div.version-info>span:first-child 
{
        padding-right: 10px;
    }
}
@media (max-width: 370px) {
    .view-group-xs span.align-sub{
        float: right;
        margin-top: 5px;
    }
    .view-group-xs {
        float: right;
        margin-right: 5px;
    }
    .search-form-xs {
        padding-left: 5px;
        padding-right: 5px;
    }
    .panel .table.myapps.pgy-table tr>td:nth-child(1) {
        width: 15%;
    }
    .app-btn-group {
        padding-left: 5px;
    }
    .app-btn-group span.span-upload, .app-btn-group span.span-add{
        margin-left: 5px;
    }
    .panel .pgy-panel-heading > .panel-head-filter {
        padding-left: 5px;
        padding-right: 5px;
    }
    .panel .table.myapps.pgy-table tr>td:nth-child(1) {
        width: 12%;
        padding-left: 5px;
    }
}