/* rib/appMarket/appMktLaunchApp.html */
.hub-app-Market .mkt-header {
    padding: 15px 0px 15px 0px;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: -moz-linear-gradient(center top, #FFFFFF 0%, #EEEEEE 100%) !important;
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%) !important;
    background: -o-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%) !important;
    background: -ms-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%) !important;
    background: linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%) !important;
    border-bottom-style: solid;
    border-bottom-color: #E3E3E3;
    border-bottom-width: 1px;
    overflow: hidden;
}

.hub-app-Market #product-detail > .appdetail > .well {
    padding: 12px;
    margin-left: 0 !important;
}

.hub-app-Market #product-detail > .appdetail > #accordion > .panel-default > .panel-heading {
    margin-left: 25px;
}

.hub-app-Market #product-detail > .appdetail > #accordion > .panel-default > .panel-collapse {
    margin-left: 50px;
}

.hub-app-Market #apps-edit .mainbg {
    padding: 5px;
    border-radius: 20px;
}

.hub-app-Market .altatabs {
    background-color: #f3f3f3;
    margin: 0 !important;
}

.hub-app-Market .app-mkt-left {
    float: left;
    width: 200px;
    background: #FFF;
    position: relative;
}

.hub-app-Market .app-mkt-left2 {
    position: relative;
    height: 400px !important;
    background: #ffffff;
}

.hub-app-Market .app-mkt-right {
    padding-left: 217px;
}

.app-mkt-action {
    padding-top: 22px;
}

.hub-app-Market #search-app-mkt-cont {
    padding-left: 202px;
}

.hub-app-Market .search-app-mkt-cont {
    background: #FFF;
    padding: 8px 10px;
    border-radius: 5px;
    border: 1px solid #E4E4E4;
    height: 325px;
}

.hub-app-Market .product_cats {
    border-radius: 0 0 0 10px;
    border-right: 0px solid #E4E4E4;
}

.hub-app-Market .product_cats li a {
    font-size: 12px;
    padding: 0 15px;
    color: #000;
}

.hub-app-Market .nolist {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.hub-app-Market .product_cats li:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    background: #FBFBFB;
    margin-left: -1px;
    margin-right: -5px;
}

.hub-app-Market .product_cats li:hover span.gactive {
    display: inline;
    opacity: 0.5;
}

.hub-app-Market .product_cats li:hover a {
    color: #4A8BC2;
    text-decoration: none;
    transition: all 0.1s ease-in-out 0s;
}

.hub-app-Market .product_cats li.current {
    position: relative;
    z-index: 100;
    background: #E0E4EB;
    border: 1px solid #AAA;
    width: 104%;
    margin-left: -1px;
}

.hub-app-Market .product_cats li {
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    list-style: none outside none;
    margin-top: 1px;
    padding: 0;
    border: 1px solid #E4E4E4;
    overflow: hidden;
    border-radius: 5px 5px;
    position: relative;
    z-index: 1;
}

.hub-app-Market .product_cats li.current span.gactive {
    display: inline;
}

.hub-app-Market .product_cats li span.gactive {
    background: url("../icons/right-arrow.png") no-repeat center;
    width: 20px;
    height: 20px;
    display: none;
    float: right;
    margin-top: 7px;
}

.hub-app-Market .search-app-mkt-cont {
    background: #FFF;
}

/*------------------------------------------------------------------
[ Search Page / .mkt_list_page ]
*/
.hub-app-Market .mkt_list_page .well {
    padding: 10px 20px;
    line-height: 26px;
}

.hub-app-Market .mkt_list_page .well select {
    margin: 0;
    width: auto;
}

.hub-app-Market .mkt_list_page .mkt_list_panel {
    border: 1px solid #FBFBFB;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.hub-app-Market .mkt_list_page {
    overflow-y: auto;
}

.hub-app-Market .mkt_list_page .mkt_list_panel .thumbnail {
    height: 100px;
    width: 100px;
}

.hub-app-Market .mkt_list_page .mkt_list_item {
    border-bottom: 1px solid #FBFBFB;
    padding: 10px 20px 10px 30px;
    position: relative;
}

.hub-app-Market .mkt_list_page .mkt_list_item:nth-child(even) {
    background: #EBEBEB;
}

.hub-app-Market .mkt_list_page .mkt_list_item:last-child {
    border: none;
}

.hub-app-Market .mkt_list_page .mkt_list_content h4 {
    vertical-align: text-top;
}

.hub-app-Market .mkt_list_page .mkt_list_content strong {
    color: #666;
}

.hub-app-Market .mkt_list_page .mkt_list_content small {
    color: #666;
    font-size: 11px;
}

.hub-app-Market .mkt_list_page .searchNb {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #ccc;
    font-size: 11px;
}

.hub-app-Market .mkt_list_page .result_view a {
    opacity: 0.3;
}

.hub-app-Market .mkt_list_page .result_view a.active {
    opacity: 1;
}

.hub-app-Market .mkt_list_page .box_view {
    border: none;
    margin-left: -1%;
}

.hub-app-Market .mkt_list_page .box_view .mkt_list_item {
    margin-left: 1%;
    border: 1px solid #E5E5E5;
    height: 190px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    margin: 0 0 1% 1%;
    float: left;
    width: 23.89%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.hub-app-Market .mkt_list_page .box_view h4 {
    height: 20px;
    overflow: hidden;
}

.hub-app-Market .mkt_list_page .box_view .item_description {
    max-height: 100px;
    overflow: hidden;
}

.hub-app-Market .mkt_list_page .box_view .label {
    position: absolute;
    top: -9px;
    right: -6px;
}

@media ( max-width: 1279px) {
    .hub-app-Market .mkt_list_page .box_view .mkt_list_item {
        width: 49%;
    }
}

@media ( max-width: 767px) {
    .hub-app-Market .mkt_list_page .box_view .mkt_list_item {
        width: 99%;
        margin-bottom: 3%;
    }
}

.hub-app-Market .mkt_list_page input {
    margin-bottom: 0px;
}

.hub-app-Market #appMkt > .col-md-12 {
    padding: 5px;
    background: none repeat scroll 0 0 #666666;
    border-radius: 20px;
}

.hub-app-Market #appMkt > .col-md-12 > .well {
    border-radius: 12px;
    margin-bottom: 0 !important;
}

.hub-app-Market #overviewVal {
    border-radius: 0 0 12px;
}

.hub-app-Market #popApp {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 5%, rgba(0, 0, 0, 0.18) 10%, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0.18) 90%, rgba(0, 0, 0, 0.1) 95%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    box-shadow: 0 1px 3px #222222 inset !important;
    height: auto;
    border-radius: 12px;
}

.hub-app-Market #app_overview {
    height: 400px;
    overflow: auto;
    padding-top: 15px;
}

.hub-app-Market #app_overview ul, #app_overview li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.hub-app-Market #feature {
    padding: 15px;
    height: 400px;
    border-radius: 0 0 12px;
    overflow: hidden;
}

.hub-app-Market #pricing {
    height: 400px;
    overflow: hidden;
    border-radius: 0 0 12px;
}

.hub-app-Market .pricing-span-header {
    padding-right: 0;
}

.hub-app-Market .pricing-table-header {
    margin-top: 0;
    padding-top: 0;
    text-align: left;
}

.hub-app-Market .list-striped > li:nth-child(2n+1) {
    background-color: #FFFFFF;
}

.hub-app-Market .pricing-table-header > li {
    font-size: 12px;
    padding: 7px 0 7px 11px;
    margin: 0 !important;
}

.hub-app-Market .pricing-table > li {
    font-size: 12px;
    padding: 7px 0 7px 11px;
    margin: 0 !important;
}

.hub-app-Market .pricing-span-body {
    padding-left: 0;
    padding-right: 0;
}

.hub-app-Market .pricing-span {
    float: left !important;
    margin: 0;
    width: 33%;
    transition: all 0.3s ease 0s;
}

.hub-app-Market .pricing-box-small {
    background-color: #f3f3f3;
    box-shadow: none;
    margin-left: -2px;
    position: relative;
    z-index: 10;
}

.hub-app-Market .pricing-span:hover {
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    position: relative;
    z-index: 999;
}

.hub-app-Market .pricing-table {
    margin: 0;
}

.hub-app-Market .pricing-box-small .price {
    height: 28px;
    line-height: 20px;
    text-align: center;
}

.hub-app-Market .price {
    background: #ffffff;
}

.hub-app-Market .price > .label {
    background: #000000;
}

.hub-app-Market .cbox_nopad {
    height: 300px !important;
}

/* Appmarket carousel */
.hub-app-Market .carousel-control {
    background: none !important;
    bottom: auto !important;
    width: 3% !important;
    border-radius: 15px !important;
    top: 130px;
}

.hub-app-Market .carousel-control.right {
    right: 19px !important;
    top: 50%;
}

.hub-app-Market .carousel-control.left {
    left: 19px !important;
    top: 50%;
}

.hub-app-Market .carousel-control:hover {
    background: rgba(0, 0, 0, 0.5) !important;
}

.hub-app-Market .carousel-indicators {
    bottom: -20px;
}

.hub-app-Market .carousel-indicators li {
    border: 1px solid #7F7F7F;
}

.hub-app-Market .carousel-indicators .active {
    background: #9F9F9F;
}

/* edition & pricing */
.hub-app-Market .widget-header.btn-warning + .widget-body {
    border: 1px solid #ED9C28
}

.hub-app-Market .widget-header.btn-primary + .widget-body {
    border: 1px solid #3276B1
}

.hub-app-Market .widget-header.btn-success + .widget-body {
    border: 1px solid #47A447
}

@media ( min-width: 1200px) {
    .hub-app-Market.visible-md.visible-lg {
        display: inline !important;
    }
}

@media ( min-width: 992px) and (max-width: 1199px) {
    .hub-app-Market .visible-lg.visible-md {
        display: inline !important;
    }
}

.hub-app-Market #location.selectLoc {
    height: 60px !important;
}

@media ( min-width: 10px) and (max-width: 767px) {
    .hub-app-Market .visible-md.visible-xs {
        display: inline !important;
    }
}

.hub-app-Market .app-pop:before {
    border-color: rgba(0, 0, 0, 0) #888888 rgba(0, 0, 0, 0) transparent;
    border-style: solid;
    border-width: 11px;
    content: "";
    left: -22px;
    position: absolute;
    top: 3px;
}

.hub-app-Market .app-pop:after {
    border-color: rgba(0, 0, 0, 0) #404043 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 10px;
    content: "";
    left: -20px;
    position: absolute;
    top: 4px;
}

.hub-app-Market .app-pop {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #808080;
    border-radius: 6px;
    box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.3);
   /* max-height: 200px;*/
    width: 170px;
    position: absolute;
}

.hub-app-Market .app-pop .pop-heading {
    background: #404043;
    border-radius: 5px 5px 0 0;
    margin: 0;
    padding: 5px 13px;
}

.hub-app-Market .pop-content li {
    background: none repeat scroll 0 0 #F4F8FA;
    border-color: #5BC0DE;
}

.hub-app-Market .pop-content li:hover {
    background: #d4d8fa;
}

.hub-app-Market .pop-content li i {
    color: rgb(91, 192, 222);
}

.hub-app-Market .app-pop .pop-content {
    overflow: auto;
    padding: 5px 5px 0;
    max-height: 110px;
}

.hub-app-Market .app-pop .pop-content li {
    border-style: solid;
    border-width: 0 0 0 4px;
    margin-bottom: 5px;
    padding: 5px;
}

.hub-app-Market .col-md-3 .app-pop {
    left: 84%;
}

.hub-app-Market .col-md-4 .app-pop {
    left: 75%;
}

.hub-app-Market .col-md-6 .app-pop {
    left: 67%;
}

.hub-app-Market .col-md-12 .app-pop {
    left: 58.5%;
}

@media ( min-width: 0px) and (max-width: 767px) {
    .hub-app-Market .col-xs-12 .app-pop {
        left: 66%;
    }
}

.hub-app-Market .pop-close {
    font-size: 16px;
    padding: 1px 4px;
    opacity: 0.7;
}

.hub-app-Market .service-icon_zipSchedule {
    margin: 0 10px 10px 0;
}

.hub-app-Market .btn-metro_zipSchedule {
    border: 0 none;
    border-radius: 20px;
    font-size: 21px;
   /* height: 100%;*/
    padding: 14px 0 0;
    position: relative;
    text-align: center;
    width: 150px;
}

.hub-app-Market .btn:focus {
    outline: none !important;
    outline-offset: -2px
}

.hub-app-Market .front-page-header {
    position: absolute;
    width: 100%
}

.hub-app-Market .center-page {
    display: table; /*  height: calc(100% - 44px);*/
    height: -webkit-calc(100% - 44px);
    height: -moz-calc(100% - 44px);
    height: calc(100% - 44px);
    position: absolute;
    top: 44px;
    width: 100%;
}

.hub-app-Market .center-page .center-page-inner {
    display: table-cell;
    vertical-align: middle; /*padding: 0 0 170px;*/
}

.hub-app-Market #app-mkt-new {
    background: #7a7a7b;
    border-radius: 8px;
    box-shadow: 0 0 4px 2px #303030 inset;
    float: none;
    margin: 40px auto 0;
    padding: 10px !important;
    width: 96%;
}

.hub-app-Market #app-mkt-new .app-mkt-new-inner {
    background: none repeat scroll 0 0 #fff;
    border-radius: 5px;
    overflow: hidden; /* box-shadow: 0 0 2px 2px #202020 inset; */
}

.hub-app-Market #app-mkt-new .app-mkt-header {
    height: 90px;
    overflow: hidden;
    background: -moz-linear-gradient(center top, #ffffff 0%, #eeeeee 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border-bottom: 1px solid #bbbbbb;
    border-radius: 10px 10px 0 0;
    background: #f0f0f0;
    padding: 9px 15px 5px 15px;
    height: 60px;
}

.hub-app-Market #app-mkt-new .app-mkt-apps {
    max-height: 440px;
    overflow: auto;
}

.hub-app-Market #app-mkt-new .searchapps input {
    border-radius: 5px 0 0 5px;
}

.hub-app-Market #app-mkt-new .searchapps .search {
    border-radius: 0 5px 5px 0;
    height: 30px;
    margin-left: -6px;
    margin-top: -2px;
    padding-top: 4px;
}

.hub-app-Market #app-mkt-new .app-mkt-apps table tr:nth-child(2n) {
    background: #F5F5F5;
}

.hub-app-Market #app-mkt-new .app-mkt-apps table tr {
    border-bottom: 1px solid #bbbbbb;
}

.hub-app-Market #app-mkt-new .app-mkt-apps table tr:hover {
    background: #e5e5e5;
}

.hub-app-Market #app-mkt-new .app-mkt-apps table td img {
    height: 90px;
    padding: 5px;
    width: 90px;
}

.hub-app-Market #app-mkt-new .app-mkt-apps table td {
    padding: 10px 15px;
}

/* pricing table */
.pricing-box {
    /* the purchase button */
}

.hub-app-Market .widget-header {
    border-image: none;
    border-style: solid;
    border-width: 1px;
    min-height: 38px;
    padding-left: 12px;
    position: relative;
}

.hub-app-Market .header-color-red3 + .widget-body {
    border-color: rgb(209, 91, 71);
}

.hub-app-Market .widget-body {
    background-color: rgb(255, 255, 255);
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
}

.hub-app-Market .header-color-red3 {
    background: none repeat scroll 0 0 rgb(209, 91, 71);
    border-color: rgb(209, 91, 71);
}

.hub-app-Market .header-color-orange {
    background: none repeat scroll 0 0 rgb(255, 198, 87);
    border-color: rgb(232, 177, 13);
    color: rgb(133, 93, 16) !important;
}

.hub-app-Market .header-color-blue {
    background: none repeat scroll 0 0 rgb(48, 126, 204);
    border-color: rgb(48, 126, 204);
}

.hub-app-Market .pricing-box .price {
    font-size: 22px;
    line-height: 20px;
    height: 28px;
    text-align: center;
    color: #555;
}

.hub-app-Market .pricing-box .price small {
    font-size: 14px;
}

.hub-app-Market .pricing-box .btn {
    font-size: 16px;
}

.hub-app-Market .pricing-box .widget-header {
    text-align: center;
    padding-left: 0;
}

.hub-app-Market .pricing-table-header {
    padding-top: 0;
    margin-top: 0;
    text-align: left;
}

.hub-app-Market .pricing-table-header > li {
    padding: 7px 0 7px 11px;
    font-size: 13px;
}

.hub-app-Market .pricing-table {
    margin-top: 0;
}

.hub-app-Market .pricing-table > li {
    text-align: center;
    padding: 7px 0;
    font-size: 13px;
}

.hub-app-Market .list-striped > li:nth-child(odd) {
    background-color: #FFF;
}

.hub-app-Market .list-striped > li:nth-child(even) {
    background-color: #F2F3EB;
}

.hub-app-Market .list-striped.pricing-table-header > li:nth-child(even) {
    background-color: #EEE;
}

.hub-app-Market .pricing-box-small {
    box-shadow: none;
    margin-left: -2px;
    background-color: #FFF;
    position: relative;
    z-index: 100;
}

.hub-app-Market .pricing-box-small .price .label:before, .pricing-box-small .price .label:after {
    margin-top: -2px;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.hub-app-Market .pricing-box-small:hover {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
    z-index: 101;
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transform: none; /*chrome blurs when scaled, so disable it!*/
}

.hub-app-Market .pricing-box-small:hover .price > .label {
    -webkit-transform: scale(0.96);
    -moz-transform: scale(0.96);
    -ms-transform: scale(0.96);
    -o-transform: scale(0.96);
    transform: scale(0.96);
    -webkit-transform: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .hub-app-Market .pricing-box-small:hover {
        -webkit-transform: none;
        zoom: 1.04;
        left: -1px;
        top: -3px;
    }
}

.hub-app-Market .pricing-span[class*="span"] {
    margin: 0;
    max-width: 150px !important;
    float: left !important;
}

.hub-app-Market .span3.pricing-span-header {
    float: left;
    width: 23.0769%;
}

.hub-app-Market .widget-box.transparent > .widget-header {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color -moz-use-text-color rgb(220, 232, 241);
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: rgb(67, 131, 180);
    padding-left: 3px;
}

.hub-app-Market .widget-header > .widget-caption, .widget-header > *:first-child {
    display: inline;
    line-height: 36px;
    margin: 0;
    padding: 0;
}

.hub-app-Market ul.unstyled, .hub-app-Market ol.unstyled {
    list-style: none outside none;
    margin-left: 0;
    padding: 0px;
}

.hub-app-Market .list-striped > li:nth-child(2n+1) {
    background-color: rgb(255, 255, 255);
}

.hub-app-Market .margin-left-35 {
    margin-left: 35px;
}

.hub-app-Market .subscribed-icon {
    border: 2px solid #d60000;
    border-radius: 10px;
    color: #d60000;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
    padding: 0 4px;
    transform: rotate(-9deg) skewX(-17deg);
}

/* appMktPages l */

#appMktPages #auth-action {
    border: 1px solid #d33333;
    left: -170px;
    top: -136px;
    width: 360px;
}

#appMktPages .margin-left-74 {
    margin-left: 74px;
}

#appMktPages #auth-action:after, #auth-action:before {
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -20px;
    content: "";
    left: 55%;
    position: absolute;
}

#appMktPages #auth-action:before {
    border-color: #d33333 transparent transparent;
    bottom: -21px;
}

#appMktPages .margin-left-5 {
    margin-left: 5px;
}

#appMktPages .already-btn-login {
    margin-left: 35px;
    width: 75px;
}

#appMktPages #auth-action img {
    height: 15px;
    width: 15px;
}

#appMktPages .open #auth-action {
    animation: bounceIn .5s ease 0s !important;
}

#appMktPages .zipapp-overview {
    border-radius: 7px;
    padding: 5px;
}

#appMktPages .btn-app-download i {
    font-size: 27px;
    margin: 3px 5px 0 5px;
    float: left;
}

#appMktPages .btn.btn-app-download > strong {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

#appMktPages .btn-app-download span {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-top: -5px;
    opacity: 0.8;
    font-family: arial;
}

#appMktPages .btn-ios {
    background: none repeat scroll 0 0 #19BD8D;
    color: #fff;
}

#appMktPages .btn-app-download {
    font-size: 14px;
    height: 50px;
    position: relative;
    text-align: left;
    width: 190px !important;
}

#appMktPages .btn-app-download:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}

#appMktPages .btn-window {
    background: #377DBB;
    color: #fff;
}

#appMktPages .btn-android {
    background: #E54444;
    color: #fff;
}

#appMktPages .btn-android-standalone {
    background: #949E04;
    color: #fff;
}

#appMktPages .font-30 {
    font-size: 30px;
}

#appMktPages .app-store .btn {
    height: 50px;
    overflow: hidden;
    transition: width 0.6s ease 0s;
    width: 50px;
}

#appMktPages .app-mkt-animate {
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out; /* transition-delay: 0s, 0.2s, 0.4s, 0.5s;*/
}

#appMktPages .space-8 {
    max-height: 0;
    overflow: hidden;
    margin: 8px 0;
}

#appMktPages .list-group-item {
    overflow: hidden;
}

#appMktPages .full-boxed-pricing .panel-wrapper {
    padding: 0;
}

#appMktPages .full-boxed-pricing .panel-container {
    padding: 9px;
    background-color: #f8f8f8;
}

#appMktPages .full-boxed-pricing .panel-wrapper:last-child .custom-panel {
    border-right: 1px solid #e5e4e3;
}

#appMktPages .full-boxed-pricing .panel-body .price {
    background: #F9F9F9;
}

#appMktPages .full-boxed-pricing .panel-body .price .currency {
    top: -20px;
    font-size: 21px;
}

#appMktPages .full-boxed-pricing .panel-body .price .integer-part {
    font-size: 55px;
}

#appMktPages .full-boxed-pricing .panel-body .price .decimal-part {
    top: -20px;
    font-size: 17px;
}

#appMktPages .full-boxed-pricing .panel-body .price .time {
    font-size: 11px;
}

#appMktPages .full-boxed-pricing .panel-wrapper:hover .panel-heading {
    background-color: #f8f8f8;
}

#appMktPages .custom-pricing-table .custom-panel {
    overflow: hidden;
    margin: 0;
    background-color: #ffffff;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #e5e4e3;
}

#appMktPages .custom-pricing-table {
    margin: 0 0 20px 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#appMktPages .custom-pricing-table * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#appMktPages .custom-pricing-table .panel-heading {
    padding: 15px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom: 1px solid #e5e4e3;
    text-align: center;
}

#appMktPages .custom-pricing-table .panel-heading h3 {
    margin: 0;
    font-family: "Open Sans", sans-serif;
}

#appMktPages .custom-pricing-table .panel-body {
    padding: 15px;
    background-color: #f8f8f8;
    text-align: center;
}

#appMktPages .custom-pricing-table .panel-body .price {
    position: relative;
}

#appMktPages .custom-pricing-table .panel-body .price .currency {
    position: relative;
    color: #505050;
}

#appMktPages .custom-pricing-table .panel-body .price .currency.pos-right {
    top: 0;
    margin-left: -12px;
    font-size: 32px;
}

#appMktPages .custom-pricing-table .panel-body .price .currency.pos-right.price-without-decimal {
    margin-left: 0;
}

#appMktPages .custom-pricing-table .panel-body .price .integer-part {
    display: inline;
    font-weight: bold;
    color: #457FB2;
    line-height: normal;
}

#appMktPages .custom-pricing-table .panel-body .price .decimal-part {
    position: relative;
    top: -30px;
    font-weight: bold;
    color: #a0ce4e;
}

#appMktPages .custom-pricing-table .panel-body .price .time {
    position: relative;
    font-style: italic;
    color: #888888;
    margin-left: -14px;
}

#appMktPages .custom-pricing-table .panel-body .price .time.price-without-decimal {
    margin-left: 0;
}

#appMktPages .custom-pricing-table .panel-body .price .time.pos-right {
    margin-left: 12px;
}

#appMktPages .custom-pricing-table .list-group {
    margin: 0;
    padding: 0;
}

#appMktPages .custom-pricing-table .list-group-item {
    display: block;
    position: relative;
    padding: 15px;
    background: none;
    border-radius: 0;
    border-top: 1px solid #e5e4e3;
    text-align: center;
}

#appMktPages .custom-pricing-table .list-group-item:last-child {
    border-bottom: 1px solid #e5e4e3;
}

#appMktPages .custom-pricing-table .panel-footer {
    padding: 15px;
    background-color: #F9F9F9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-color: 1px solid #e5e4e3;
    text-align: center;
}

#appMktPages .custom-pricing-table .panel-wrapper:hover {
    cursor: pointer;
}

#appMktPages .custom-pricing-table .panel-wrapper:hover .custom-panel {
    background-color: #F9F9F9;
}

@media ( min-width: 768px) {
    #appMktPages .full-boxed-pricing {
        padding: 0 9px;
        background-color: #f8f8f8;
    }

    #appMktPages .full-boxed-pricing .panel-container {
        padding: 9px 0;
    }

    #appMktPages .full-boxed-pricing .panel-wrapper:last-child .custom-panel {
        border-right: 1px solid #e5e4e3;
    }

    #appMktPages .full-boxed-pricing .custom-panel {
        border-right: medium none;
    }

    #appMktPages .full-boxed-pricing .standout .panel-container {
        position: relative;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        margin: -10px -9px;
        padding: 9px;
        -webkit-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.08);
        box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.08);
        background-color: #f8f8f8;
    }

    #appMktPages .full-boxed-pricing .standout .custom-panel {
        border-right: 1px solid #e5e4e3;
    }

    #appMktPages .full-boxed-pricing .standout .panel-heading h3 {
        color: #a0ce4e;
    }

    #appMktPages .custom-pricing-table .standout .panel-container {
        z-index: 1000;
    }

    #appMktPages .custom-pricing-table .standout .panel-heading, .custom-pricing-table .standout .panel-footer {
        padding: 20px;
    }
}

#appMktPages .pricing-table-1 .panel-body, #appMktPages .pricing-table-1 .panel-footer {
    background-color: #F9F9F9;
}

#appMktPages .pricing-table-1 .list-group .list-group-item, #appMktPages .pricing-table-1 .list-group .list-group-item:last-child {
    border-color: #ededed;
}

#appMktPages .pricing-table-1 .panel-container, #appMktPages .pricing-table-1 .standout .panel-container, #appMktPages .pricing-table-1.full-boxed-pricing {
    background-color: #F9F9F9;
}

#appMktPages .list-group-item.normal-row {
    border-left: 0px;
    border-right: 0px;
}

#appMktPages .full-boxed-pricing .last-child .custom-panel {
    border-right: 1px solid #e5e4e3;
}

/* rib/appMarket/appMktLaunchApp.html */
/*.hub-app-launch{background: url(../../images/common/myapp_bg.jpg) no-repeat; width: 100%; position: fixed; height: 100%; background-size: cover; left:0;}*/

.hub-app-launch .arrow-right{
  right: -15px;
   top: 80px;
  border-left: 15px solid #ccc; 
  border-top: 15px solid transparent; 
  border-bottom: 15px solid transparent;
   position: absolute;
 }
 .hub-app-launch .arrow-right:after{
  right: 2px;
   top:-14px;
  border-left: 14px solid #fff; 
  border-top: 14px solid transparent; 
  border-bottom: 14px solid transparent;
   position: absolute;
   content:"";
 }
 
 .hub-app-launch .arrow-left{
  left: -15px; 
  top: 80px;
  border-right: 15px solid #e1e1e2; 
  border-top: 15px solid transparent; 
  border-bottom: 15px solid transparent;
   position: absolute;
 }
  .hub-app-launch .arrow-left:after{
  left: 2px; 
  top: -14px;
  border-right: 14px solid #fff; 
  border-top: 14px solid transparent; 
  border-bottom: 14px solid transparent;
   position: absolute;
   content:"";
 }

.hub-app-launch .col-md-3 .app-pop {
    left: 84%;
}

.hub-app-launch .col-md-4 .app-pop {
    left: 75%;
}

.hub-app-launch .col-md-6 .app-pop {
    left: 67%;
}

.col-md-12 .app-pop {
    left: 58.5%;
}

@media ( min-width: 0px) and (max-width: 767px) {
    .hub-app-launch .col-xs-12 .app-pop {
        left: 66%;
    }
}

.pop-close {
    font-size: 16px;
    padding: 1px 4px;
    opacity: 0.7;
}

.hub-app-launch .service-icon_zipSchedule {
    margin: 0px;
}

.hub-app-launch .btn-metro_zipSchedule {
    border: 0 none;
   /* border-radius: 20px;*/
    font-size: 21px;
 /*   height: 150px;*/
    /*padding: 14px 0 0;*/
    position: relative;
    text-align: center;
    width: 100%;
}

.hub-app-launch .btn:focus {
    outline: none !important;
    outline-offset: -2px
}

.hub-app-launch .landing-apps a .app-ico {
    overflow: hidden;
    padding: 14px 0 6px;
    position: relative;
}

.hub-app-launch .landing-apps .ani-btn {
    left: auto;
    position: absolute;
    right: -40px;
    top: 30px;
    transform: rotate(45deg);
}

.centerSection{display: inline-block;}
.centerSection .landing-apps{
	/* display: inline-block;
	width: 16%;
	border-radius: 15px;
	box-shadow: 0px 1px 2px #ccc;
	margin: 10px 2.5%;
	padding: 0px;
	max-width: 170px; */
	float: left;
    width: 173px;
    border-radius: 15px;
    box-shadow: 0 1px 2px #ccc;
    margin: 25px 30px;
    padding: 0;
    max-width: 170px;
	}
.landing-apps .service-icon_zipSchedule h3{font-size: 16px; font-weight: 600;padding:10px 10px 15px 10px;}
.landing-apps .service-icon_zipSchedule div .appmkt-icons{width: 102px !important; height: 102px;margin: 30px auto 7px auto; object-fit: contain;}
.zipschudels_blue{background: #54A2F2 !important;}
.zipclock_blue{background: #54A2F2 !important;}
.zipchecklist_red{background: #ED1C24 !important;}
.zipshiftbook_red{background: #ED1C24 !important;}
.zippos_green{background: #0C7A47 !important;}
.zipforecast_sky{background: #24C1AD !important;}
.zipordering_voilet{background: #6D177C !important;}
.zipsupplychain_voilet{background: #6D177C !important;}
.zipreporting_orange{background: #FE7B1B !important;}
.anyconnector_orange{background: #FA873B !important;}
.zipHaccp_red{background: #FF6600 !important;}
.zipInventory_voilet{background: #8e88ff !important;}
.zipSensor_red{background: #EF7B6A!important;}
.zipPosReports_blue{background: #4FC0EE !important;}
.zipChitchat_green{background: #019788!important;}
.zipMyConnector_green{background: #39CD6B!important;}
.zipDigitalSignate_green {background: #801452}
.ziplearning_green{background: #0C96C4}
.zipDigitalSignate_purple{background: #801452;}
.newanyconnector_orange{background: #FA873B !important;}
.newzipMyConnector_green{background: #39CD6B!important;}
.ersBilling_orange{background: #D6E0F2 !important;}
.landing-apps.ersBilling_orange h3{
	color: #222 !important;
}
.zipCashOffice_green{background: #31BAED !important;}
.posIQ_black{background:#000 !important;}
.paychex_white{background: #fff !important;}
.zipEfficientHire_white{background: #fff !important;}
.myPaperlessOffice_white{background: #0ff597 !important;}
.zipPaycom_white{background: #fff !important;}
.zipTalentReef_white{background: #fff !important;}
.zipPayarc_white{background: #fff !important;}
.snagajob_white{background: #fff !important;}
.zipAlliance_white{background: #fff !important;}
.paycore_white{background: #fff !important;}
.punchh_orange{background: #f8931c !important;}
.givex_green{background: #c1d62e !important;}
.ultiPro_white{background: #fff !important;}
.proliant_white{background: #fff !important;}
.olo_blue{background: #25b3e2 !important;}

.hub-app-launch .trial-app {
    position: absolute;
    white-space: normal;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
    border-radius: 15px;
}

.hub-app-launch .trial-app span {
    height: 0px;
    padding:0 25px;
    overflow: hidden;
    display: block;
    transition: all 0.5s ease 0s;
}

.hub-app-launch .trial-app:hover span {
    height: 77px !important;
}

.hub-app-launch .center-page2 {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.hub-app-launch .center-page2 .center-page-inner {
    display: table-cell;
    padding: 0;
    vertical-align: middle;
}

.hub-app-launch .margin-top-5 {
    margin-top: 5px;
}

/* newly added css */

.hub-app-launch .not-subscribed-fixed {
    position: fixed;
    top: 20%;
    left: 5%
}

.hub-app-launch .not-subscribed-fixed .not-subscribed-cols {
    padding: 15px;
}

.hub-app-launch .not-subscribed-fixed .not-subscribed-col-1 {
    background-color: #ebeef3;
    border: 1px solid #b8c8d7;
}

.hub-app-launch .not-subscribed-fixed .not-subscribed-col-2 {
    background-color: #e9efd3;
    border: 1px solid #bbd278;
}

.hub-app-launch .not-subscribed-fixed .not-subscribed-col-pull-bottom > span {
    float: left;
    height: 74px;
    margin: 18px 0;
    width: 100%;
}

.hub-app-launch .not-subscribed-fixed .not-subscribed-col-1 .btn {
    background: #4FC0E4;
    border: 1px solid #1f90b4;
}

.hub-app-launch .not-subscribed-fixed .not-subscribed-col-1 .btn:hover {
    background: #2fa0c4;
    border-color: #0b7b9f;
}

.hub-app-launch .not-subscribed-fixed .not-subscribed-col-2 .btn {
    background: #A3D103;
    border: 1px solid #73a100;
}

.hub-app-launch .not-subscribed-fixed .not-subscribed-col-2 .btn:hover {
    background: #83b100;
    border-color: #639100;
}

.hub-app-launch .z-index-2 {
    z-index: 2;
}
.app-mkt-logo{
    border-radius: 30px;
    box-shadow: 0 0 3px #dcdcdc!important;
    background-color: #E3F1F2;
}

/* app-mkt setting-box css */
.appSetting-box .glb-set-icon{width: 15px; height: 15px;}
.appSetting-box{float: left; background: #616974; padding: 0; width: auto; min-width:160px; box-shadow: none;}
.appSetting-box.lunch-arrow_box:before{border-right-color: #515964;}
.appSetting-box.lunch-arrow_box:after{border-right-color: #616974;}
.appSetting-box .setting-list-item{padding: 4px 6px; font-size: 14px;}
.hub-app-launch #event-notes.dropdown-menu{box-shadow: none !important;}
.appSetting-box .setting-list-item:hover{background-color: #515964;}
.appSetting-box .setting-list-item:first-child{border-top: 0!important;}
.appSetting-box .setting-list-item:first-child:hover{
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.appSetting-box .setting-list-item:last-child:hover{
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.singleListinng.lunch-arrow_box:before{margin-top: -7px;}
.singleListinng.lunch-arrow_box::after{margin-top: -4px;}
.singleListinng.lunch-arrow_box{border-radius: 0 8px 8px 0;}

/* add new CSS */


.site-event-btn{position: relative;}
.search-inputBox{display: none; position: absolute; top: -41px; right: 0; width: 55%; margin-bottom: 0; z-index: 99;}
.search-inputBox input{padding: 6px 23px; border: 0; background-color: #F5F5F5 !important; color: #000; border-radius: 15px; width: 100%;}
.search-inputBox input:focus, .search-inputBox input:active{border:0}
.search-inputBox .fa-search{color: #ddd; position: absolute; left: 7px; top: 8px;}
.search-inputBox .close{position: absolute; right: 10px; top: 8px; font-size: 15px;}
.site-event-btn label{width: 47%; padding: 4px 0; margin-bottom: 0; cursor: pointer; font-size: 14px;}
.site-event-btn .label-subscribed{border-bottom: 3px solid #04496A; margin-right: 13%; width: 38%; color: #fff;}
.site-event-btn .label-unsubscribed{color: #dedede;}
.app-pop .btn-with-green{/* background-color: #04496A; */ text-align: left; margin-bottom: 0;}
.app-pop .btn-with-green i, .app-pop .btn-with-green span{display: inline-block; vertical-align: middle; font-size: 15px; line-height: 14px;}
.app-pop .btn-with-green span{margin: 3px 0 3px 5px;}
.app-pop .btn-with-green strong{font-weight: 300; font-size: 10px;}
.app-pop .middle-sperator{display: inline-block; width: 72%; height: 1px; background-color: #eaeaea; margin: 13px 0 8px;}
.select-site-footer{padding:15px; text-align: center;border-top:1px solid #eee;}
.select-site-body ul{margin: 0; padding: 0;}
.select-site-body .listing-icon{display: inline-block; vertical-align: middle; width: 25px; height: 25px; background: url('../../images/common/svg/site_location_iconSVG_gray.svg') no-repeat center center; border-radius: 25px; background-color: #fff; border: 1px solid #f2f2f2; background-size: 15px; }
.select-site-body li{padding: 7px 13px 7px;}
.select-site-body li:hover{}
.select-site-body li:nth-child(even){background-color: #F4F4F4;}
.select-site-body li:hover .listing-icon{background: url('../../images/common/svg/site_location_iconSVG_black.svg') no-repeat center center; background-size: 15px;}
.select-site-body .fa-check{display: none; color: #04496A;}
.select-site-body li:hover .fa-check{display: block;}
.select-site-body .display-table{display: table;}
.select-site-body .display-cell{display: table-cell; vertical-align: middle; line-height: 16px;}
.select-site-body .display-cell.padding-left-15{width: 92%;} 
.inner-search-inputBox input{border: 1px solid #e5e7e7; border-radius: 25px;padding: 4px 12px;}
.inner-search-inputBox{position: relative;}
.inner-search-inputBox .fa{position: absolute; right: 10px; top: 9px; z-index: 9; color: #ccc;}
.inner-search-inputBox input:focus, .inner-search-inputBox input:active{border: 1px solid #ddd;}
.launchPopupOverlay{background: rgba(0, 0, 0, 0); height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 2222;}
/* update ticker css */
.hub-app-launch .updateTicker{position: fixed; left: 0; bottom: 0; width: 100%; height: 41px; background-color: #616974;color: #fff; font-size: 15px;}
.hub-app-launch .updateTicker .ticker-title{float: left; width: 125px; padding: 7px 15px; color: #fff; font-size: 18px; position: relative; text-transform: uppercase; background-color: #578EBE;}
.hub-app-launch .updateTicker .btn-success{margin: 0 0 0 5px;}
.hub-app-launch .updateTicker .ticker-title:before{position: absolute; content: ""; right: -15px; top: 0; border-top: 20px solid transparent; border-bottom: 20px solid transparent; border-left: 15px solid #578EBE;}
.hub-app-launch .owl-carousel{ margin-left: 135px;  padding-right: 121px;  width: 92%;}
.hub-app-launch .owl-carousel .item{font-size: 15px; margin: 8px 0 9px; padding: 0 20px; border-left: 1px solid #afafaf;}
.hub-app-launch .owl-carousel .item:first-child{border-left: 0;}
.hub-app-launch .owl-carousel .owl-nav {
  position: absolute;
  right: 80px;
  top: 7px;
  width: 40px;
}
.hub-app-launch .owl-stage-outer{margin-left: 5px}
.hub-app-launch .owl-carousel .owl-prev,
.hub-app-launch .owl-carousel .owl-next{float: left; margin: 0 4px; font-size: 24px; line-height: 20px;}
/* update ticker css end */

.margin-bottom-50{margin-bottom: 50px !important;}
.hub-app-launch .switch-toggle.switch-candy, .hub-app-launch .switch-light.switch-candy > span {
    background-color: #616974;
    border: 1px solid #616974;
    border-radius: 40px;
}
.hub-app-launch .switch-candy a {border-radius: 40px;}
.rightFixed { cursor: pointer !important; position: absolute;  right: 1px;  top: 2px;  z-index: 2000;top: 0px; right: 0px; padding: 10px 15px;}
/* To be delete want to show the owl carousel control ...*/
.hub-app-launch .owl-controls{visibility: hidden!important;}
 /* App Launch CSS Starts */
 .app-selection-pop .app-pop{ background-color: rgb(255, 255, 255);
    border: 1px solid rgb(225, 225, 225);
    border-radius: 8px;
    box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.3);
    padding: 0;
    position: absolute;
    width: 248px;}
    
    
    .app-selection-pop  .app-pop .pop-heading span {
    background: rgb(247, 249, 250) none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    line-height: 21px;
    text-align: center;
    vertical-align: top;
    width: 30px;
}
 .app-selection-pop .app-pop .search-icon-fa {
    color: rgb(255, 255, 255);
    font-size: 17px;
    margin-right: 2px;
}
 .app-selection-pop .app-pop .select-site-header {
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(238, 238, 238);
    border-radius: 10px 10px 0 0;
    padding: 10px 15px 6px;
}
 .app-selection-pop .app-pop .select-site-header h4 {
    color: rgb(72, 77, 85);
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 5px;
    margin-top: 0;
}
 .app-selection-pop .app-pop .select-site-header .header-seperator {
    border-color: rgb(53, 196, 255);
    margin: 6px -15px -15px;
    width: 70%;
}
 /* App Launch CSS Ends */
