/** new login design css */
/*   #ssoLogin {padding-top:60px;}
*/
.hub-app-login .ssologin-sec {
  padding: 20px;
  border: 1px solid #eee;
  background-color: #FFF;
  border-radius: 10px;
}

.hub-app-login .ssologin-sec .input-group-addon {
  background-color: #F8F8F8;
  border-radius: 4px 0px 0px 4px;
  border-right: 0px none;
  padding: 6px 9px;
  position: relative;
}

.ssologin-sec .input-group-addon:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #F8F8F8;
  position: absolute;
  right: -7px;
  z-index: 5;
  top: 10px;
}

.hub-app-login #app-logo {
  margin-bottom: 25px;
}

.hub-app-login .product-logo img {
  margin-bottom: 25px;
  margin-top: 25px;
  height: 60px;
}

.hub-app-login #logo-checklist .product-description {
  border-top: 0px none;
  box-shadow: none;
  padding: 25px 0 25px;
}

.hub-app-login #logo-checklist .product-description p {
  font-size: 35px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.hub-app-login #logo-checklist .product-sub-description p {
  font-size: 20px;
}

.hub-app-login .forgot-border {
  border-right: 1px solid #707070;
}

.hub-app-login .ssologin-sec input {
  padding-left: 14px;
  height: 38px;
  font-size: 14px;
}

.hub-app-login .ssologin-sec .otp-input-field input {
 border-left: 1px solid rgb(221, 223, 224);
    border-radius: 5px;
    text-align: center;
}

.hub-app-login .ssologin-sec input:focus {
  border-color: #d5d5d5;
}

.hub-app-login #ssoLogin .sso-body {
	margin-bottom: 10px;
    padding: 40px 50px;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
}

.hub-app-login #ssoLogin .sso-action {
  font-size: 14px;
  text-align: center;
    bottom: 18px;
    position: absolute;
    left: 0;
    width: 100%;
}

.hub-app-login #ssoLogin .sso-footer {
  font-size: 16px;
  text-align: center;
  padding: 15px;
  background-color: transparent;
}

.hub-app-login #forgot-pwd .forgot-head {
  font-size: 18px;
  color: #444;
}

.hub-app-login #forgot-pwd .forgot-instruction {
  font-size: 14px;
  color: #777;
}



.hub-app-login .offer-code .input-group-btn {
  position: relative;
}

.hub-app-login .offer-code .input-group {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  padding: 2px;
  margin-bottom: 5px;
}

.hub-app-login .offer-code .input-group-btn:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #5cb85c;
  position: absolute;
  left: -7px;
  z-index: 5;
  top: 16px;
}

.hub-app-login .offer-code .input-group-btn:hover:after {
  border-right-color: #449d44;
}

.hub-app-login .offer-code input, .hub-app-login .offer-code input:hover, .hub-app-login .offer-code input:focus {
  border: 1px solid transparent;
  background-color: transparent;
  padding-right: 12px;
}

.hub-app-login .offer-code a#coupanCode {
  padding: 10px 0;
  font-size: 14px;
}

.hub-app-login .offer-code a {
  font-size: 12px;
}

.hub-app-login #register .signup-btn {
  margin-bottom: 5px;
}

.hub-app-login .back-login {
  margin-bottom: 5px;
}

.hub-app-login #ssoLogin.center-page {
    display: table;
    height: calc(100% - 88px);
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.hub-app-login #ssoLogin.center-page .center-page-inner {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
}

.hub-app-login #ssoLogin .carousel-indicators {
  bottom: -50px;
}

.hub-app-login #ssoLogin .carousel-indicators .active, .hub-app-login #ssoLogin .carousel-indicators li {
  border: 1px solid #DDD;
  border-radius: 50%;
  height: 10px;
  margin: 0 1px;
  transition: all 0.2s ease-in-out 0s;
  width: 10px;
}

.hub-app-login #ssoLogin .carousel-indicators li:hover {
  border: 1px solid #bdc3c7;
}

.hub-app-login #ssoLogin .carousel-indicators .active {
  background-color: #bdc3c7;
  border: 1px solid #bdc3c7;
}

.hub-app-login #ssoLogin .carousel-control.right, .hub-app-login #ssoLogin .carousel-control.left {
  background-image: none;
  color: #ccc;
}

.hub-app-login #ssoLogin .carousel-control .fa-angle-left, .hub-app-login #ssoLogin .carousel-control .fa-angle-right {
  bottom: 0;
  font-size: 2.5em;
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.hub-app-login .sso-body img {
  height: 45px;
}

.hub-app-login .navbar-brand {
  padding: 2px;
}

.hub-app-login .navbar-right li a {
  font-size: 14px;
}

.hub-app-login #forgot-pwd {
  display: none;
}

.hub-app-login #login-carousel .product-logo .img-responsive {
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
}

.hub-app-login .sign-up-coupon {
  background-color: rgb(223, 240, 216);
  color: rgb(95, 188, 201);
  font-size: 14px;
  margin-bottom: 10px;
  padding: 10px;
}
.hub-app-login .remove-coupon{
  color: rgb(200, 0, 0); padding-left: 10px; font-size: 13px;
}
.hub-app-login .carousel-control{width: 5% !important; top:50% !important; bottom:50% !important;}
.hub-app-login .ssoChngpwd {
  padding: 20px;
  border: 1px solid #eee;
  background-color: #fafafa;
  border-radius: 3px;
}
.hub-app-login .ssoChngpwd input {
  padding-left: 14px;
  border-left:1px solid #ccc;
  height: 35px;
  font-size: 14px;
}
.hub-app-login .ssoChngpwd input:focus {
  border-color: #d5d5d5;
}
.createNewPassword .login-input .fa-unlock-alt, .createNewPassword .login-input .fa-unlock{position: absolute; right: 0; top: 0;}
.login-sso-img{
  float:left;margin-right:20px;
}
.support-login-img{
  height: 30px; opacity: 0.65
}


/* manageAccount */
/* /rib/framework/manageAccount/altaManageSite.html */

#altaManageSite-tabContent .tab-content, .tab-pane-value {
  /* background: #EBEBEB; */
  border: 0 none;
  box-shadow: none;
  overflow: auto;
}

#SITE_OPR_HRS, #SITE_LBR_LAW {
  max-height: 390px;
}

#SITE_NOTIF_PREF{
	max-height: 390px;min-height:300px;
}
.manageSiteMdl {
  max-height: 390px;
  overflow: hidden;
}

/* /rib/framework/manageAccount/altaManageSite.html  ends*/

/* rib/framework/manageAccount/altaOrgSettingsPage.html */
.left-margin36 {
  margin-left: 36px;
  margin-top: 0px
}

#addManageSite div[id^="option"] {
  width: 48%;
}

#addManageSite .bx-pager {
  display: none !important;
}

#addManageSite .bx-wrapper .bx-viewport {
  background: none repeat scroll 0 0 #478fca !important;
  border: 0px !important;
}

#addManageSite .btn-metro_zipSchedule {
  width: 200px !important;
  height: 180px !important;
}

#addManageSite .bx-wrapper .bx-prev {
  left: 0px !important;
}

#addManageSite .bx-slider-prev {
  position: relative;
  top: -92px;
  right: 95px
}

#addManageSite .bx-slider-next {
  position: relative;
  top: -92px;
  left: 85px
}

#addManageSite .checkbox-position {
  position: relative;
  right: 100px;
  top: 20px;
  z-index: 5;
}

.checkbox {
  padding-left: 20px;
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 35px;
  height: 35px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label:after {
  color: #ffffff;
  display: inline-block;
  left: 0;
  margin-left: -18px;
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: 0;
}

.checkbox input[type="radio"] {
  opacity: 0;
}

.checkbox input[type="radio"]:focus+label::before {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.checkbox input[type="radio"]:checked+label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
  font-size: 25px;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox-info input[type="radio"]:checked+label::before {
  background-color: #00b050;
  border-color: #5bc0de;
  color: #fff;
}
.bg-light-gray{
  background-color: #e8e8e8;
}

.max-h-150 {
  max-height: 150px;
  overflow: auto;
}

/* rib/framework/manageAccount/altaOrgSettingsPage.html  ends*/

#addManageSite .btn-success-next {
  border-radius: 5px;
}

#addManageSite .bx-wrapper .bx-viewport {
  border-radius: 0 0 10px 10px;
  left: 0;
  top: 0;
}

/* manageAccount ends*/

.padding-tb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

#summary_Mange #panel-UnSubscribe-border {
  position: absolute;
  right: 0;
  top: 10px;
}

.manage-siteSubscribe {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}

.manage-siteSubscribe .tableCell {
  float: left;
  font-family: Open Sans;
  position: relative;
  padding: 12px;
  width: 100%;
  background-color: #fff;
  vertical-align: middle;
  font-size: 15px;
  line-height: 18px;
}

.manage-siteSubscribe .tableCell:first-child {
  padding: 8px 3px;
}

.manage-siteSubscrib .tableCell:nth-child(1), .manage-siteSubscrib .tableCell:nth-child(2), .manage-siteSubscrib .tableCell:nth-child(3) {
  border-top: 0;
}

.manage-siteSubscribe li {
  padding: 0 1px;
}

.manage-siteSubscribe li:first-child {
  border-left: 0;
}

.manage-siteSubscribe .tableCell.bg-green, .applyCoupon-code .bg-green {
  background-color: #65cea7;
}

.largeCell {
  width: 28%;
  text-align: left;
  float: left;
}

.mediumCell {
  width: 18.5%;
  display: table-cell;
}
#manage-app li.mediumCell:nth-child(5){width:28% !important;} 

.manage-app .page-header h4{font-size: 26px; font-weight: 600;}
.manage-siteSubscribe .largeCell .tableCell:nth-child(2),
.manage-siteSubscribe .mediumCell .tableCell:nth-child(1){border-radius: 10px 10px 0 0;}
.manage-siteSubscribe .largeCell .tableCell:nth-child(2){background-color: #989ca1;}
.manage-siteSubscribe .tableCell .current-monthlyAmount{display: block;}
.manage-siteSubscribe .mediumCell .tableCell:nth-child(1){font-size: 18px; line-height: 20px;}
.manage-siteSubscribe .tableCell .current-monthlyAmount{margin-top: 14px; font-weight: 600;}
.manage-siteSubscribe .tableCell .current-monthlyAmount sup{font-size: 22px; top: -0.7em;}
.manage-siteSubscribe .tableCell .current-monthlyAmount strong{font-size: 32px; font-weight: 600;}
.manage-siteSubscribe .subscription-siteDesc{display: inline-block; vertical-align: middle; max-width: 67%;}
.manage-siteSubscribe .subscription-siteDesc p{float: left; overflow: hidden; margin-bottom: 15px; font-size: 11px; color: #bbb; text-transform: uppercase; text-overflow: ellipsis; width: 100%; white-space: nowrap;}
.manage-siteSubscribe .largeCell .tableCell .border-btn,
.manage-siteSubscribe .mediumCell .tableCell.fixed-height .border-btn{margin-top: 12px;}
.manage-siteSubscribe .tableCell.fixed-height{min-height: 75px; max-height: 75px; border-bottom: 1px solid #eee; border-right: 1px solid #eee;}
.manage-siteSubscribe .largeCell .tableCell.fixed-height{border-left: 1px solid #eee;}

.manage-siteSubscribe .largeCell .tableCell:nth-child(2) {
  height: 52px;
  padding: 13px 12px;
}

.manage-siteSubscribe .mediumCell .tableCell:nth-child(2) {
  padding: 12px 12px 11px;
  height: 52px;
}

.mediumCell .tableCell:nth-child(2) {
  font-size: 14px;
  border-top: 0;
}

.mediumCell .tableCell:nth-child(2) .current-monthlyAmount strong {
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
}

.mediumCell .tableCell:nth-child(2) .current-monthlyAmount sup {
  font-size: 15px;
  top: -0.8em;
}

.mediumCell .tableCell:nth-child(2) .old-monthlyAmount {
  display: inline-block; /* vertical-align: top; */
  position: relative;
  font-size: 11px;
}

.mediumCell .tableCell:nth-child(2) .old-monthlyAmount:before {
  background-color: #efefef;
  content: "";
  height: 2px;
  position: absolute;
  top: 8px;
  transform: rotate(-20deg);
  width: 100%;
}

.mediumCell .tableCell:nth-child(2) .old-monthlyAmount sup {
  font-size: 10px;
  line-height: 12px;
  top: -0.6em;
}

.mediumCell .tableCell:nth-child(2) .old-monthlyAmount strong {
  font-size: 18px;
}

.mediumCell .tableCell .inCenter {
  line-height: 32px;
}

.manage-siteSubscribe li:first-child .tableCell {
  color: #777;
  font-weight: 300;
  font-size: 14px;
}

.manage-siteSubscribe li:first-child .tableCell strong {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
}

.btn-danger.disabled {
  border-color: #ff969d;
  background-color: #ef868d !important;
}

.manage-siteSubscribe li .tableCell img {
  position: absolute;
  top: 10px;
  left: 0;
}
.finalCheckout-btn{border-radius: 20px; color: #fff; padding: 6px 10px; font-weight: 600; display: block; background-color: #1BBC9B; width: 92%; font-size: 20px; text-align: right; margin: 0 4%;}
.finalCheckout-btn:hover, .finalCheckout-btn:active, .finalCheckout-btn:focus, .finalCheckout-btn:visited{color: #fff;}
.finalCheckout-btn i{margin-left: 80px;}

.site-subscribeSummary {
  background-color: #f6f6f6;
  float: left;
  width: 100%;
  padding-bottom: 20px;
}

.site-subscribeSummary h2 {
  margin: 0;
  font-size: 15px;
  color: #fff;
  display: block;
  background-color: #989ca1;
  padding: 6px 10px;
  border-radius: 10px 10px 0 0;
}
.site-subscribeSummary h2 i{color: #F0AD4E;}

.site-subscribeSummary h2 button {
  margin-top: -3px;
  padding: 4px 10px;
}

.site-summaryHeading {
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #DADBDD;
  font-size: 18px;
  font-weight: 600;
  color: #777;
}

.site-summaryHeading span {
  font-size: 15px;
  margin: 3px 0 0;
}

.purchased-SiteLists {
  list-style: none;
  margin: 0;
  padding: 0 10px;
}

.purchased-SiteLists li {
  border-top: 1px solid #fff;
  float: left;
  font-size: 12px;
  padding: 6px 0;
  width: 100%;
  color: #9d9d9d;
  position: relative;
}
.purchased-SiteLists li p{margin: 0 0 8px; line-height: 8px; color: #737373;}
.purchased-SiteLists li .fa-times-circle{position: absolute; top: 22px; right: 2px; z-index: 10;}
.purchased-SiteLists li:first-child {
  border-top: 0;
}

.purchased-SiteLists li strong {
  font-size: 16px;
  font-weight: 600;
  color: #777;
}

.padding-tb-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.applyCoupon-code .btn-success {
  padding: 4px 12px;
}

.coupon-infoAlert span {
  width: 200px;
  display: inline-block;
}

.site-chopoff {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}

.active-emp {
  bottom: 7px;
  font-size: 13px;
  left: 12px;
  position: absolute
}

/* for proceed-app.html */
.proceed-app-cart {
}

.proceed-app-cart ul {
  min-height: 135px;
  border-radius: 0px 0px 4px 4px;
}

.proceed-app-cart ul li.list-item {
  float: left;
  width: 100%;
  padding: 10px 0;
  border: 1px solid #f1f1f1;
  border-top: 0;
}

.proceed-app-cart .header-green {
  background-color: #42BA82;
  padding: 14px;
  color: #fff;
  padding: 10px 10px 10px 20px;
  border-radius: 4px 4px 0px 0px;
  font-size: 20px;
  font-weight: 300
}

.proceed-app-cart .header-yellow {
  background-color: #F7941D;
  padding: 14px;
  color: #fff;
  padding: 10px 10px 10px 20px;
  border-radius: 4px 4px 0px 0px;
  font-size: 20px;
  font-weight: 300
}

.proceed-app-cart li.list-item {
  color: #bebebe;
}


.proceed-app-cart .padding-10 {
  padding: 10px;
}

.proceed-app-cart strong {
  font-size: 16px;
  font-weight: 400;
  color: #777777;
}

.proceed-app-cart ul li i {
  color: #777777;
}

.proceed-app-cart button i {
  padding: 0 10px;
}

.proceed-app-cart h4 {
  font-weight: 400;
  padding: 0 0 8px;
  font-size: 16px;
  color: #a6a6a6;
}

/* for paymentMethod.html */
.payment-header-bg-green {
  background-color: #17A185;
  color: #fff;
}

.alert-light-gray {
  background-color: #F1F1F1;
  color: #777777
}

span.monthlyRate:before{
  background: #787878  none repeat scroll 0 0;
  content: "";
  height: 2px;
  position: absolute;
  top: 15px;
  transform: rotate(-20deg);
  width: 9%;
}

.purchase-site span.monthlyRate:before {
  background: #a3445d none repeat scroll 0 0;
  content: "";
  height: 2px;
  position: absolute;
  top: 22px;
  transform: rotate(-20deg);
  width: 2%;
}

#addManageSite .manage-site-wizard{
  width:90%;
  margin-left:5%;
}

#addManageSite .bg-manage-site-cart{
  background-color: #f2f2f2;
}


/*/!*********/
.box-with-border {
  border: 1px solid #ccc;
  border-radius: 10px;
  float: left;
  padding: 0  0 20px 0;
  width: 100%;
  min-height: 220px;
}

.manageSite-logo {
  border-bottom: 1px solid #ccc;
  float: left;
  padding: 15px 0;
  width: 100%;
}

.leftInline{display: inline-block; vertical-align: middle;}
.withRadio{width: 35px; height: 35px; position: relative;}
#addManageSite .btn-success-next::after{
  right: -21px;
  top : 0px;
}

.modal-body .oprTimeLineWindow .timeline-label{margin: 0 !important;}
.modal-dialog .oprTimeLineWindow{margin-left: 8% !important; width: 86.667% !important;}
.modal-dialog .oprTimeLineWindow .timeline-label-inner .col-md-4{width: 25%; margin-left: 8.33333%;}
.modal-dialog .oprTimeLineWindow .timeline-label-inner .opr-click{width: 33.3333%;}
.modal-dialog .operationalDays{margin-left: 10% !important; width: 75.667% !important;}

.lkp-pop {
  left: 102%;
  padding: 0;
  position: absolute;
  top: -5px;
  width: 100%;
  z-index: 100;
}

.stepy-titles {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%
}

.popover-lkp .popover {
  position: relative;
  display: block;
  margin: 0px;
}

.stepy-titles label {
  cursor: pointer;
  color: #818181;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  padding: 14px 22px 14px 54px;
  margin-right: 50px;
  position: relative;
  line-height: 1.3 !important;
  background-color: #EEE;
  width: 47%;
}

.lookup-popover {
  background-color: lightyellow;
  border: 1px solid rgb(238, 238, 238);
  box-shadow: 0 2px 2px 2px rgb(228, 228, 229);
  display: block;
  width: 67%;
  z-index: 3000;
}

.lookup-popover .popover-content {
  padding: 10px 14px;
}

.lookup-popover.right {
  left: 102%;
  padding: 0;
  position: absolute;
  top: -5px;
  width: 100%;
  z-index: 100;
}

.lookup-popover .popupright {
  left: -13px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid lightyellow;
  float: right;
  position: absolute;
  top: 0px;
}

.lookup-popover.bottom {
  padding: 0;
  position: absolute;
  top: 37px;
  width: 100%;
  z-index: 100;
}

.lookup-popover .popupbottom {
  width: 0;
  height: 0;
  border-bottom: 15px solid lightyellow;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  float: right;
  position: absolute;
  left: 85px;
  top: -14px;
}

.stepy-titles label:last-child {
  margin: 0
}

.stepy-titles label:first-child:before {
  display: none
}

.stepy-titles label span {
  font-size: 11px;
  display: block
}

.stepy-titles .stepNb {
  position: absolute;
  display: block;
  background: #f9f9f9;
  color: #818181;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  border-radius: 17px;
  width: 34px;
  left: 10px;
  top: 14px;
  line-height: 34px;
  font-size: 16px;
  text-align: center
}

.stepy-titles .current-step {
  color: #067ead;
  cursor: auto
}

.stepy-titles .current-step .stepNb {
  background: #067ead;
  color: #fff
}

#simple_wizard-titles.stepy-titles {
  border-spacing: 10px 0;
  display: table;
  margin-left: -15px;
}

#simple_wizard-titles.stepy-titles label {
  display: table-cell;
  margin: 0 8px !important;
}

.current-step {
  box-shadow: 0 0 6px -2px #808080 inset, 0 0 11px -1px #ffffff;
}

.billing-select-inputs-lg {
  float: left;
  padding: 0 0 0 15px;
  width: 175px;
}

.billing-select-inputs-sm {
  float: left;
  padding-left: 15px;
  width: 88px;
}

.CreditCard1, .CreditCard2 {
  border: 1px solid #ccc;
  padding: 25px 15px 15px;
  margin: 15px -15px;
  background: none repeat scroll 0 0 #fcfcfc;
}

.CreditCard1:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fcfcfc;
  border-style: solid;
  border-width: 13px;
  content: "";
  left: calc(5% + 10px);
  position: absolute;
  top: -26px;
}

.CreditCard1:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #cccccc;
  border-style: solid;
  border-width: 13px;
  content: "";
  left: calc(5% + 10px);
  position: absolute;
  top: -27px;
}

.CreditCard2:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fcfcfc;
  border-style: solid;
  border-width: 13px;
  content: "";
  left: 52%;
  position: absolute;
  top: -26px;
}

.CreditCard2:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #cccccc;
  border-style: solid;
  border-width: 13px;
  content: "";
  left: 52%;
  position: absolute;
  top: -27px;
}

.rib_billing_payment {
  float: none;
}

.step .control-group + P {
  margin: 0;
  line-height: inherit;
  padding: 20px 0 0;
  overflow: hidden
}

.full-width {
  width: 100% !important;
}

.padding-l-5 {
  padding-left: 5px;
}

.padding-r-5 {
  padding-right: 5px;
}

#simple_wizard-titles .current-step .stepNb .fa-check {
  display: inline;
}

#simple_wizard-titles .stepNb .fa-check {
  display: none;
}

.rib_bill_invoice .invoice-header {
  background: none repeat scroll 0 0 #fcfcfc;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  color: #888888;
  padding: 25px;
}

.rib_bill_invoice .invoice-header .comp-info, .rib_bill_invoice .invoice-header .client-info {
  max-width: 50%;
}

.rib_bill_invoice .invoice-header .comp-info h5, .rib_bill_invoice .invoice-header .client-info h5 {
  margin: 5px 0;
}

.rib_bill_invoice .invoice-header .comp-info h5, .rib_bill_invoice .invoice-header .comp-info h3, .rib_bill_invoice .invoice-header .comp-info h2, .rib_bill_invoice .invoice-header .client-info h5, .rib_bill_invoice .invoice-header .client-info h3, .rib_bill_invoice .invoice-header .client-info h2 {
  text-shadow: 1px 1px #ffffff !important;
}

.rib_bill_invoice .zip-clock-table thead tr {
  border-top: 1px solid #e4e4e4;
}

.box-generic {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin: 0 0 15px;
  padding: 15px;
  position: relative;
}

.rib_bill_invoice .table-bill tr {
  /*  border-bottom: 1px solid #dddddd; */
  border-top: medium none !important;
}

.rib_bill_invoice .table-striped tbody > tr:nth-child(2n+1) > td, .rib_bill_invoice .table-striped tbody > tr:nth-child(2n+1) > th {
  background: #ffffff;
}

.invoice-table-header {
  background: none repeat scroll 0 0 #bfbfbf;
  color: rgb(76, 76, 76) !important;
  font-size: 15px;
  font-weight: bold;
  padding: 10px;
}

.unselectedRow-lastRow > tbody > tr {
  border: none !important;
}

#invoice .table thead:first-child tr {
  background: none repeat scroll 0 0 #bfbfbf;
}

#invoiceDetail .table th {
  /*color: rgba(0, 0, 0, 0.6) !important;*//*  font-size: 12px; */
  text-shadow: none !important;
  white-space: nowrap;
}

#invoiceDetail .zip-clock-table td, #invoiceDetail .zip-clock-table th {
  color: rgba(0, 0, 0, 0.6) !important;
  text-shadow: none !important;
  white-space: nowrap;
}

#manage-app .badge.alert-success {
  background-color: rgb(219, 246, 211);
  border-color: rgb(174, 212, 165);
  color: rgb(86, 151, 69);
}

#manage-app .badge.alert-danger {
  background-color: rgb(242, 222, 222);
  border-color: rgb(224, 177, 184);
  color: rgb(185, 74, 72);
}

#manage-app .panel-bg-black {
  background: #515255;;
}

#manage-app #Coupon_Code {
  background: none repeat scroll 0 0 #dff0d8;
}

#manage-app .free-trail {
  background: #515255;
  border-radius: 0 0 0 99px;
  color: #fff;
  float: right;
  font-size: 11px;
  font-weight: 600;
  height: 40px;
  line-height: 13px;
  margin-right: -5px;
  margin-top: -5px;
  padding-right: 5px;
  padding-top: 2px;
  text-align: right;
  text-shadow: none;
  white-space: normal;
  width: 45px;
}

.manage-zip-sch-pricing-table .title-row {
  margin: 5px 0 7px;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
}

.manage-zip-sch-pricing-table .price {
  background: #F9F9F9;
}

.manage-zip-sch-pricing-table .price .currency {
  top: -15px;
  font-size: 20px;
}

.manage-zip-sch-pricing-table .price .integer-part {
  font-size: 40px;
  text-shadow: 1px 1px #ffffff;
}

.manage-zip-sch-pricing-table .price .time {
  font-size: 11px;
}

.manage-zip-sch-pricing-table .price {
  position: relative;
}

.manage-zip-sch-pricing-table .price .currency {
  position: relative;
  color: #505050;
}

.manage-zip-sch-pricing-table .price .integer-part {
  display: inline;
  font-weight: bold;
  color: #457FB2;
  line-height: normal;
}

.manage-zip-sch-pricing-table .price .decimal-part {
  position: relative;
  top: -30px;
  font-weight: bold;
  color: #a0ce4e;
}

.manage-zip-sch-pricing-table .price .time {
  position: relative;
  font-style: italic;
  color: #888888;
  margin-left: -14px;
}

.manage-zip-sch-pricing-table .price .time.price-without-decimal {
  margin-left: 0;
}

.inline-block {
  display: inline-block !important;
  vertical-align: middle;
}

.width-80-px {
  width: 80px;
}

.margin-l-40-per {
  margin-left: 40%;
}

#manage-app .tooltip-inner {
  white-space: normal;
  background-color: #ebebeb;
  border: 1px solid #ccc;
  color: #5f5f5e;
}

#manage-app .tooltip.top .tooltip-arrow {
  border-top-color: #777 !important;
}

.actualPrice {
  font-size: 16px;
  top: -15px;
  position: relative;
  margin-right: 10px;
}

.actualPrice::after {
  background-color: #afaf0e;
  content: "";
  height: 2px;
  left: -20px;
  position: absolute;
  top: 6px;
  transform: rotate(-15deg);
  width: 100%;
}

.actualPrice .integer-part {
  font-size: 25px !important;
}
.billing-app-log{
  height: 40px; opacity: .45;
}
.billing-img{
  height: 35px; width: 225px
}


/*===============================================
  Breadcrumbs
================================================= */
#topbar {
  min-height: 35px;
  padding: 5px 15px;
  position: relative;
  width: 100%;
  z-index: 2;
}
#topbar.alt {
  padding: 5px 15px;
  position: relative;
}


#topbar.affix {
  z-index: 1027;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 300px;
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* match content margin to topbar height */
#topbar.affix + #main-content {
  padding-top: 51px;
}

#topbar.affix.alt + #main-content {
  padding-top: 71px;
}

/* fixed state - w/ minified sidebar */
body.sidebar-mini #topbar.affix {
  margin-left: 50px;
}

#topbar .topbar-right {
  float: right;
}

@media ( max-width: 900px) {
  /* fixed state - w/ minified sidebar */
  body.sidebar-mini #topbar.affix {
    width: auto;
    margin-left: 45px;
  }
}

/* Prevents Demo Bug - if navbar is fixed
 * and also hidden grant proper margin spacing */
#topbar.affix.hidden + #main-content {
  margin-top: 0;
}

/* Topbar/Breadcrumbs Area - Hidden */
body.hidden-breadcrumbs #topbar {
  display: none;
}

/* for preview only - no real use in development enviroment */
body.sidebar-collapsed #sidebar:before {
  width: 40px;
}

/* ==============================================
   Navbar
================================================= */
.navbar {
  /* z-index: 1030; */
  margin-bottom: 0;
  min-height: 50px;
  height: 50px;
  color: #666;
  background-color: #FFF;
  border-radius: 0;
  border: 0 none;
}

.navbar.navbar-shadow {
 /*  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08), 0px 2px 0px 0px
  rgba(0, 0, 0, 0.02);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08), 0px 2px 0px 0px
  rgba(0, 0, 0, 0.02); */
}
.navbar.navbar-inverse {
  background-color: #484d55;
  border-color: #080808;
}
.navbar .nav > li> a {
  color: #FFFFFF;
  font-weight: 400;
  text-transform: uppercase;
}

.navbar .nav>li.open>a, .navbar .nav>li:hover>a, .navbar .nav>li:focus>a,
.navbar .nav>li.active>a, .navbar .nav>li>a:hover, .navbar .nav>li>a:focus
{
  color: #FFFFFF;
  background-color: #465766 !important;
 
}
.navbar .nav>li.open>a.no-bg-hover, .navbar .nav>li:hover>a.no-bg-hover, .navbar .nav>li:focus>a.no-bg-hover,
.navbar .nav>li.active>a.no-bg-hover, .navbar .nav>li>a.no-bg-hover:hover, .navbar .nav>li>a.no-bg-hover:focus
{background-color: transparent !important;}



.navbar .nav > li.dropdown.open .dropdown-menu > a {
  font-weight: 600;
}



.navbar .nav .menu-divider {
  color: rgba(0, 0, 0, 0.15);
  font-size: 8px;
  padding: 25px 10px;
}

/* Dropdown Helper - Item Divider */
.navbar .dropdown-menu .menu-divider {
  color: rgba(0, 0, 0, 0.2);
  font-size: 8px;
  padding: 25px 10px;
}

/* Dropdown Helper - Header Item */
.navbar .dropdown-menu > li.dropdown-header {
  padding: 8px;
  background: #fafafa; /* Header Item - Title */
  /* Header Item - Label */
}

.navbar .dropdown-menu > li.dropdown-header .dropdown-title {
  color: #666;
  font-size: 13px;
  font-weight: 600;
  padding-left: 5px;
  line-height: 30px;
}

.navbar .dropdown-menu > li.dropdown-header .label {
  font-size: 75%;
  padding: .1em .6em .2em;
  float: right;
  height: 20px;
  line-height: 20px;
  margin-top: 5px;
  margin-right: 5px;
}

.navbar .nav-profile {
 /* background: #465766; */
  border-left: 1px solid #465766;
}

.navbar .nav-profile > a {
  padding: 8px 10px 7px !important;
  line-height: 1 !important;
}

/*==========================================================
  Navbar Misc Utility Styles
=========================================================== */
/* define height for panels with scrollers */
.scroller-navbar {
  max-height: 250px;
}

/* Negative margin helper to negate panel scroller padding */
.scroller-nm {
  margin: -12px;
}

/* Navbar Left Settings */
.navbar-left > li.dropdown.open:first-child .dropdown-menu:after, .navbar-left > li.dropdown:first-child > .open .dropdown-menu:after {
  left: 10px;
  right: auto;
}

/*==========================================================
  Navbar Dropdown Carets
=========================================================== */
.navbar .caret {
  position: relative;
  top: -1px;
  margin-left: 3px;
}

/* Alt Caret Style */
.navbar .caret.alt {
  width: 20px;
  height: 20px;
  text-align: center;
  color: inherit;
  margin: 0;
  border: 0;
}

.navbar li.dropdown .caret.alt:after {
  opacity: 0.75;
  font-size: 14px;
  display: inline-block;
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.navbar li.dropdown.open .caret.alt:after {
  opacity: 1;
}

/*==========================================================
  Navbar Advanced Dropdown - Button Dropdowns
=========================================================== */


.navbar .navbar-btn.btn-group > .btn + .dropdown-toggle {
  border-left: 0;
}

.navbar .navbar-btn > .btn > span.ad, .navbar .navbar-btn > .btn > span.fa, .navbar .navbar-btn > .btn > span.glyphicon, .navbar .navbar-btn > .btn > span.glyphicons {
  position: relative;
  top: -1px;
  font-size: 14px;
  vertical-align: middle;
}

.navbar .navbar-btn.btn-group > .btn {
  color: #888;
  border-color: rgba(0, 0, 0, 0.15);
  background-color: #f2f2f2;
  background-color: rgba(0, 0, 0, 0.045);
}

.navbar .navbar-btn.btn-group > .btn:hover {
  color: #333;
  border-color: rgba(0, 0, 0, 0.2);
}

.navbar .navbar-btn.btn-group.open > .btn, .navbar .navbar-btn.btn-group > .btn.active {
  color: #222;
}

.navbar .navbar-btn .badge {
  position: absolute;
  top: -7px;
  right: -5px;
  padding: 3px 6px;
  opacity: 0.95;
}

/* Modify buttons dropdown menus */
.navbar .nav > li.dropdown > .open .dropdown-menu {
  color: #222;
  padding: 0;
  margin-top: 25px;
  border-radius: 2px;
  border-top: 3px solid transparent;
}

.navbar .nav > li.dropdown > .open .dropdown-menu:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  right: 11px;
  bottom: 100%;
  border-width: 0 10px 10px;
  border-bottom-color: #4a89dc;
}

/* Modify buttons inside contextuals navbars (bg-primary, etc) */
.navbar[class*='bg-'] .navbar-btn.btn-group > .btn {
  color: #BBB;
  color: rgba(255, 255, 255, 0.8);
  border-color: transparent;
  background-color: #f2f2f2;
  background-color: rgba(255, 255, 255, 0.2);
}

.navbar[class*='bg-'] .navbar-btn.btn-group > .btn:hover {
  color: #fff;
  color: #ffffff;
}

.navbar[class*='bg-'] .navbar-btn.btn-group.open > .btn, .navbar[class*='bg-'] .navbar-btn.btn-group > .btn.active {
  color: #FFF;
  color: #ffffff;
}

/*==========================================================
  Navbar Dropdown Menu Helpers
=========================================================== */
/* Both the Menu Merge & the Disable Arrow Settings
 * do not use the top margin for dropdowns */

.navbar .nav > li.dropdown.menu-merge > .navbar-btn.open .dropdown-menu, .navbar .nav > li.dropdown.disable-arrow > .navbar-btn.open .dropdown-menu {
  margin-top: 15px;
}

.navbar .nav > li.dropdown.menu-merge.open .dropdown-menu, .navbar .nav > li.dropdown.disable-arrow.open .dropdown-menu {
  margin-top: 1px;
}

/* Modify for style when in contextual navbars (bg-primary, etc) */
.navbar[class*='bg-'] .nav > li.dropdown.menu-merge.open .dropdown-menu, .navbar[class*='bg-'] .nav > li.dropdown.menu-merge > .navbar-btn.open .dropdown-menu {
  border-top: 0;
}

.navbar[class*='bg-'] .nav > li.dropdown.menu-merge.open .dropdown-menu:after, .navbar[class*='bg-'] .nav > li.dropdown.menu-merge > .navbar-btn.open .dropdown-menu:after {
  border-bottom-color: #fafafa;
}

/* Disable Arrow Setting */
.navbar .nav > li.dropdown.disable-arrow.open .dropdown-menu:after, .navbar .nav > li.dropdown.disable-arrow > .navbar-btn.open .dropdown-menu:after {
  display: none;
}

/* Modify for style when in contextual navbars (bg-primary, etc) */
.navbar[class*='bg-'] .nav > li.dropdown.disable-arrow.open .dropdown-menu, .navbar[class*='bg-'] .nav > li.dropdown.disable-arrow > .navbar-btn.open .dropdown-menu {
  border-top: 0;
}

/*==========================================================
  Navbar Advanced Dropdown - Media Lists
=========================================================== */
.navbar .media-list > li.media {
  margin: 0;
  padding: 10px; /* Media Item - Top Border */
  /* Media Item - Image */
  /* Media Item - Heading, small */
}

.navbar .media-list > li.media + li.media {
  border-top: 1px solid #EEE;
}

.navbar .media-list > li.media > a {
  padding: 0;
  padding-right: 10px;
  display: table-cell;
}

.navbar .media-list > li.media .media-heading small {
  color: #AAA;
}

/*==========================================================
  Navbar Advanced Dropdown - List Group
=========================================================== */
/* .navbar .nav .list-group  li.list-group-item {padding: 0; List-Group Link
  List-Group Label
  List-Group Icon}
.navbar .nav .list-group  li.list-group-item > a {padding: 12px;}
.navbar .nav .list-group  li.list-group-item > a .label {font-size: 75%; padding: .1em .65em .2em; float: right; height: 20px; line-height: 20px;}
.navbar .nav .list-group  li.list-group-item > a .fa, .navbar .nav .list-group  li.list-group-item > a .glyphicon, .navbar .nav .list-group  li.list-group-item > a .glyphicons {padding-right: 5px;}
Dropdown Header - Remove top border
.navbar .list-group  li.dropdown-header + li.list-group-item {border-top: 0;}
Dropdown Footer
.navbar .dropdown-menu > li.dropdown-footer a {text-align: center; padding: 8px 10px 9px; border-top: 1px solid #e5e5e5; background-color: #fafafa; -webkit-transition: background-color 0.4s ease; transition: background-color 0.4s ease;}
.navbar .dropdown-menu > li.dropdown-footer a:hover {background-color: #FFFEF0;}
*/
/*==========================================================
  Navbar Advanced Dropdown - Panels
=========================================================== */
/* Panel menu - modify spacing and remove top border */

.navbar .panel {
  border: 0px solid;
}

.navbar .panel-title {
  padding-left: 6px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.navbar .panel-title>.fa, .navbar .panel-title>.glyphicon, .navbar .panel-title>.glyphicons,
.navbar .panel-title>.imoon {
  top: 2px;
  min-width: 22px;
  color: inherit;
  font-size: 14px;
}

.navbar .panel-title > a {
  color: inherit;
}

.navbar .panel-footer {
  padding: 10px 15px;
  background-color: #fafafa;
  border: 1px solid #e2e2e2;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.navbar .panel-menu {
  background-color: #fafafa;
  border: 1px solid #e2e2e2;
  padding: 12px;
}

.navbar .nav > li.dropdown {
  /* Panel Heading - remove top border */
  /* Panel menu - modify spacing and remove top border */
}

.navbar .nav > li.dropdown .panel-heading {
  border-top: 0;
}

.navbar .nav > li.dropdown .panel-menu {
  color: #666;
  padding: 9px 12px 10px;
  border-top: 0;
}

.navbar .panel-footer {
  background-color: #fafafa;
  border: 1px solid #e2e2e2;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 10px 15px;
}

/*==========================================================
  Navbar Branding - Logo/Text
=========================================================== */
.navbar-branding {
  position: relative;
  overflow: hidden;
  float: left;
  width: 300px;
  height: 50px;
  margin-right: 0px;
  background-color: transparent; /* Logo */
}
.es .navbar-branding{width: 330px;}
.fr .navbar-branding{width: 330px;}
.zh .navbar-branding{width: 330px;}
.navbar-branding.dark .navbar-brand {
  background-color: #3A4650;
}

.navbar-branding .navbar-brand {
  color: #666;
  height: 48px;
  line-height: 58px;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.navbar-branding .navbar-brand b {
  font-weight: bold;
}

.navbar-branding .ad-lines a {
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 20px;
  padding: 15px 5px 13px 10px;
}

.navbar-branding .ad-lines a:hover {
  color: #FFFFFF;
  background-color: #3b4354;
}

.navbar-branding {
  position: relative;
}

.navbar-branding:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background-color: #3A4650;*/
  transition: all 0.4s linear 0s;
  z-index: -1;
}

.sidebar-mini .navbar-branding:before {
  width: 50px;
}

.sidebar-mini .navbar-branding .ad-lines a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar-mini .navbar-branding .ad-lines a:hover {
  color: #FFFFFF;
  background-color: #465766;
}

.navbar-branding .ad-lines a .fav-icon {
  margin-right: 5px;
  margin-top: -5px;
}

.navbar-branding .ad-lines .icon-inactive {
  display: none;
}

.sidebar-mini .navbar-branding .ad-lines .icon-active {
  display: none;
}

.sidebar-mini .navbar-branding .ad-lines .icon-inactive {
  display: block;
}

/*==========================================================
  Navbar Toggle Buttons - Collapses Sidebars
=========================================================== */
#toggle_sidemenu_l, #toggle_sidemenu_t {
  color: #666;
  cursor: default;
  line-height: 48px;
  max-height: 60px;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#toggle_sidemenu_t {
  display: none;
  width: 31px;
  height: 60px;
  line-height: 58px;
  margin-left: 10px;
  background-color: rgba(0, 0, 0, 0.06);
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

#toggle_sidemenu_t:hover {
  background-color: rgba(0, 0, 0, 0.09);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

#toggle_sidemenu_t .fa-caret-up {
  position: relative;
  font-size: 13px;
  border: 1px solid;
  border-top: 3px solid;
  padding: 0px 3px 1px 3px;
  margin-bottom: 2px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

body.sb-top #toggle_sidemenu_t {
  display: block;
}

/*==========================================================
  Navbar Left/Right Containers
=========================================================== */
/* Navbar Left */
.navbar-nav.navbar-left {
  float: left;
  position: relative;
  max-height: 50px;
}

.navbar-nav.navbar-left > li > a {
  line-height: 49px;
  padding: 0 15px;
}

/* Navbar Right */
.navbar-nav.navbar-right, .navbar-nav.navbar-right:last-child {
  float: right;
  padding: 0 15px 0 0;
}
.navbar-nav.navbar-right > li > a {
  line-height: 50px;
  padding: 0 9px;
}

/*==========================================================
  Navbar Forms - Specifically Search Form
=========================================================== */
.navbar-form {
  margin-top: 17px;
  margin-bottom: 17px;
}

.navbar-form.navbar-search input {
  height: 26px;
  padding: 0 12px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  box-shadow: none;
  border-radius: 20px;
  border-color: #EEE;
}

.navbar-form.navbar-search input:focus {
  background-color: #f8f8f8;
  border-color: #f0f0f0;
}

.navbar-form.navbar-search.square input {
  height: 30px;
  border-radius: 3px;
  margin-top: -2px;
  margin-bottom: -2px;
}

/*==========================================================
  Navbar UserMenu Dropdown (last dropdown item)
=========================================================== */
.navbar .dropdown.open .btn-group.open .multiselect-container.dropdown-menu {
  margin-top: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar .dropdown.open .btn-group.open .multiselect-container.dropdown-menu:after {
  display: none;
}

#user-role + .btn-group > button.multiselect {
  overflow: hidden;
  text-overflow: ellipsis;
}

#user-status + .btn-group .multiselect-container.dropdown-menu {
  right: auto !important;
  left: 0 !important;
}

#user-status + .btn-group .multiselect-container.dropdown-menu, #user-role + .btn-group .multiselect-container.dropdown-menu {
  top: 0 !important;
  position: relative !important;
  margin-top: 9px;
  margin-bottom: 3px;
  width: 212px;
}

#user-status + .btn-group .multiselect-container.dropdown-menu > li:first-child, #user-role + .btn-group .multiselect-container.dropdown-menu > li:first-child, #user-status + .btn-group .multiselect-container.dropdown-menu > li:first-child label, #user-role + .btn-group .multiselect-container.dropdown-menu > li:first-child label {
  cursor: pointer;
  position: relative;
}

#user-status + .btn-group .multiselect-container.dropdown-menu > li:first-child:after, #user-role + .btn-group .multiselect-container.dropdown-menu > li:first-child:after {
  content: "\f00d";
  font-family: "FontAwesome";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 6px;
  right: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #AAA;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}

#user-status + .btn-group .multiselect-container.dropdown-menu > li:first-child:hover:after, #user-role + .btn-group .multiselect-container.dropdown-menu > li:first-child:hover:after {
  color: #3498db;
}

/*==========================================================
  Navbar Dropdown Menu Color Settings
=========================================================== */





.navbar .nav > li .dropdown-toggle + .dropdown-menu > .active > a,
.navbar .nav > li .dropdown-toggle + .dropdown-menu > .active >
a:hover, .navbar .nav > li .dropdown-toggle + .dropdown-menu > .active > a:focus {
  color: #ffffff;
  background-color: #3498db;
}

/*==========================================================
  Navbar Contextual/Skin Settings
  - Skins applied by adding a bg class to ".navbar"
  - For example: <div class="navbar bg-primary">
=========================================================== */
.navbar.bg-dark {
  background-color: #1d212a;
}

.navbar.bg-dark .nav > li.open > a, .navbar.bg-dark .nav > li:hover > a, .navbar.bg-dark .nav > li:focus > a, .navbar.bg-dark .nav > li.active > a, .navbar.bg-dark .nav > li > a:hover, .navbar.bg-dark .nav > li > a:focus {
  color: #FFF;
  background-color: #2e313d;
}

.navbar.bg-dark .nav > li.dropdown.open .dropdown-menu, .navbar.bg-dark .nav > li.dropdown .open .dropdown-menu {
  border-top-color: #3b3f4f;
}

.navbar.bg-dark .nav > li.dropdown.open .dropdown-menu:after, .navbar.bg-dark .nav > li.dropdown .open .dropdown-menu:after {
  border-bottom-color: #3b3f4f;
}

.navbar.bg-dark .nav > li.dropdown.open .dropdown-menu:after, .navbar.bg-dark .nav > li.dropdown .open .dropdown-menu:after {
  border-bottom-color: #3b3f4f;
}

.navbar.bg-dark .nav > li .dropdown-toggle + .dropdown-menu > .active > a, .navbar.bg-dark .nav > li .dropdown-toggle + .dropdown-menu > .active > a:hover, .navbar.bg-dark .nav > li .dropdown-toggle + .dropdown-menu > .active > a:focus {
  color: #FFF;
  background-color: #3b3f4f;
}

.active-new{
  color: #FFF;
  background-color: red;
}

/* If Navbar has a contextual class we need to modify
 * several elements so there are not color conflictions
 */
.navbar[class*='bg-'] {
  border-bottom-color: transparent;
  box-shadow: none; /* Disable navbar shadow option for navbar bgs */
}

.navbar[class*='bg-'] .navbar-brand {
  color: #fff;
}

.navbar[class*='bg-'] .nav > li > a {
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}

.navbar[class*='bg-'] .nav > li.open > a {
  color: #fff;
  color: #ffffff;
}

.navbar[class*='bg-'] .caret.caret-tp {
  border-top-color: rgba(255, 255, 255, 0.3);
}

.navbar[class*='bg-'] #toggle_sidemenu_l, .navbar[class*='bg-'] #toggle_sidemenu_l:hover, .navbar[class*='bg-'] #toggle_sidemenu_l:focus {
  color: #FFF;
}

.navbar[class*='bg-'] #toggle_sidemenu_t {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.navbar[class*='bg-'] #toggle_sidemenu_t:hover, .navbar[class*='bg-'] #toggle_sidemenu_t:focus {
  color: #ffffff;
}

.navbar[class*='bg-'] .navbar-search input, .navbar[class*='bg-'] .navbar-search input:focus {
  border-color: transparent;
}

.navbar[class*='bg-'] .navbar-search.alt input {
  color: #BBB;
  color: rgba(255, 255, 255, 0.8);
  background-color: #BBB;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}

.navbar[class*='bg-'] .navbar-search.alt input:focus {
  border-color: transparent;
}

.navbar[class*='bg-'].navbar-shadow {
  border-bottom: 1px solid transparent;
  box-shadow: none;
}

.navbar .nav .open > a, .navbar .nav .open > a:hover, .navbar .nav .open > a:focus {
  background-color: transparent;
}

/*==========================================================
  Navbar Bug Fixes - Added via Update v1.2.
=========================================================== */
/* Modify whitespace for user menu dropdown - Firefox alignment bug fix */
.navbar .navbar-right > li:last-child > .dropdown-menu > li > a {
  white-space: inherit;
}

/*==========================================================
  Navbar Responsive Settings - Added via Update v1.2.
=========================================================== */
@media ( max-width: 900px) {
  .navbar .navbar-right:last-child {
    margin-right: 5px;
  }

  .navbar .navbar-right > li:last-child > a > img {
    margin-right: 5px !important;
  }

  .navbar .navbar-right > li:last-child > a > span {
    display: none;
  }

  .navbar .navbar-right > li:last-child > a > span.caret {
    display: inline-block;
  }

  .navbar-form.navbar-search {
    padding: 18px 8px;
    font-size: 16px;
    margin: 0;
    cursor: pointer;
    width: auto;
    float: left;
  }

  .navbar-form.navbar-search .form-group {
    margin: 0 !important;
  }

  .navbar-form.navbar-search:after {
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    position: relative;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-rendering: auto;
    transform: translate(0, 0);
  }

  .navbar-form.navbar-search input {
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 60px;
    margin: 0;
    font-size: 24px;
    color: #AAA;
    border-radius: 0;
    border: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .navbar-form.navbar-search.square input {
    height: 62px;
  }

  .navbar-form.navbar-search input:focus, .navbar.bg-light .navbar-form.navbar-search input:focus {
    background-color: #FFF;
  }

  .navbar-form.navbar-search.search-open input {
    z-index: 1040;
    opacity: 1 !important;
    visibility: visible;
    top: 0;
    color: #666 !important;
    border-bottom: 0;
    background-color: #FFF !important;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08), 0px 2px 0px 0px rgba(0, 0, 0, 0.02) !important;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08), 0px 2px 0px 0px rgba(0, 0, 0, 0.02) !important;
  }

  .navbar-form.navbar-search.search-open input:focus {
    border-bottom-color: #DDD;
  }

  .navbar-form.navbar-search .search-remove {
    display: none;
    z-index: 1040;
    position: absolute;
    color: #AAA;
    top: 0;
    right: 0;
    height: 60px;
    line-height: 59px;
    padding-left: 15px;
    padding-right: 25px;
  }

  .navbar-form.navbar-search .search-remove:after {
    position: relative;
    content: "\e014";
    font-family: 'Glyphicons Halflings';
    text-align: center;
    font-size: 20px;
  }

  .navbar-form.navbar-search.search-open .search-remove:hover {
    color: #e67d6c;
  }
}

/* Force Navbar Dropdowns to float and
 * to occupy 100% width at low resolutions
 */
@media ( max-width: 730px) {
  .sidebar-mini .navbar > .navbar-right, .navbar .navbar-nav > li.dropdown, .navbar .navbar-nav > li.dropdown .navbar-btn {
    position: static !important;
  }

  .navbar .navbar-right:last-child {
    margin-right: 0;
  }

  .navbar .nav > li.dropdown.open .dropdown-menu:after, .navbar .nav > li.dropdown > .open .dropdown-menu:after {
    display: none;
  }

  .navbar-left .dropdown-menu, .navbar-right .dropdown-menu, .navbar-left .open .dropdown-menu, .navbar-right .open .dropdown-menu {
    z-index: 1000;
    margin-top: 0 !important;
    float: left;
    position: absolute;
    top: 100%;
    left: -1px;
    min-width: 101%;
    list-style: none;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }

  #user-status + .btn-group .multiselect-container.dropdown-menu, #user-role + .btn-group .multiselect-container.dropdown-menu {
    top: 34px !important;
    position: absolute !important;
    right: 0;
    left: auto;
  }
}

.navbar-btn {
  margin-top: 15px;
  margin-bottom: 15px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15.5px;
  margin-bottom: 15.5px;
}

@media ( min-width: 480px) {
  .navbar-text {
    float: left;
    margin-left: 11px;
    margin-right: 11px;
  }

  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.header-clock-btn {
  font-size: 15px;
  font-weight: 300;
}

.header-clock-btn:hover {
  background: transparent !important;
}

.header-clock-btn .time-meridian {
  font-size: 11px;
  text-transform: uppercase;
  top: -0.8em;
  font-weight: 300;
}
.header-clock-btn .clock-time-hour{font-weight: 300;}

.button.open .header-clock-btn {
  background: transparent !important;
}

.fs14 {
  font-size: 14px !important;
}

.va-m {
  vertical-align: middle !important;
}

.width-350 {
  width: 350px !important;
}

.fw600 {
  font-weight: 600 !important;
}

/*==================================================
  Media Groups
==================================================== */
/* .media {color: #999999; font-weight: 600; margin-top: 15px;}
.media:first-child {margin-top: 0;}
.media-right, .media>.pull-right {padding-left: 10px;}
.media-left, .media>.pull-left {padding-right: 10px;}
.media-left, .media-right, .media-body {display: table-cell; vertical-align: top;}
.media-middle {vertical-align: middle;}
.media-bottom {vertical-align: bottom;}
.media-heading {color: #555555; margin-top: 0; margin-bottom: 5px;}
.media-list {padding-left: 0; list-style: none;}
*/

.dropdown-user {
  right: 0;
  left: auto;
  padding: 0px;
  font-size: 15px;
}

.dropdown-user .navbar-content {
  width: 300px;
  padding: 15px;
  padding-bottom: 0px;
}

.dropdown-user .navbar-content:before, .dropdown-user .navbar-content:after {
  display: table;
  content: "";
  line-height: 0;
}

.dropdown-user .navbar-footer {
  background:linear-gradient(#fff, #d4d4d4);
  border-radius: 0 0 4px 4px;
  border-top:1px #dddddd solid;
}
.dropdown-user .navbar-footer:hover{
  background:linear-gradient(#d4d4d4, #fff);
}

.dropdown-user .navbar-footer-content {
  padding: 5px 15px;
}

.dropdown-user li a.btn-default:hover {
  background-color: #FFF;
  border-color: #CCC;
}

#content_wrapper {
  padding-top: 50px;
}

#topbar:before, #topbar:after {
  content: " ";
  display: table;
}

#topbar:after {
  clear: both;
}
#toggle_help_panel .fa {
  color: #aaa;
  font-size: 16px;
  margin-top: 4px;
}
/*==================================================
  Breadcrumbs
==================================================== */
/* Topbar Breadcrumbs */
.breadcrumb {
  float: left;
  position: relative;
  padding: 1px 25px 0 0;
  margin-bottom: 0;
  font-size: 13px;
  border-radius: 0;
  background-color: transparent;
}

.breadcrumb > li {
  color: #888;
}

.breadcrumb > li.crumb-active > a {
  color: #555;
  font-size: 15px;
}

.headermenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.headermenu .dropdown-toggle:hover, .headermenu .dropdown-toggle:focus, .headermenu .dropdown-toggle:active, .headermenu .dropdown-toggle.active, .headermenu .open .dropdown-toggle.dropdown-toggle {
  background-color: #2c323f;
}

.headermenu > li {
  display: inline-block;
  float: left;
  position: relative;
}

.headermenu > li .btn {
  border-radius: 0;
  background-color: transparent;
  color: #778395;
  height: 64px;
  border: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.headermenu > li .btn:hover, .headermenu > li .btn:focus {
  color: #9fa8bc;
}

.headermenu > li .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.headermenu > li .alert-notice .fa {
  position: relative;
}

.headermenu > li .alert-notice .fa:after {
  position: absolute;
  content: '';
  top: -2px;
  right: -2px;
  width: 10px;
  height: 10px;
  background-color: #ff564e;
  border-radius: 50px;
  opacity: .75;
}

.headermenu > li > .btn-group {
  margin-bottom: 0;
}

.headermenu > li > .btn-group > .btn-notice {
  font-size: 21px;
}

.headermenu > li > .btn-group > .btn-notice + .dropdown-menu {
  min-width: 350px;
}

@media ( max-width: 480px) {
  .headermenu > li > .btn-group > .btn-notice + .dropdown-menu {
    min-width: 0;
    position: fixed;
    top: 64px;
    right: 0;
    left: 0;
    bottom: 0;
    border: 0;
    overflow: auto;
  }

  .headermenu > li > .btn-group > .btn-notice + .dropdown-menu:after {
    display: none;
  }
}

.headermenu > li > .btn-group > .btn-logged {
  padding: 5px 12px 3px;
  border: 0;
}

.headermenu > li > .btn-group > .btn-logged img {
  vertical-align: middle;
  margin-right: 5px;
  width: 20px;
  border-radius: 50px;
}

.headermenu > li > .btn-group > .btn-logged .caret {
  margin-left: 5px;
  margin-top: -2px;
}

.headermenu > li > .btn-group > .btn-logged + .dropdown-menu {
  min-width: 180px;
}

.headermenu > li > .btn-group > .btn-logged + .dropdown-menu > li > a {
  padding: 8px 10px;
  color: #505b72;
}

.headermenu > li > .btn-group > .btn-logged + .dropdown-menu > li > a:hover, .headermenu > li > .btn-group > .btn-logged + .dropdown-menu > li > a:focus {
  background-color: #262b36;
  color: #9fa8bc;
}

.headermenu > li > .btn-group > .btn-logged + .dropdown-menu > li > a > i {
  width: 16px;
  margin-right: 5px;
}

.headermenu > li .btn-chat {
  font-size: 21px;
}

.headermenu .dropdown-menu {
  /*   border-color: rgba(38, 43, 54, 0.1); border-top: 0; margin-top: 0; */
  margin-right: -8px;
  /*   padding: 5px; background-color: #fff; border-top-right-radius: 0; border-top-left-radius: 0; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; -webkit-box-shadow: none; box-shadow: none; */
}

.headermenu .dropdown-menu .title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  margin: 0 0 5px;
  padding: 10px;
  letter-spacing: .5px;
}

.headermenu .dropdown-menu > li > a {
  font-size: 12px;
  border-radius: 2px;
}

.headermenu .dropdown-menu .list-group {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -5px;
}

.headermenu .dropdown-menu .list-group .list-group-item {
  border-left: 0;
  border-right: 0;
}

.headermenu .dropdown-menu .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.headermenu .dropdown-menu .list-group .list-group-item:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom: 0;
}

.headermenu .dm-notice {
  padding: 5px 20px 10px;
  marign-top: 13px !important;
}

@media ( max-width: 480px) {
  .headermenu .dm-notice {
    padding: 0;
    margin-right: 0;
  }
}

.headermenu .dm-notice .nav-tabs {
  background-color: transparent;
}

.headermenu .dm-notice .nav-tabs > li > a {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .5px;
  border-radius: 0;
  border-width: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbdfe6;
  color: #3b4354;
  cursor: pointer;
}

@media ( max-width: 480px) {
  .headermenu .dm-notice .nav-tabs > li > a {
    font-size: 12px;
  }
}

.headermenu .dm-notice .nav-tabs > li > a:hover, .headermenu .dm-notice .nav-tabs > li > a:focus {
  background-color: transparent;
  color: #262b36;
}

.headermenu .dm-notice .nav-tabs > li.active > a, .headermenu .dm-notice .nav-tabs > li.active > a:hover, .headermenu .dm-notice .nav-tabs > li.active > a:focus {
  color: #259dab;
  border: 0;
  border-bottom: 1px solid #259dab;
  background-color: transparent;
}

@media ( max-width: 767px) {
  .headermenu .dm-notice .nav-tabs {
    display: table;
  }

  .headermenu .dm-notice .nav-tabs > li {
    display: table-cell;
  }

  .headermenu .dm-notice .nav-tabs > li > a {
    margin: 0;
  }
  .hub-app-login #ssoLogin.center-page {display: block; position: relative;}
  .hub-app-login #ssoLogin.center-page .center-page-inner{display: block;}
}

.headermenu .dm-notice .tab-pane {
  padding: 15px 0 10px;
}

@media ( max-width: 480px) {
  .headermenu .dm-notice .tab-pane {
    padding: 10px;
  }
}

.headermenu .dm-notice .tab-pane .panel-title {
  background-color: #e9edf4;
  border-radius: 2px;
  color: #768197;
  font-size: 15px;
  letter-spacing: 0.5px;
  margin: 10px 0 15px;
  padding: 10px 0;
  text-align: center;
}

.headermenu .dm-notice .tab-pane .btn-more {
  text-align: center;
  display: block;
  background-color: #259dab;
  color: #fff;
  padding: 6px 0;
  border-radius: 2px;
  letter-spacing: .5px;
  margin-top: 10px;
}

.headermenu .dm-notice .tab-pane .btn-more:hover, .headermenu .dm-notice .tab-pane .btn-more:focus {
  background-color: #2395a3;
}

.headermenu .dm-notice .tab-pane .btn-more > i {
  font-size: 14px;
  line-height: 0;
  margin-left: 3px;
  vertical-align: middle;
}

.headermenu .dm-notice .list-group {
  margin: 5px 0;
}

.headermenu .dm-notice .list-group .list-group-item {
  padding-left: 0;
  padding-right: 0;
  border-color: #dbdfe6;
}

.headermenu .dm-notice .list-group .list-group-item h4, .headermenu .dm-notice .list-group .list-group-item p {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.headermenu .dm-notice .list-group .list-group-item h4 {
  color: #262b36;
  font-size: 14px;
}

.headermenu .dm-notice .list-group .list-group-item p {
  font-size: 11px;
  letter-spacing: .5px;
  color: #818da7;
}

.headermenu .dm-notice .list-group .list-group-item h5 {
  margin: 0;
  font-weight: 700;
  font-size: 12px;
}

.headermenu .dm-notice .list-group .list-group-item small {
  font-size: 11px;
  display: block;
  margin: 2px 0 0;
}

.headermenu .dm-notice .list-group .list-group-item:first-child {
  border-top: 0;
}

.headermenu .dm-notice .list-group .list-group-item:last-child {
  padding-bottom: 0;
}

.headermenu .dm-notice .notice-list {
  margin: 0 0 15px;
}

.headermenu .dm-notice .notice-list .list-group-item h5 > a {
  color: #464f63;
  font-weight: 700;
  font-size: 12px;
}

.headermenu .dm-notice .notice-list .list-group-item h5 > a:hover, .headermenu .dm-notice .notice-list .list-group-item h5 > a:focus {
  color: #262b36;
}

.headermenu .dm-notice .notice-list .list-group-item h5 + small {
  color: #aeb6c6;
  display: block;
}

.headermenu .dm-notice .notice-list .list-group-item span {
  display: block;
}

.headermenu .dm-notice .notice-list .list-group-item .fa {
  color: #818da7;
  border: 1px solid #818da7;
  padding: 9px;
  vertical-align: middle;
  font-size: 14px;
  width: 34px;
  height: 34px;
  border-radius: 100px;
  text-align: center;
  opacity: .75;
}

.headermenu .dm-notice .notice-list .list-group-item:first-child {
  padding-top: 0;
}

.headermenu .dm-notice .notice-list .list-group-item:last-child {
  padding-bottom: 0;
}

.headermenu .dm-notice .notice-list .list-group-item.unread .fa {
  color: #259dab;
  border-color: #259dab;
}

.headermenu .dm-notice .notice-list .list-group-item.unread h5 > a {
  color: #259dab;
}

.headermenu .dm-notice .notice-list .list-group-item.unread h5 > a:hover, .headermenu .dm-notice .notice-list .list-group-item.unread h5 > a:focus {
  color: #505b72;
}

.today-day {
  color: #3b4354;
  font-weight: 400;
  margin: 0;
  line-height: 35px;
}

.today-date {
  color: #5b6781;
  font-weight: 500;
  margin-top: 8px;
}

.today-weather {
  color: #262b36;
  font-weight: bold;
  margin: 20px 0 5px;
  text-transform: uppercase;
}

.today-weather + p {
  font-size: 12px;
}

.curent-weather {
  color: #919191;
  font-size: 16px;
  padding: 10px 0 15px;
}

.header-clock-title {
  color: #1BBC9B;
  font-size: 25px;
}

.weather-icon-shadow {
  color: #bababa;
  font-size: 70px;
  text-shadow: -5px 6px 5px rgba(0, 0, 0, 0.3);
}

/** add weather css **/
.iconWeather, .weatherInfo, .weatherDateInfo {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.iconWeather i {
  color: #54A2F2;
  font-size: 54px;
}

.weatherInfo, .weatherDateInfo {
  color: #666;
}

.weatherInfo .h4, .weatherDateInfo .h4 {
  font-size: 30px;
}

.weatherInfo {
  color: #666;
  width: 145px;
}

.weatherDayWise {
  padding: 2px 15px;
  margin-top: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 8px;
  border-radius: 4px;
}

.weatherDateInfo .today-day {
  padding-top: 9px;
}

.weatherDateInfo .today-date {
  margin-top: 4px;
}

.dayWeatherDetail {
  line-height: 16px;
}

.clock-day-date .navbar-weather {
  font-size: 20px
}

.widget-container {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.weather .padded .row > div.today i {
  display: inline-block;
  margin: 0 10px 0 6px;
  vertical-align: middle;
}

#time-weather .weather-group {
  border-radius: 5px;
  background: #5bc0de;
}

#time-weather .weather-group .weather-div {
  border-left: 1px solid #4492e2;
  border-right: 1px solid #4bb0ce;
  height: 114px;
  padding: 6px;
  text-align: center;
  color: #FFF;
  background: #54A2F2;
}

#time-weather .weather-group .weather-div i {
  font-size: 25px;
  margin-top: 5px;
}

#time-weather .weather-group .weather-div:first-child {
  border-left: 0;
  border-radius: 5px 0 0 5px;
}

#time-weather .weather-group .weather-div:last-child {
  border-right: 0;
  border-radius: 0 5px 5px 0;
}

#time-weather .weather-group .weather-div .hidden-md:last-child {
  border-right: medium none;
}

.header-clock-btn:hover {
  background: transparent !important;
}

.header-clock-btn .time-meridian {
  font-size: 11px;
  text-transform: uppercase;
  top: -0.8em;
  font-weight: 300;
}

.button.open .header-clock-btn {
  background: transparent !important;
}

.widget-container .widget-content {
  width: 100%;
}

.weather .padded .row > div.today p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px !important;
}

.navbar-nav.navbar-right .navbar-btn {
  margin-bottom: 10px;
  margin-top: 10px;
}

.header-alert-message-animate-btn {
  overflow: hidden;
  position: relative;
  margin-right: 15px;
  width: 214px;
}

.header-alert-message-animate-btn .btn-danger {
  padding: 12px 15px 11px;
  border-radius: 0;
}

.header-alert-message-animate-btn .btn-success {
  margin: 0;
  position: absolute;
  right: -2px;
  top: 0;
  transition: 0.35s;
  padding: 12px 0 11px;
  width: 0;
  height: 50px;
  border: 0;
  border-radius: 0;
}

.header-alert-message-animate-btn:hover .btn-success {
  width: 100%;
  right: 0;
}

.header-alert-message-animate-btn:hover a.btn-success {
  width: 100%;
}

.header-alert-message-animate-btn a.btn-danger {
  top: 0px;
  min-height: 50px;
  margin: 0px;
  line-height: 50px;
}

/*------------------------------------------------------------------------------------------------------------------ */
/*------------------------------------------------------------------------------------------------------------------ */
/*------------------------------------------------------------------------------------------------------------------ */
/*------------------------------------------------------------------------------------------------------------------ */
.img-avatar.img-avatar32 {
  width: 32px;
  height: 32px
}

.bg-gray-lighter {
  background-color: #f9f9f9
}

a.bg-gray-lighter:hover, a.bg-gray-lighter:focus {
  background-color: #e0e0e0
}

#side-overlay {
  position: fixed;
  top: 0;
  right: -392px;
  bottom: 0;
  z-index: 1031;
  overflow-y: hidden;
  opacity: 0;
  z-index: 2000; /* 	-webkit-overflow-scrolling: touch; -webkit-transition: all .28s ease-out; transition: all .28s ease-out; -webkit-backface-visibility: hidden; */
  backface-visibility: hidden;
}

#side-overlay-scroll {
  overflow: auto;
}

@media screen and (min-width: 992px) {
  .side-scroll #side-overlay {
    overflow-y: hidden
  }
}

@media screen and (max-width: 991px) {
  #side-overlay {
    width: 350px;
    opacity: 0
  }
}

@media screen and (min-width: 992px) {
  #side-overlay {
    width: 392px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
  }
}

#side-overlay {
  background-color: #fff
}

.side-header {
  margin: 0 auto;
  background-color: #FAFAFA;
}

.side-header:before, .side-header:after {
  content: " ";
  display: table
}

.side-header:after {
  clear: both
}

.side-header.side-content {
  overflow: visible
}

.side-header > span, .side-header > a {
  display: inline-block;
  line-height: 34px
}

.side-header img {
  display: inline-block;
  margin-top: -2px
}

.side-header .nav {
  margin-top: 10px;
}

.side-header .nav li:first-child {
  margin-left: 15px;
}

.side-content {
  margin: 0 auto;
  padding: 13px 20px 10px;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  border-bottom:1px solid #f2f2f2;
}

.side-content p, .side-content .push, .side-content .block, .side-content .items-push > div {
  margin-bottom: 10px
}

.side-content .items-push-2x > div {
  margin-bottom: 26px
}

.side-content .items-push-3x > div {
  margin-bottom: 39px
}

.side-content.side-content-full {
  padding-bottom: 13px
}

.side-content.side-content-full .pull-b {
  margin-bottom: -13px
}

.side-content .pull-t {
  margin-top: -13px
}

.side-content .pull-r-l {
  margin-right: -20px;
  margin-left: -20px
}

.side-content .pull-b {
  margin-bottom: -1px
}

.block {
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.01);
  box-shadow: 0 2px rgba(0, 0, 0, 0.01)
}

.side-content .block {
  -webkit-box-shadow: none;
  box-shadow: none
}

.block-header {
  padding: 12px 15px;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out
}

.block-header:before, .block-header:after {
  content: " ";
  display: table
}

.block-header:after {
  clear: both
}

.block-title {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0;
}

.block-title.text-normal {
  text-transform: none
}

.block-title small {
  font-size: 13px;
  font-weight: normal;
  text-transform: none
}

.block-content {
  margin: 0 auto;
  padding: 10px 15px 1px;
  max-width: 100%;
  overflow-x: visible;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out
}

.block-content p, .block-content .push, .block-content .block, .block-content .items-push > div {
  margin-bottom: 20px
}

.block-content .items-push-2x > div {
  margin-bottom: 40px
}

.block-content .items-push-3x > div {
  margin-bottom: 60px
}

.block-content.block-content-full {
  padding-bottom: 20px
}

.block-content.block-content-full .pull-b {
  margin-bottom: -20px
}

.block-content .pull-t {
  margin-top: -20px
}

.block-content .pull-r-l {
  margin-right: -20px;
  margin-left: -20px
}

.block-content .pull-b {
  margin-bottom: -1px
}

.block-content.block-content-mini {
  padding-top: 10px
}

.block-content.block-content-mini.block-content-full.block-content-mini {
  padding-bottom: 10px
}

@media screen and (min-width: 1200px) {
  .block-content.block-content-narrow {
    padding-left: 10%;
    padding-right: 10%
  }
}

.block.block-full .block-content {
  padding-bottom: 20px
}

.block.block-full .block-content.block-content-mini {
  padding-bottom: 10px
}

.block-table {
  width: 100%
}

.block-table td {
  padding: 10px;
  vertical-align: middle
}

.block.block-bordered {
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: none;
  box-shadow: none
}

.block.block-bordered .block-header {
  border-bottom: 1px solid #e9e9e9
}

.block.block-rounded {
  border-radius: 4px
}

.block.block-rounded .block-header {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px
}

.block.block-rounded .block-content:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px
}

.block.block-rounded .block-content:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.block.block-themed > .block-header {
  border-bottom: none
}

.block.block-themed > .block-header .block-title {
  color: #fff
}

.block.block-themed > .block-header .block-title small {
  color: rgba(255, 255, 255, 0.75)
}

.block.block-transparent {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

.block.block-opt-refresh {
  position: relative
}

.block.block-opt-refresh .block-header {
  opacity: .25
}

.block.block-opt-refresh .block-content {
  opacity: .15
}

.block.block-opt-refresh:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #646464;
  font-family: Simple-Line-Icons;
  font-size: 18px;
  text-align: center;
  z-index: 2;
  content: "\e09a";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

.ie9 .block.block-opt-refresh:after {
  content: "Loading.."
}

.block.block-opt-fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  margin-bottom: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.block.block-opt-hidden.block-bordered .block-header {
  border-bottom: none
}

.block.block-opt-hidden .block-content {
  display: none
}

a.block {
  display: block;
  color: #646464;
  font-weight: normal;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out
}

a.block:hover {
  color: #646464;
  opacity: .9
}

a.block.block-link-hover1:hover {
  -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px rgba(0, 0, 0, 0.1);
  opacity: 1
}

a.block.block-link-hover1:active {
  -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.01);
  box-shadow: 0 2px rgba(0, 0, 0, 0.01)
}

a.block.block-link-hover2:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  opacity: 1
}

a.block.block-link-hover2:active {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05)
}

a.block.block-link-hover3:hover {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  opacity: 1
}

a.block.block-link-hover3:active {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1)
}

.block > .nav-tabs {
  background-color: #f9f9f9;
  border-bottom: none
}

.block > .nav-tabs.nav-tabs-right > li {
  float: right
}

.block > .nav-tabs.nav-justified > li > a {
  margin-bottom: 0
}

.block > .nav-tabs > li {
  margin-bottom: 0
}

.block > .nav-tabs > li > a {
  margin-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #646464;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: 0
}

.block > .nav-tabs > li > a:hover {
  color: #5c90d2;
  background-color: transparent;
  border-color: transparent
}

.block > .nav-tabs > li.active > a, .block > .nav-tabs > li.active > a:hover, .block > .nav-tabs > li.active > a:focus {
  color: #646464;
  background-color: #fff;
  border-color: transparent
}

.block > .nav-tabs.nav-tabs-alt {
  background-color: transparent;
  border-bottom: 1px solid #e9e9e9
}

.block > .nav-tabs.nav-tabs-alt > li > a {
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out
}

.block > .nav-tabs.nav-tabs-alt > li > a:hover {
  -webkit-box-shadow: 0 2px #5c90d2;
  box-shadow: 0 2px #5c90d2
}

.block > .nav-tabs.nav-tabs-alt > li.active > a, .block > .nav-tabs.nav-tabs-alt > li.active > a:hover, .block > .nav-tabs.nav-tabs-alt > li.active > a:focus {
  -webkit-box-shadow: 0 2px #5c90d2;
  box-shadow: 0 2px #5c90d2
}

.block .block-content.tab-content {
  overflow: hidden
}

.block-options {
  float: right;
  margin: -3px 0 -3px 15px;
  padding: 0;
  height: 24px;
  list-style: none
}

.block-options:before, .block-options:after {
  content: " ";
  display: table
}

.block-options:after {
  clear: both
}

.block-options.block-options-left {
  float: left;
  margin-right: 15px;
  margin-left: 0
}

.block-options.block-options-left + .block-title {
  float: right
}

.block-options > li {
  display: inline-block;
  margin: 0 2px;
  padding: 0
}

.block-options > li > a, .block-options > li > button {
  display: block;
  padding: 2px 3px;
  color: #999;
  opacity: .6
}

.block.block-themed > .block-header .block-options > li > a, .block.block-themed > .block-header .block-options > li > button {
  color: #fff
}

.block-options > li > a:hover, .block-options > li > button:hover {
  text-decoration: none;
  opacity: 1
}

.block-options > li > a:active, .block-options > li > button:active {
  opacity: .6
}

.block-options > li > span {
  display: block;
  padding: 2px 3px
}

.block.block-themed > .block-header .block-options > li > span {
  color: #fff
}

.block-options > li > a:focus {
  text-decoration: none;
  opacity: 1
}

.block-options > li > button {
  background: none;
  border: none
}

.block-options > li.active > a, .block-options > li.open > button {
  text-decoration: none;
  opacity: 1
}

.side-footer {
  background-color: #fafafa;
  border-top: 1px solid #e2e2e2;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 15px;
}

.nav-users {
  margin: 0;
  padding: 0;
  list-style: none
}

.nav-users > li:last-child > a {
  border-bottom: none
}

.nav-users a {
  position: relative;
  padding: 12px 8px 8px 71px;
  display: block;
  min-height: 62px;
  font-weight: 600;
  border-bottom: 1px solid #f3f3f3
}

.nav-users a > img {
  position: absolute;
  left: 12px;
  top: 10px;
  width: 42px;
  height: 42px;
  border-radius: 50%
}

.nav-users a > i {
  position: absolute;
  left: 40px;
  top: 40px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%
}

.nav-users a:hover {
  background-color: #f9f9f9
}

.nav-help-video {
  margin: 0;
  padding: 0;
  list-style: none
}

.nav-help-video > li:last-child > a {
  border-bottom-color: transparent;
}

.nav-help-video a {
  border: 1px solid transparent;
  border-bottom-color: #f3f3f3;
  display: block;
  font-weight: 400;
  min-height: 30px;
  padding: 8px 10px;
  line-height: 18px;
  position: relative;
  color: #777;
}

.nav-help-video a .fa {
  font-size: 20px;
}

.nav-help-video a:hover {
  background-color: #f9f9f9;
  border: 1px solid #f3f3f3;
}

.list {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.list > li {
  position: relative;
}

.list-activity > li {
  border-bottom: 1px solid #f3f3f3;
  font-size: 13px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
}

.list-activity > li > i:first-child {
  display: inline-block;
  font-size: 14px;
  height: 20px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}

.css-input {
  position: relative;
  display: inline-block;
  margin: 2px 0;
  font-weight: 400;
  cursor: pointer
}

.css-input input {
  position: absolute;
  opacity: 0
}

.css-input input:focus + span {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25)
}

.css-input input + span {
  position: relative;
  display: inline-block;
  margin-top: -2px;
  margin-right: 3px;
  vertical-align: middle
}

.css-input input + span:after {
  position: absolute;
  content: ""
}

.css-input-disabled {
  opacity: .5;
  cursor: not-allowed
}

.css-checkbox {
  margin: 7px 0
}

.css-checkbox input + span {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-transition: background-color .2s;
  transition: background-color .2s
}

.css-checkbox input + span:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: "FontAwesome";
  font-size: 10px;
  color: #fff;
  line-height: 18px;
  content: "\f00c";
  text-align: center
}

.css-checkbox:hover input + span {
  border-color: #ccc
}

.css-checkbox.css-checkbox-sm {
  margin: 9px 0 8px;
  font-size: 12px
}

.css-checkbox.css-checkbox-sm input + span {
  width: 16px;
  height: 16px
}

.css-checkbox.css-checkbox-sm input + span:after {
  font-size: 8px;
  line-height: 15px
}

.css-checkbox.css-checkbox-lg {
  margin: 3px 0
}

.css-checkbox.css-checkbox-lg input + span {
  width: 30px;
  height: 30px
}

.css-checkbox.css-checkbox-lg input + span:after {
  font-size: 12px;
  line-height: 30px
}

.css-checkbox.css-checkbox-rounded input + span {
  border-radius: 3px
}

.css-checkbox-default input:checked + span {
  background-color: #999;
  border-color: #999
}

.css-checkbox-primary input:checked + span {
  background-color: #5c90d2;
  border-color: #5c90d2
}

.css-checkbox-info input:checked + span {
  background-color: #70b9eb;
  border-color: #70b9eb
}

.css-checkbox-success input:checked + span {
  background-color: #46c37b;
  border-color: #46c37b
}

.css-checkbox-warning input:checked + span {
  background-color: #f3b760;
  border-color: #f3b760
}

.css-checkbox-danger input:checked + span {
  background-color: #d26a5c;
  border-color: #d26a5c
}

.css-radio {
  margin: 7px 0
}

.css-radio input + span {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%
}

.css-radio input + span:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out
}

.css-radio input:checked + span:after {
  opacity: 1
}

.css-radio:hover input + span {
  border-color: #ccc
}

.css-radio.css-radio-sm {
  margin: 9px 0 8px;
  font-size: 12px
}

.css-radio.css-radio-sm input + span {
  width: 16px;
  height: 16px
}

.css-radio.css-radio-lg {
  margin: 5px 0
}

.css-radio.css-radio-lg input + span {
  width: 26px;
  height: 26px
}

.css-radio-default input:checked + span:after {
  background-color: #999
}

.css-radio-primary input:checked + span:after {
  background-color: #5c90d2
}

.css-radio-info input:checked + span:after {
  background-color: #70b9eb
}

.css-radio-success input:checked + span:after {
  background-color: #46c37b
}

.css-radio-warning input:checked + span:after {
  background-color: #f3b760
}

.css-radio-danger input:checked + span:after {
  background-color: #d26a5c
}

.switch {
  margin: 3px 0
}

.switch input + span {
  width: 54px;
  height: 30px;
  background-color: #eee;
  border-radius: 30px;
  -webkit-transition: background-color .4s;
  transition: background-color .4s
}

.switch input + span:after {
  top: 2px;
  bottom: 2px;
  left: 2px;
  width: 26px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform .15s ease-out;
  transition: transform .15s ease-out
}

.switch input:checked + span {
  background-color: #ddd
}

.switch input:checked + span:after {
  -webkit-box-shadow: -2px 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: -2px 0 3px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(23px);
  -ms-transform: translateX(23px);
  transform: translateX(23px)
}

.switch.switch-sm {
  margin: 8px 0 7px;
  font-size: 12px
}

.switch.switch-sm input + span {
  width: 36px;
  height: 20px
}

.switch.switch-sm input + span:after {
  width: 16px
}

.switch.switch-sm input:checked + span:after {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px)
}

.switch.switch-lg {
  margin: 1px 0
}

.switch.switch-lg input + span {
  width: 70px;
  height: 34px
}

.switch.switch-lg input + span:after {
  width: 30px
}

.switch.switch-lg input:checked + span:after {
  -webkit-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px)
}

.switch.switch-square input + span, .switch.switch-square input + span:after {
  border-radius: 0
}

.switch-default input:checked + span {
  background-color: #999
}

.switch-primary input:checked + span {
  background-color: #5c90d2
}

.switch-info input:checked + span {
  background-color: #70b9eb
}

.switch-success input:checked + span {
  background-color: #46c37b
}

.switch-warning input:checked + span {
  background-color: #f3b760
}

.switch-danger input:checked + span {
  background-color: #d26a5c
}

.gb_F {
  background: none repeat scroll 0 0 #ffffff;
  margin: 0;
  min-height: 100px;
  padding: 21px 8px;
  text-align: left;
  white-space: normal;
  position: relative;
  border-radius: 3px;
}

.gb_m {
  background: #fcfcfc;
  border: 1px solid #f8f8f8;
  border-radius: 5px;
  display: inline-block;
 /* margin-right: 7px;*/
  padding: 8px 0 0;
  text-align: center;
  vertical-align: top;
  width: 127px;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s; /* Safari */
}

.gb_m:hover {
  cursor: pointer;
  border: 1px solid #DDDDDD;
  background: #fcfcfc;
  box-shadow: 2px 2px 15px #ababab;
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s; /* Safari */
  z-index: 1;
}

.gb_m:last-child {
  margin-right: 0px;
}

.gb_m a.gb_c {
  display: inline-block;
  outline: medium none;
  text-align: center;
  color: #404040;
  text-decoration: none;
  color: #404040;
  text-decoration: none;
  width: 100%;
}

.gb_c .gb_q {
  display: inline-block;
  height: 64px;
  vertical-align: top;
  width: 64px;
  background-size: 64px 64px;
}

.gb_r {
  display: block;
  font-size: 18px;
  line-height: 20px;
  overflow: hidden;
  padding: 10px 0 6px;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
}

#add-manage-site .purchase-site .pc-site {
  background: none repeat scroll 0 0 #bdd7d2;
  border-color: #adc7b2;
}

#add-manage-site .purchase-site li {
  padding: 8px 10px 4px 45px !important;
}

#add-manage-site .purchase-site {
  background: none repeat scroll 0 0 #ecedee;
  border-style: solid;
  border-width: 1px;
  height: 160px;
  border-color: #adc7b2;
  overflow: auto;
}

#add-manage-site .pc-site {
  border-style: solid;
  border-width: 0 1px 0 0;
  height: 100%;
  left: 0;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}

.mb-folder-box {
  position: relative;
  z-index: 200;
  padding: 20px 0 !important;
  background-color: #2b3d51;
  height: 100px
}

@media only screen and (min-width: 1200px) {
  .mb-folder-box {
    height: 100%
  }
}

.mb-boxes {
  height: 0;
  margin: 0;
  background: inherit
}

@media only screen and (min-width: 1200px) {
  .mb-boxes {
    height: auto !important;
    display: block;
    visibility: visible
  }
}

.mb-folder-list {
  padding: 0;
  margin: 0
}

.mb-folder-list > li {
  display: block
}

.mb-folder-list > li > a {
  display: block;
  padding: 12px 20px;
  color: #a9bcd2
}

.mb-folder-list > li > a.active, .mb-folder-list > li > a:hover {
  background-color: #344a62;
  color: #fff
}

.mb-buttons:after, .mb-buttons:before {
  content: " ";
  display: table
}

.mb-buttons .mb-btn-compose, .mb-buttons .mb-btn-folder {
  padding: 15px
}

.mb-buttons .mb-btn-compose {
  float: left
}

.mb-buttons .mb-btn-folder {
  float: right
}

@media only screen and (min-width: 1200px) {
  .mb-buttons .mb-btn-compose {
    float: none
  }

  .mb-buttons .mb-btn-folder {
    display: none
  }
}

.mb-buttons > h3 {
  text-indent: -50px
}

.mb-mails-responsive {
  max-width: 100%;
  overflow: auto
}

.mb-mails > tbody > tr > td {
  border-top: 1px solid #e6e9ee
}

.mb-mails > tbody > tr > td:first-child {
  padding-left: 20px !important
}

.mb-mails > tbody > tr > td:last-child {
  padding-right: 20px !important
}

.mb-mails .mb-mail-active {
  background-color: #F6F5F3 !important
}

.mb-mails .mb-mail-date {
  display: block;
  float: right;
  color: #8394a9;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700
}

.mb-mails .mb-mail-from {
  display: block;
  color: #2b3d51;
  font-size: 17px;
  line-height: 1.2
}

.mb-mails .mb-mail-subject {
  font-size: 14px;
  line-height: 1.8;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom;
  padding: 0;
  max-width: 28ch;
}

.mb-mails .mb-mail-preview {
  margin-top: 12px;
  color: #8394a9;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 50ch;
}

.mb-mails .mb-unread td {
  background-color: #F2F2F2 !important;
}

.mb-mail-compose {
  padding: 10px 15px
}

.mb-panel-wrapper {
  height: calc(100% - 100px);
  overflow: auto
}

@media only screen and (min-width: 1200px) {
  .mb-panel-wrapper {
    position: static;
    padding: 0;
    height: 100%
  }
}

.mb-panel {
  position: relative;
  width: 100%;
  height: 100%
}

.mb-panel > .mb-panel-inner {
  position: relative;
  height: 100%;
  width: 100%
}

.mb-panel > .mb-panel-inner:after, .mb-panel > .mb-panel-inner:before {
  content: " ";
  display: table
}

.mb-panel > .mb-panel-inner > .mb-panel-content {
  position: absolute;
  background-color: #fff;
  z-index: 90;
  overflow: hidden;
  max-height: 100%
}

@media only screen and (min-width: 1200px) {
  .mb-panel {
    height: 100%
  }

  .mb-panel > .mb-panel-inner > .mb-panel-content {
    position: static;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 100%;
    max-height: 100%;
    overflow: auto
  }
}

.mb-panel > .mb-panel-inner > .mb-panel-list {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s ease;
  -moz-transition: -moz-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  will-change: transform;
  background-color: #fff;
  z-index: 100
}

.mb-panel > .mb-panel-inner > .mb-panel-content, .mb-panel > .mb-panel-inner > .mb-panel-list {
  float: left;
  width: 100%
}

@media only screen and (min-width: 1200px) {
  .mb-panel > .mb-panel-inner > .mb-panel-list {
    position: static;
    min-height: 100%;
    max-height: 100%;
    border-right: 1px solid #e6e9ee;
    border-left: 1px solid #e6e9ee;
    overflow: auto;
    width: 40%
  }

  .mb-panel > .mb-panel-inner > .mb-panel-content {
    width: 60%
  }
}

@media only screen and (max-width: 1199px) {
  .mb-panel > .mb-panel-inner.mb-content-open .mb-panel-list {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease
  }

  .mb-panel > .mb-panel-inner.mb-content-open .mb-panel-content {
    position: relative;
    max-height: none;
    overflow: auto
  }
}

.mb-panel .mb-panel-back {
  display: inline-block;
  margin: 10px 0 20px;
  text-decoration: none;
  cursor: pointer;
  color: #8394a9
}

@media only screen and (min-width: 1200px) {
  .mb-panel .mb-panel-back {
    display: none
  }
}

.mb-panel-content {
  padding: 10px 30px
}

.mb-panel-content > h3 {
  font-weight: 600;
  margin-top: 0;
  font-size: 30px
}

.mb-panel-content .mb-panel-form .mb-panel-form-reply {
  min-height: 120px;
  border-color: transparent;
  -webkit-transition: border-color .3s ease;
  -o-transition: border-color .3s ease;
  transition: border-color .3s ease
}

.mb-panel-content .mb-panel-form .mb-panel-form-reply:focus {
  border-color: #a0aab2
}

.no-csstransforms3d .mb-panel > .mb-panel-inner.mb-content-open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.no-csstransforms3d .mb-panel > .mb-panel-inner.mb-content-open > .mb-panel-content {
  left: 0
}

.no-csstransforms3d .mb-panel > .mb-panel-inner.mb-content-open > .mb-panel-list {
  position: relative;
  visibility: hidden;
  z-index: -1
}

.thumb48 {
  height: 48px !important;
  line-height: 48px !important;
  width: 48px !important;
}

.thumb35 {
  height: 35px !important;
  line-height: 35px !important;
  width: 35px !important;
}

.mail-box-header {
  background-color: #ffffff;
  border-image: none;
  border: 1px solid #e7eaec;
  padding: 30px 20px 20px;
}

.mail-box-header h3 {
  margin-top: 0;
}

.mail-box {
  border: 1px solid #e7eaec;
  border-top: 0px solid transparent;
  background-color: #ffffff;
  padding: 0;
}

#myMessage {
  padding: 40px 25px;
}

.mail-body {
  padding: 20px;
}

.mail-body hr {
  margin: 10px 0;
}

.font-noraml {
  font-weight: 400;
}

.point-pin {
  position: relative;
}

#myMessage .btn:hover .fa-refresh {
  animation: 2s linear 0s normal none infinite spin;
}

.navbar-brand {
  margin-right: 10px;
  padding: 12px 20px;
  height: 54px; /* 	width: 220px; */
  font-weight: 100;
  font-size: 18px;
  line-height: 30px
}

.navbar-default .navbar-brand {
  color: #333
}

.navbar-logo {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
  border: 10px solid transparent;
  border-color: #4DCACA #31A3A3 #1D8888;
  opacity: .9;
  filter: alpha(opacity=90)
}

.navbar-toggle {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border: none
}

.navbar-toggle.pull-left {
  margin-left: 15px;
  margin-right: 0
}

.navbar-default .navbar-toggle .icon-bar {
  background: #333
}

.navbar-toggle:focus, .navbar-toggle:hover {
  background: 0 0 !important;
  opacity: .6;
  filter: alpha(opacity=60)
}

.navbar-nav > li > a {
  line-height: 20px;
  padding: 15px
}


.navbar-default .navbar-nav > li > a {
  color: #585663
}


.navbar-nav > .open > a, .navbar-nav > .open > a:focus, .navbar-nav > .open > a:hover {
  background: 0 0 !important;
  color: #333;
  opacity: 1;
  filter: alpha(opacity=100)
}

.fade #myMessage .form-control {
  -webkit-animation: none
}

#myMessage .form-control {
  width: 300px;
}

.email-meta {
  padding: 5px 0 0;
}

.email-meta .emial-date {
  color: #868686;
}

.emial-from > div {
  display: table;
}

.email-thumb {
  height: 48px;
  padding-right: 12px;
  width: 48px;
}

.emial-from > div > div {
  display: table-cell;
  vertical-align: middle;
}

.email-thumb img {
  border-radius: 100%;
  width: 100%;
}

.email-recipient > span {
  display: block;
  margin-bottom: 4px;
}

.email-recipient > span span {
  font-weight: 500;
}

.email-meta .emial-date {
  color: #868686;
  font-size: 12px;
}

.email-list {
  height: 100%; /* border-right: #e9e9e9 1px solid; */
  overflow-y: auto;
}

.email-list-item {
  padding: 0px 20px;
  width: 100%;
  display: table;
  border-bottom: #e9e9e9 1px solid;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.email-list-item:nth-of-type(odd) {
  background: #FCFCFC;
}

.email-list-item:hover {
  background-color: #F7F9FE;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.email-list-item .email-list-action {
  width: 30px;
  display: table-cell;
  vertical-align: top;
  position: relative;
  padding-top: 10px;
  border-right: #e9e9e9 1px solid;
}

.email-list-item .email-list-img {
  border-right: 1px solid #e9e9e9;
  display: table-cell;
  padding: 10px 10px 10px 12px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 70px;
}

.email-list-item .email-list-details {
  display: table-cell;
  vertical-align: top;
  padding: 10px 0px 10px 12px;
}

.email-list-item.mb-unread {
  background-color: #F5F5F5;
}

.mb-mails .email-list-item.mb-unread .mb-mail-from {
  font-weight: 600;
  text-shadow: none;
}

.email-list-item.msg-active {
  background-color: #F3F7F9;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.nav-dropdown > a:after {
  position: absolute;
  margin-top: -2px;
  right: 12px;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: 300;
  height: auto;
  text-shadow: none;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

@media ( min-width: 768px) {
  .sidebar-mini .sidebar .nav > li.nav-dropdown > a:after {
    display: none;
    content: "";
    top: 12px;
    left: 34px;
    font-size: 10px;
  }
}

.nav-dropdown.active > a:after, .nav-dropdown.open > a:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.header-span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
  /*width: 78px;*/
  /*padding-right: 15px;*/
  text-align: left;
  color:#FFFFFF;
  margin-left:5px;
  font-weight: 300 !important;
}

/*marqueee css*/
.marquee {
  height: 50px;
  width: 280px;
  overflow: hidden;
  position: relative;
}

.marquee div {
  display: block;
  width: 200%;
  height: 30px;
  position: absolute;
  overflow: hidden;

  animation: marquee 5s linear infinite;
}

.marquee span {
  float: left;
  width: 50%;
  line-height:28px;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}

/*Adding custom checkbox icons*/
.nb-cb {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  cursor: pointer;
}

.nb-cb:before, .nb-cb:after {
  font-family: FontAwesome;
  font-size: 16px;
  /*absolutely positioned*/
  position: absolute;
  top: 0;
  left: 0;
}

.nb-cb:before {
  content: '\f096'; /*unchecked*/
}

.nb-cb:after {
  content: '\f046'; /*checked*/
  /*checked icon will be hidden by default by using 0 max-width and overflow hidden*/
  max-width: 100%;
  overflow: hidden;
  opacity: 0;
  /*CSS3 transitions for animated effect*/
  transition: all 0.35s;
}

/*when the user checks the checkbox the checked icon will animate in*/
input[type="checkbox"]:checked + .nb-cb:after {
  max-width: 25px; /*an arbitratry number more than the icon's width*/
  opacity: 1; /*for fade in effect*/
}

/*adding some colors for fun*/
input + .nb-cb:before, input + .nb-cb:after {
  color: #DD5A43;
}
#notification{
  display:block;
}
/* create password */
.create-password-box {
  border: 1px solid #e6e9ed;
  border-radius: 4px;
  background-color: #fff;
  margin-top: 12em;
  padding: 30px;
}
.create-password-box h2 {
  font-size: 1.5em;
  margin-bottom: 30px;
  margin-top: 0;
  text-align: center;
}
.create-password-box .account-sidebar dl{
  margin-bottom: 10px;
}
.create-password-box .account-sidebar .dl-horizontal dt {
  width: 60px;
}

.create-password-box .account-sidebar .dl-horizontal dd {
  margin-left: 80px;
}
/*** for message box header ***/
.messageSerchBox .input-search-icon{position: absolute; left: 10px; top: 6px;}
.messageSerchBox .input-search input{text-indent: 26px; padding-right: 50px !important;}
.messageSerchBox .input-search-close{position: absolute; right: 0; top: 0; border: 1px solid #ccc; border-bottom: none;}
#head-nav .fadeInUp .svg-block{
  display: inline-block;
  line-height: 12px;
  vertical-align: middle;
}
#app-dropdown .weather-dropdown:hover .dropdown-menu{
  border-top: 3px solid #4a89dc;
  display: block !important;
  margin-top: 0px;
}
.navbar .nav > li.weather-dropdown .dropdown-menu:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  right: 11px;
  bottom: 100%;
  border-width: 0 10px 10px;
  border-bottom-color: #4a89dc;
  top: -12px;
}
.rib-header-logo{
  border-radius: 10px; height: 34px; width: 34px; object-fit: contain;
}

#head-nav .user-settings:hover .dropdown-menu,#head-nav .store_drop_down1:hover .dropdown-menu,#head-nav .user_lang_dropdown:hover .dropdown-menu,#head-nav .user-prfile:hover .dropdown-menu{
  border-top: 3px solid #4a89dc;
  display: block !important;
  margin-top: 0px;
}
.navbar .nav > li.user-settings .dropdown-menu:after,.navbar .nav > li.store_drop_down1 .dropdown-menu:after,.navbar .nav > li.user_lang_dropdown .dropdown-menu:after,.navbar .nav > li.user-prfile .dropdown-menu:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  right: 11px;
  bottom: 100%;
  border-width: 0 10px 10px;
  border-bottom-color: #4a89dc;
  top: -12px;
}

#zip-sch-app-pref input[type="checkbox"].form-control{
	display: inline-block;
    height: 21px;
    margin-bottom: 3px;
    margin-left: 5px;
    margin-top: 3px;
    min-height: 0;
    width: 54px;
}
.height-20{
  height: 20px!important;
}


.all-sites-list{padding: 5px 0;list-style: none; max-height: 200px;
  overflow: auto;}
.choose-site-title{font-size: 14px; padding: 4px 10px; transition: 0.3s;}
.choose-site-title:hover{padding: 4px 0 4px 24px; transition: 0.3s;}


/** hwAuth css
=============== **/
.app-hubworks-signup h2{font-size: 48px; font-weight: 300; padding-bottom: 30px;}
.form-topTitles h3{font-size: 37px; font-weight: 300; margin: 7px 0 3px;}
.form-topTitles h5{font-size: 20px; margin: 0 0 35px; color: #787878;}
.signup-costing{background: #fff; border-radius: 5px 5px 0 0;}
.signup-costing.orange{background: #FC8247;}
.signup-costing.blue{background: #515D79;}
.signup-costing.green{background: #1AAF5D;}
.emp-range-details{padding: 20px 0;}
.emp-range-details h4{font-size: 24px; font-weight: 600; padding-bottom: 10px; color: #fff; margin: 0; padding: 0;}
.emp-range-details p{color: #fff; margin: 0; padding: 0;}
.emp-range-details p strong{font-size: 70px; font-weight: normal; line-height: 70px;}
.emp-range-details p sup{font-size: 18px; font-weight: 600; top: -2em;}
.emp-range-details p sub{bottom: 0; font-size: 18px; font-weight: 600;}
.premium-description{padding: 30px 0 20px; background: #fff; border: 1px solid #eaeaea; border-top: 0; border-radius: 0 0 5px 5px;}
.premium-description p{color: #787878; font-size: 17px; line-height: 30px; margin: 0;}
.premium-account-options{font-size: 22px; line-height: 40px; color: #666;}
.premium-account-options a{text-decoration: none; color: #3CA8F2; transition: 0.3s;}
.premium-account-options a:hover{color: #1c88d2; transition: 0.3s;}
.our-testimonial{padding: 40px 0; border-top: 2px solid #eaeaea;}
.our-testimonial h2, .faq-details h2{font-weight: 300; color: #3CA8F2; margin: 10px 0 50px; font-size: 44px;}
.customers-lines{min-height: 400px; background: #fff; border: 1px solid #eaeaea; border-radius: 5px; box-shadow: 0 3px 3px #ebebeb;}
.customers-lines .customer-image{margin-top: 40px;}
.customers-lines .customer-image img{border: 3px solid #eaeaea; border-radius: 50%;}
.customers-lines .customer-title h3{color: #5F7FAD; line-height: 20px; margin: 12px 0 0; font-size: 22px;}
.customers-lines .customer-title h4{margin-top: 0; color: #a5a5a5;}
.customers-lines .testimonial-text{color: #a5a5a5; font-size: 18px; line-height: 27px; padding: 10px 30px 30px 70px; text-align: left; position: relative;}
.customers-lines .testimonial-text:before{content:"\f10d"; font-size: 24px; color: #ccc; font-family: FontAwesome; position: absolute; left: 35px; top: 8px;}
.faq-details{background: #fff; padding: 40px 0 50px;}
.faq-details ul li.faq {margin-top: 10px;}
.faq-details li.faq span.number {background: #467fc1; color: #ffffff; display: block; font-size: 24px; height: 50px; line-height: 50px; margin-right: 20px; margin-top: 8px; padding-right: 0; text-align: center; width: 50px;}
.faq-details li.faq .media-body h3{margin: 0;}
.faq-details li.faq .media-body p{font-size: 16px; color: #767676;}
.faq-details h2{margin: 10px 0 30px;}
.our-clients{padding: 60px 0 20px;}
.our-clients .owl-controls{display: none;}
.price-cal-section{padding: 20px 0 70px;}
.bg-green{background: #1bbc9b !important;}
/** add new css end **/
.minus-margin-right{margin-right: -15px !important;}
.after_Login{position: fixed; right: 0; top: 0; border: 1px solid #ccc; box-sizing:border-box; bottom: 0; height: 100%; z-index: 9999;width: calc(100% - 20px); max-width: 380px;}
.after_Login .hr{margin: 5px 0;}
.after_Login .login{padding: 1px 45px;}
.after_Login h4{margin: 0; color: #558ED5;font-weight: 600;}
.after_Login .user_img img{height: 65px; width: 65px; border-radius: 50%; margin: 6px 0 0 7px;}
.setting_img{padding: 5px 0; background-color: #78808B;}
.after_Login h6{margin: 0; color: #fff;}
.after_Login .setting_img img{width: 18%; }
.border_right{border-right: 1px solid #ccc;}
.USER_notify img{height: 50px; width: 50px;}
.list-group-item.unread.ng-scope {border-right:none; border-left: none;}
.bg-inbox {
  background-color: #d2d2d2;
  border-radius: 4px;
  font-size: 20px;
  margin: 10px 0 0 0;
  padding: 5px;
}
.after_Login{
  float:left;
  overflow: hidden;
  background: #f0e68c;
}

.userSidebar-overlay {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9998;
  bottom: 0;
  top:0;
  right:0;
  left:0;
}

.no-brown-caret .dropdown-menu.dropdown-menu-right.dropdown-caret::before{display: none;}
/** unsubscribe survey model css**/
.unsubscribe-survey {
    background: #eaeaea none repeat scroll 0 0;
   height:100%;
    opacity: 0.85;
 }
 .unsubscribe-survey-font label{
 font-size:25px;
 font-weight:200;
 }
 ul#unsub-survey-listStyle{
 margin:0;
 padding:0;
 list-style:none;
 margin-left:20px;
 }
 ul#unsub-survey-listStyle li{
 cursor:pointer;
 }
  #unsub-survey-listStyle li input[type="radio"] {
    height: 36px;
    opacity: 1;
 }
  .header-site-option{
    background-color: rgb(255, 255, 255); border: 1px solid rgb(238, 238, 238); border-radius: 0; color: #2A6496;
  }
  .app-status-msg{
    padding:0 5px;
  }
.navbar-brand.hw-logo-w{
  	padding: 5px 5px 5px 10px;
}




.app-main-header .app-mkt-li{  background-color: #f0f0f0;}
.app-main-header .app-mkt-li,.app-main-header .app-mkt-li span{ color: #ff9c00 !important;}

.credit-mode{font-size:1.2em; padding:0 60px;}
.credit-mode p{line-height:1.8; font-size:1em;color:#555;}
.open-app-caret{width: 25px; text-align: center;}

.customInputWidth{position: relative; padding-bottom: 15px;}
.customInputWidth input{width: 100%;
    border-radius: 25px;
    line-height: 20px;
    padding: 5px calc(100% - 161px) 5px 15px;}
.customInputWidth input:focus{background: #fff;}
.btn-applyCoupon{padding: 7px 12px 6px; border-radius: 0 15px 15px 0; position: absolute; right: 11px; border: 0;}
.applyCoupon-code{float: left; width: 100%; border-top: 1px solid #dadbdd;}
.applyCoupon-code span{color: #bbb; line-height: 12px;}
.pc-site-btn{margin-top: 20px;}
.pc-site-btn i.fa-long-arrow-left{margin-right: 10px; padding: 0;}
.exiting-feature-msg{padding: 8px 3px; border: 1px solid #fff; background-color: #939393;color: #fff}
.exiting-feature-link{color: #fff; padding: 8px 3px; text-align: center; border: 1px solid #fff; background-color: #2395a3;cursor: pointer}



/* new added css for sidebar */
.with-watermark{float: left; width: 100%; padding: 12px 0 20px; }
.panel-UserInfo{position: relative;}
.panel-UserInfo .slide-right{position: absolute; right: 10px; top: 6px; z-index: 999;}
.panel-UserInfo .logoutBtn{position: absolute; left: 50%; bottom: -18px; background: #fff; padding: 2px 0 4px; margin-left: -60px; width: 120px; z-index: 10; border-radius: 15px; color: #C05046;}
.panel-UserInfo .logoutBtn:hover{background: #e9796f; color: #fff; transition: 0.3s;}
.with-watermark h4{text-transform: capitalize; padding-bottom: 5px; font-size: 24px; font-weight: 400; color: #4192cb; margin-bottom: 6px; position: relative;}
/*.with-watermark h4:before{content: ""; position: absolute; bottom: 0; left: 0; width: 50px; height: 1px; background-color: #2f88c6;}*/
.setting_img .icon-seperator{border-width: 0 2px 0 0; border-style: solid; border-color: #fff;}
.setting_img a{display: inline-block; vertical-align: middle;}
.setting_img .ps-icons{display: inline-block; vertical-align: middle; background-image: url(../../images/common/profile_setting_icons.png); background-repeat: no-repeat;}
.setting_img .profileIcons{width: 18px; height: 20px; background-position: 0 0;}
.setting_img .languageIcons{width: 23px; height: 20px; background-position: -18px 0;}
.setting_img .requestIcons{width: 20px; height: 20px; background-position: -40px 0}
/* .setting_img a:hover .profileIcons{background-position: 0 -32px;} */
/* .setting_img .active .languageIcons{background-position: -15px 0x;} */
/* .setting_img a:hover .requestIcons{background-position: -68px -32px;} */
.headermenu .dm-notice.sidebarMessageBox{padding: 5px 0 10px;}
.headermenu .dm-notice.sidebarMessageBox .tab-pane .panel-title{background-color: transparent; margin: 0; padding: 5px 0 1px; border-bottom: 1px solid #c0c2c5; color: #595e66; font-weight: 300;}
.sidebarMessageBox .totalMessage-counts{background-color: #4fccff; color: #000; border-radius: 50%; font-size: 16px; position: relative; top: -0.7em; left: -5px; display: inline-block; padding: 0 5px; font-weight: 400; line-height: 19px;}
.sidebarMessageBox .panel-title span {vertical-align: middle;}
.sidebarMessageBox .border-btn{border-color: #4fccff; color: #595e66; padding: 4px 20px; font-size: 14px; display: inline-block;}
.languageSettings{background-color: #f9f9f9; padding: 7px 0 3px; position: relative;}
.languageSettings:before{content: ""; border-bottom: 10px solid #F9F9F9; border-left: 10px solid transparent; border-right: 10px solid transparent; position: absolute; left: 50%; margin-left: -5px; top: -10px;}
.languageSettings .gb_F{background: none; padding: 0; text-align: center; min-height: 58px;}
.languageSettings .gb_m{border: 0; padding: 0 8px; width: auto; background: none;}
.languageSettings .gb_m:hover, .languageSettings .gb_m.active{background: none; box-shadow: none; transform: none; opacity: 0.5;}
.languageSettings .gb_c .gb_q{border-radius: 50%; overflow: hidden;}
.languageSettings .gb_r{font-size: 14px; padding: 7px 0 0;}
.languageSettings .gb_c .gb_q{width: 40px; height: 40px;}
.languageSettings .gb_c .gb_q img{max-width: 100%;}
.headermenu .dm-notice.sidebarMessageBox .notice-list .list-group-item:first-child{padding-top: 5px;}
.headermenu .dm-notice.sidebarMessageBox .list-group .list-group-item:last-child{padding-bottom: 5px;}
.headermenu .dm-notice.sidebarMessageBox .list-group .list-group-item{padding: 5px 10px;}
.upcoming-features{background-color: #F9F9F9; padding: 5px 10px; border-top: 1px solid #ddd; position: absolute; bottom: 0; width: 100%; left: 0;}
.upcoming-features span {float: left; font-size: 14px; width: 68%;}
.upcoming-features .border-btn {font-size: 13px; margin-top: 7px; padding: 3px 10px;}
.manage-site-lbr-law{padding:20px 25px 0!important;}
/* language modal starts */
.lang-map .modal-body{
   max-height: 315px;
   overflow-x: hidden;
}
.map-lang{
background-image: url("../../images/common/map.png");
}
.lang-map ul li cite {
    padding:1px;
    border-radius: 35px;
    display: block;
    height: 59px;
    margin: 0 auto;
    overflow: hidden;
    width: 60px;
}
.lang-map ul li {
    transition: all 0.3s ease 0s;
}
.lang-map ul li {
    display: block;
    float: left;
    margin-bottom: 35px;
    width:16.6%;
}

.lang-map ul {
    display: block;
    float: left;
    width: 100%;
    padding: 10px 8px;
    position: relative;
    text-align: left;
    white-space: normal;
    margin:0;
    min-height: 100px;
}

.lang-map ul li:hover {
    transform: scale(1.1);
}
.lang-map ul li strong {
    color: #333;
    display: block;
    font-size: 12px;
    line-height: 20px;
    padding-top: 3px;
    text-align: center;
}
.lang-map ul li img {
    display: block;
    height: auto;
    width:100%;
}
/* language modal ends */

/* For Support Panel */
#side-overlay ul.side-overlayTabs li{
width:100%;
}
#side-overlay ul.side-overlayTabs{
margin-top:0;
}

#side-overlay ul.support-helpBlock li{
width:100%;
margin:15px;
}
#side-overlay ul.support-helpBlock li h4{
font-size: 18px; margin-bottom: 5px; margin-top: 5px; text-align:left;
}
#side-overlay #side-overlay-scroll .side-header .overlay-close{
  position: absolute;
    right:10px;
    top:12px;
    z-index:2;
} 
#side-overlay input.form-control:focus{
border-color:#ccc;
} 
/* For Support Panel Ends*/


/********** For Position Wizard Starting Here********/
.hub_app_1 .onb-wiz-mdl-pos{left: 50% !important; margin-left: -275px !important;}
.hub_app_1 .onb-wiz-mdl-pos.onb-wiz-mdl .modal-content.right-arrow:before{display: none;}
.hub_app_1 .guided-help-posMdl .guided-help-step-action,
.hub_app_1 .guided-help-posMdl .skipThis-step{display: none;}
.hub_app_1 .guided-help-posMdl .guided-help-step-circle{height: 0; width: 0;}
.hub_app_1 .guided-help-posMdl .helpMessage{left: -120px; width: 249px; top: 145px;}
.hub_app_1 .guided-help-posMdl .helpMessage p span{font-style: italic;}
.hub_app_1 .guided-help-posMdl .helpMessage p {text-align: right !important;}
.hub_app_1 .guided-help-posMdl .helpMessage:after{content:"1"; font-size: 15px; background-color: #99cc32; border-radius: 50%; color: #fff; right: 155px; padding: 3px 10px;  position: absolute; top: -5px; transition: all 0.6s ease 0s;}
.hub_app_1 .guided-help-posMdl .helpMessage:before{background: url("../icons/modal-arrows.png") no-repeat; height: 99px; width: 87px; left: 151px; top: -110px;}
/********** For Position Wizard Ending Here********/

/**** For select laguage Dropdown ****/
.select-laguageDropdown{margin-top: 12px !important;min-width: 130px;padding: 0;}
.select-laguageDropdown:before{content: ""; position: absolute; left: 55px; top: -8px; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #fff; z-index: 10;}
.select-laguageDropdown:after{content: ""; position: absolute; left: 54px; top: -9px; border-left: 9px solid transparent; border-right: 9px solid transparent; border-bottom: 9px solid #c3c3c3; z-index: 5;}
.select-laguageDropdown input{background: none; padding: 5px 0; border: 0; border-bottom: 1px solid #ccc; width: 100%;}
.select-laguageDropdown input:focus{border: 0; border-bottom: 1px solid #66afe9; }
.select-laguageDropdown a{float: left; width: 100%; padding: 4px 0 !important;}
.select-laguageDropdown img{height: 14px;width: 18px;margin: 1px 15px 0 0px;}
.select-laguageDropdown .dropDown-title{color: #666;border-bottom: 1px solid #ececec;padding: 10px;text-align: center;}
.select-laguageDropdown.dropdown-menu > li > a{line-height: 1.19;padding: 7px 10px !important;font-size: 12px;text-transform:capitalize;}
.backApsolute-btn{position: absolute; left: 10px; top: 12px; cursor: pointer; z-index: 100;}

/*** for Delivery Calender ******/

.calendarDays-box{margin: 0; padding: 4px; background-color: #ddd;}
.calendarDays-box li{float: left; margin-left: 4px;}
.calendarDays-box li:first-child{margin-left: 0;}
.calendarDays-box li a{float: left; background-color: #f7f7f7; color: #000; transition: 0.3s; padding: 5px; text-align: center; width: 28px;}
.calendarDays-box li a.active{background-color: #578EBE; color: #fff; transition: 0.3s;}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{background-color:#465766;} 
.imageMax-width{max-width: 50px !important;}

/*** strike ******/
.strike {
    text-decoration: none;    /*we're replacing the default line-through*/
    position: relative;
    display: inline-block; /* don't wrap to multiple lines */
    
    
}
.strike:after {
    content:"";    /* required property */
    position: absolute;
    bottom: 0;
    left: -5px;
    border-top: 2px solid #fff;
    height: 45%;    /* adjust as necessary, depending on line thickness */
    /* or use calc() if you don't need to support IE8: */
    height: calc(50% - 0px); /* 1px = half the line thickness */
    width: 35px;
    transform: rotateZ(-20deg);
}
.strike_black{
	text-decoration: none;    /*we're replacing the default line-through*/
    position: relative;
    display: inline-block; /* don't wrap to multiple lines */
    }
.strike_black:after
{ 
	 content:"";    /* required property */
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 2px solid #333333;
    height: 45%;    /* adjust as necessary, depending on line thickness */
    /* or use calc() if you don't need to support IE8: */
    height: calc(50% - -1px); /* 1px = half the line thickness */
    width: 20px;
    transform: rotateZ(-20deg);
}
.strike-one-app{position: absolute; left: 30%;}
.msgRec .select2-choices{overflow-y:auto; overflow-x: hidden; max-height: 100px;}
.zrpt_box_tittle .select2-container.radius-select-2 .select2-choice {
  border-radius: 25px;
}
.glbTaskChkMdl-msg{overflow: auto; max-height: 200px; min-height: 200px;}
.header-bg-hover span a{background:transparent;line-height:50px; padding:17px 10px 16px;}
.header-bg-hover span a:hover{background:#465766 !important}
.zipOrderning_text{color: #8238BA !important;}
.zipOrderning_bg{background: #8238BA !important;}
/*.select2-drop{z-index:1020 !important;}*/
/*.select2-drop-mask{z-index:1019 !important;}*/
/*.select2-drop.modal_dropdown_new{z-index:9999 !important;}*/
