.pro-tab .nav-tabs { 
    margin-bottom: 20px;
    border: none;
    background: #fff;
    box-shadow: 0 1px 3px #c9c9c9;
}
.pro-tab .nav-tabs > li { 
    margin-bottom: 0;
}
.pro-tab .nav > li > a { 
    padding: 15px;
    min-width: 80px;
    border: none;
    border-right: 1px solid #ddd;
    color: #0e0e0e;
    text-align: center;
    margin-right: 0;
    position: relative;
    font-weight: normal;
    border-radius: 0;
}
.pro-tab .nav-tabs > li.active > a, .pro-tab .nav-tabs > li.active > a:focus, .pro-tab .nav-tabs > li.active > a:hover { 
    border: none;
    border-right: 1px solid #3e4b5c;
    background: #3e4b5c;
    color: #fff;
}
.pro-tab .nav-tabs > li.active > a:after { 
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    bottom: -18px;
    margin-left: -10px;
    border-style: solid;
    border-width: 10px;
    border-color: #3e4b5c transparent transparent transparent;
}
.nav > li > a:focus, .nav > li > a:hover { 
    background: #3e4b5c;
    color: #fff;
}
.pro-widget { 
    padding: 15px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 1px 3px #c9c9c9;
}
.pro-info { 
    margin-bottom: 20px;
    font-size: 12px;
}
.pro-thumb { 
    float: left;
    width: 140px;
}
.pro-thumb img {  
    display: block;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.pro-info-excerpt { 
    margin-left: 155px;
}
.pro-info-excerpt h2 { 
    margin:5px 0 15px;
    font-weight: 600;
    font-size: 16px;
}
.pro-info-excerpt p { 
    margin-bottom: 15px;
    color: #666;
}
.pro-info-excerpt p:last-child {  
    margin-bottom: 0;
}
.pro-current-pkg { 
    margin-bottom: 20px;
}
.pro-current-pkg h3 { 
    margin:0;
    font-size: 16px;
    font-weight: 600;
    color: #1d99ce;
}
.pro-current-pkg p { 
    margin:0 0 10px;
    color: #666;
}
.pro-purchase-table .purchase-label, .pro-purchase-table .purchase-amount { 
    margin-bottom: 5px;
}
.pro-purchase-table .purchase-amount { 
    font-weight: 600;
}
.pro-purchase-table .purchase-amount sup { 
    color: #666;
    font-weight: 400;
    font-weight: 10px;
}
.pro-graphical-summary { 
    min-height: 280px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.pro-summary-head { 
    margin-bottom: 20px;
    margin-top: 15px;
}
.pro-summary-head .form-control { 
    border-radius: 0;
    font-size: 10px;
}
.pro-legend { 
    margin-bottom: 20px;
    overflow: hidden;
}
.pro-summary-content .pro-legend:last-child { 
    margin-bottom: 0;
}
.pro-legend-left span { 
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background: #1d99ce;
}
.pro-legend-left  { 
    float: left;
}
.pro-legend-right  { 
    float: right;
}
.pro-legend-left span.legend-web { 
    background: #f3152d;
}
.pro-legend-left span.legend-iphone { 
    background: #f6ae22;
}
.pro-legend-left span.legend-android { 
    background: #61e10c;
}
.pro-legend-left span.legend-stb { 
    background: #2114dd;
}
.pro-legend-left span.legend-ipad { 
    background: #62a3e7;
}
.pro-log-row { 
    margin-bottom: 15px;
}
.pro-log-row p { 
    margin-bottom: 0;
}
.pro-log-row p:last-child { 
    color: #666;
}
.pro-log-row p strong { 
    font-weight: 600;
}
.pro-log-summary .sm-tckt { 
    margin-bottom: 15px;
    background: #f0f0f0;
    overflow: hidden;
}
.pro-log-summary .sm-tckt span { 
    float: left;
    min-width: 50px;
    padding: 0 3px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background: #1d99ce;
}
.pro-log-summary .sm-tckt span.imp { 
    background: #e29706;
}
.pro-log-summary .sm-tckt p { 
    margin: 0 0 0 50px;
    padding:7px 10px;
}
.pro-log-summary .sm-tckt:last-child { 
    margin-bottom: 0;
}
.pro-recent-title { 
    padding: 15px;
    margin: -15px -15px 0;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-weight: 600;
}
.pro-item-listing { 
    list-style: none;
    padding:0;
    margin: 0;
}
.pro-item-listing li { 
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding: 15px 0;
}
.pro-item-listing li:last-child { 
    border-bottom: none;
    padding-bottom: 0;
}
.pro-item-thumb { 
    float: left;
    width: 50px;
}
.pro-item-thumb img { 
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.pro-item-excerpt { 
    margin-left: 60px;
}
.pro-item-excerpt h4 { 
    margin: 0 0 12px;
    font-size: 14px;
}
.pro-item-excerpt small { 
    float: right;
    margin-left: 10px;
}
.pro-item-excerpt strong { 
    color: #1d99ce;
    font-weight: 600;
    margin-right: 10px;
}
.pro-item-excerpt p { 
    margin-bottom: 0;
    font-size: 12px;
    color: #666;
}
.pro-sessions { 
    box-shadow: 0 1px 3px #c9c9c9;
}
.pro-session-content { 
    background: #fff;
    min-height: 150px;
    position: relative;
}
.pro-session-tab .nav-tabs { 
    margin: 0;
    border: none;
    background: #3e4b5c;
}
.pro-session-tab .nav-tabs > li { 
    margin-bottom: 0;
}
.pro-session-tab .nav > li > a { 
    padding:12px 10px;
    min-width: 110px;
    border: none;
    border-right: 1px solid rgba(255,255,255,.1);
    color: #fff;
    text-align: center;
    margin-right: 0;
    position: relative;
    font-weight: normal;
    border-radius: 0;
}
.pro-session-tab .nav-tabs > li.active > a, .pro-session-tab .nav-tabs > li.active > a:focus, .pro-session-tab .nav-tabs > li.active > a:hover { 
    border: none;
    border-right: 1px solid #fff;
    background: #fff;
    color: #0e0e0e;
}
.nav > li > a:focus, .nav > li > a:hover { 
    background: #fff;
    color: #0e0e0e;
}
.pro-table .table { 
    margin-bottom: 0;
}
.pro-table .table tr th, .pro-table .table tr td { 
    padding: 12px;
    vertical-align: middle;
}
.pro-table .label { 
    font-size: 11px;
    padding: 2px 6px;
    background: #a9a8a8;
}
.pro-feedback { 
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 1px 3px #c9c9c9;
}
.pro-title { 
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 15px;
}
.pro-tkt-no { 
    color: #1d99ce;
}
.pro-table .label.tkt-open { 
    background: #cddc39;
}
.pro-table .label.tkt-pending { 
    background: #e7505a;
}
.pro-table .label.tkt-solved { 
    background: #5ec21c;
}
.pro-table .label.tkt-closed { 
    background: #b671f6;
}
.pkgs-summary {
    border-bottom: 1px solid #ddd;
    padding: 20px 15px;
}
.pkgs-summary * { 
    vertical-align: middle;
}
.pkgs-summary label { 
    margin: 0;
    display: inline-block;
    vertical-align: top;
    max-width: 200px;
}
.pkgs-summary .btn-sm { 
    font-size: 11px;
}
.pro-order-status { 
    display: inline-block;
    min-width: 70px;
}
.pro-order-icon {
    border: 2px solid #ddd;
    border-radius: 100%;
    display: inline-block;
    height: 28px;
    line-height: 24px;
    text-align: center;
    width: 28px;
}
.pro-order-icon .fa {
    font-size: 12px;
}
.text-danger .pro-order-icon { 
    border-color: #f3565d;
}
.text-warning .pro-order-icon { 
    border-color: #dfba49;
}
.text-success .pro-order-icon { 
    border-color: #45b6af;
}
.asset-thumb { 
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.asset-thumb img { 
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.pro-tag { 
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #ddd;
}
.pro-tag.red { 
    background: #cb5a5e;
}
.pro-tag.green { 
    background: #26a69a;
}
.pro-accordion .panel-group { 
    margin-bottom: 0;
}
.pro-accordion .panel-group .panel { 
    border: none;
    border-bottom: 1px solid #ddd;
}
.pro-accordion .panel-group .panel + .panel { 
    margin-top: 0;
}
.pro-accordion .panel-group .panel:last-child { 
    border-bottom: none;
}
.pro-accordion .panel-default > .panel-heading { 
    background-color: #fff;
    border-color: #fff;
}
.pro-accordion .panel-heading { 
    padding: 0;
    border-radius: 0;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.pro-accordion .panel-title { 
    font-size: 11px;
    font-weight: 400;
    line-height: 1.8;
}
.pkg-sub-label { 
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.pro-accordion .panel-title .pro-pkg-label { 
    font-size: 14px;
}
.pro-accordion .panel-title strong { 
    font-weight: 600;
}
.pro-accordion .panel-title sup { 
    color: #666;
}
.pro-accordion .panel-title a { 
    display: block;
    color: #0e0e0e;
    position: relative;
    padding: 15px 50px 15px 15px;
}
.pro-accordion .panel-title a:hover { 
    background: #f8f8f8;
}
.pro-accordion .panel.panel-default.active .panel-heading { 
    background: #f8f8f8;
}
.pro-accordion .panel-body { 
    padding: 0;
    background: #f8f8f8;
}
.pro-accordion .panel-title .fa-angle-down { 
    color: #666;
    font-size: 26px;
    top: 30px;
    position: absolute;
    right: 20px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.pro-accordion .panel.panel-default.active .panel-title .fa-angle-down { 
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.pro-panel { 
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 1px 3px #c9c9c9;
}
.pro-panel-title { 
    padding: 15px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    margin: 0;
    font-weight: 600;
    position: relative;
}
.pro-panel-body { 
    padding: 20px;
    min-height: 230px;
}
.pro-panel label { 
    font-size: 12px;
}
.pro-panel .control-label { 
    margin-top: 10px;
}
.subs-cancel { 
    float: right;
    font-size: 12px;
}
.up-pkg-name {
    margin-bottom: 15px;
    text-align: center;
}
.up-pkg-top {
    background: #f1f1f1 none repeat scroll 0 0;
    display: table;
    width: 100%;
}
.up-pkg-top-inn {
    display: table-row;
}
.up-pkg-top-left {
    background: #428bca none repeat scroll 0 0;
    color: #fff;
    display: table-cell;
    padding: 15px;
    position: relative;
    vertical-align: middle;
    width: 35%;
}
.up-pkg-top-left:after {
    border-color: transparent transparent transparent #428bca;
    border-style: solid;
    border-width: 10px;
    content: "";
    height: 0;
    position: absolute;
    right: -18px;
    top: 50%;
    width: 0;
    margin-top: -10px;
}
.up-pkg-top-left > h6 {
    font-size: 11px;
    margin: 0 0 5px;
}
.up-pkg-top-left > h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px;
}
.up-pkg-top-right {
    display: table-cell;
    padding: 15px;
    vertical-align: middle;
    width: 65%;
}
.up-pkg-features,.pkg-features {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.up-pkg-features li,.pkg-features li {
    color: #666;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
}
.up-pkg-features li .fa,.pkg-features li .fa {
    left: 0;
    position: absolute;
    top: 3px;
    color: #1d99ce;
    font-size: 13px;
}
.up-pkg-price {
    text-transform: uppercase;
}
.up-pkg-price > label {
    display: inline-block;
    font-size: 11px;
    margin: 0;
    text-align: left;
    margin: 0 2px;
    vertical-align: top;
}
.up-pkg-amount { 
    font-size: 24px;
    font-weight: 600;
}
.up-pkg-ch-label { 
    padding: 15px 0;
    font-weight: bold;
    margin: 0;
}
.pack-box-head { 
    padding: 8px 10px;
    background: #f1f1f1;
    margin-bottom: 10px;
}
.up-pkg-ch ul { 
    list-style: outside none none;
    margin: 0 -7px -15px;
    overflow: hidden;
    padding: 0;
}
.up-pkg-ch ul li { 
    float: left;
    padding: 0 7px 15px;
    text-align: center;
    width: 16.6666%;
}
.up-pkg-ch-thumb { 
    border: 1px solid #cecece;
    height: 60px;
    line-height: 28px;
    padding: 15px 10px;
}
.up-pkg-ch-thumb img { 
    max-height: 100%;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}
.pkgs-summary-2, .pkgs-summary-3 { 
    padding-top: 6px;
}
.pro-tab-content .table { 
    margin-bottom: 0;
}

/* New User Page */

.sdp-pro-thumb { 
    float: left;
    width: 100px;
}
.sdp-pro-excerpt { 
    margin-left: 115px;
}
.sdp-pro-detail { 
    float: right;
}
.sdp-pro-detail-inn { 
    float: left;
}
.pro-system-info span:first-child { 
    display: inline-block;
    min-width: 110px;
}
.sdp-device-manager { 
    position: relative;
    min-height: 90px;
}
.deviceCount-wrap { 
    position: relative;
    min-height: 60px;
    float: left;
    width: 60px;
}
.devicefigure { 
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -8px;
    font-size: 10px;
    text-align: center;
}
.sdp-device-action { 
    position: absolute;
    top: 32px;
    right: 15px;
}
.sdp-device-detail { 
    margin: 0 75px;
}
.sdp-pro-widget { 
    display: block;
    text-align: center;
    color: #333;
}
.sdp-pro-widget:hover, .sdp-pro-widget:focus { 
    text-decoration: none;
}
.sdp-pro-widget:hover { 
    box-shadow: 0 0 20px #c7c7c7;
}
.sdp-progress { 
    height: 6px;
}
.pro-mThumb { 
    width: 40px;
    height: 40px;
    border: 1px solid #eee;
}
.pro-Cthumb { 
    padding: 5px;
    line-height: 28px;
}
.transparent-table .table tbody tr { 
    background: #fff;
    box-shadow: 0 1px 3px #c9c9c9;
}
.transparent-table .table tbody tr.empty { 
    background: transparent;
    height: 10px;
    box-shadow:none;
}
.transparent-table .table tbody tr.empty td { 
    padding: 5px;
}
.transparent-table .table tbody tr td { 
    padding: 15px 10px;
}
.transparent-table .table tbody tr td:first-child { 
    padding-left: 15px;
}
.transparent-table .table tbody tr td:last-child { 
    padding-right: 15px;
}
.transparent-table .table tbody tr:last-child { 
    margin-bottom: 0;
}
.sdp-pro-filter .mt-checkbox { 
    padding-left: 25px;
}