﻿.accountAction {
  display: inline;
  float: right;
  padding-left: 12px;
}

table.formatHTML5 td {
padding: 5px 10px;
}


/* unvisited link */
a:link {
    text-decoration: none;
}

/* hover in accordian link */
.accordion-group a:hover {
    text-decoration: none;
}

/* mouse over link */
a:hover {
    cursor: pointer;
    text-decoration: underline;
}

/* selected link */
a:active {
    text-decoration: none;
}

.alert_Account {
  color: #C4433F;
}
.errorBorder {
  border-color: #C4433F !important;
}
.formBlock {
  width:99.5%;
}

.formElement, .formBlock {
  margin-bottom: 0.5em;
}

.formBlock .formElement {
  margin-bottom: 0;
  width: 49%;
}

.formBlock div:nth-child(2)
{
/*padding-right:2%;*/
float:right;
}


.formElement label/*,
.formElement select*/ {
  margin-bottom: 0.5em; 
}

.formElement input {
  width:98.75%;
  padding-left: 1%;
}

.formBlock .formElement input {
  width:98.7%;
  padding-left: 2%;
}

.formElement .checkbox
{
padding-right:2%;
}

.pullDown_1 {
  width: 145px;
  height: 28px;
  font-family: 'Open Sans',Arial,sans-serif;
  font-size: 13px;
}

.pullDown_2 {
  width: 88px;
  height: 28px;
  font-family: 'Open Sans',Arial,sans-serif;
  font-size: 13px;
  margin-bottom: 3px;
}


.button_white {
  height: 28px;
  font-family: 'Open Sans',Arial,sans-serif;
  font-size: 13px;
  background-color: white;
}

.formElement select {
  width:100.1%;
  height: 25px;
  padding-left: 2px;
}

.modalFooter {
  width:100%; 
  height:70px;  
  padding-top:5px;
  /*background-color:#F5F5F5;*/
  border-radius: 6px;
}

#cardFrame {
  width: 600px;
  height: 300px;
}

.cardClose {
  left: 580px;
}

.accountDetails {
  position: relative;
	min-width: 1001px;
}

/* Actions Dropdown Styling*/
.button-actions2 {
  border: none;
  padding-top: 3px;
  padding-left: 5px;
  /*padding-right: 5px;*/
  width: 100%;
  height: 20px;
  background-color: #fff;
  text-align: left;
  z-index: 20;
  position: relative;
  color: #4b4b4b;
}

.button-actions2:hover {
  cursor: pointer;
  background-color: #d7d7d7;
}

.divActions2 {
  float: left;
  margin-left: 10px;
  height: 25px;
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #d4d4d4;
  border-radius: 3px;
  background-color: #ffffff;
  color: #4b4b4b;
  font-size: 13px;
}

    .divActions2:hover {
        background-color: #f2f2f2;
        border: 1px solid rgba(0,0,0,.17);
        border-radius: 4px;
        background-clip: padding-box;
    }

    .divActions2:active {
        background-color: #e4e4e4;
    }

/*.custom-actions {
  height: 25px;
  width: 100%;
  vertical-align: middle;
 }

.actions-title {
  float: left;
  padding-top: 5px;
}

.actions-arrow {
  background: url(../images/arrow_button_1.png) no-repeat center center;
  border-left: 1px solid #898989;
  width: 18px;
  height: 25px;
  float: right;
}

.custom-actions:hover {
  cursor: pointer;
}*/

.divActionsButtons2 {
  width: inherit;
  height: 40px;
  min-width: 77px;
  display: none;
  position: absolute;
  padding-top: 1px;
  padding-bottom: 5px;
  margin-left: -5px;
  margin-top: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  box-shadow: 0 0 7px rgba(0,0,0,.22);
  -moz-box-shadow: 0 0 7px rgba(0,0,0,.22);
  -webkit-box-shadow: 0 0 7px rgba(0,0,0,.22);
  -khtml-box-shadow: 0 0 7px rgba(0,0,0,.22);
  box-shadow: 0 0 1px rgba(0,0,0,.22);
}


/* Edit Services*/

#contentAccountServices {
  margin-left: 5px;
  padding-top: 0px;
  margin-top: 0px;
}

.account_button_float {
  float: right;
  margin-right: 0;
  margin-top: 10px;
}

.service-header-content {
  height: 35px;
}

.account-section_header_text {
  float: left;
  display: inline;
  margin-top: 15px;
  font-size: 14px;
  /*font-weight: 600;*/
}

.services-license-content {
 border: 1px solid #d6d6d6;
 padding: 16px;
 margin:8px 0 8px 10px;
}

.licenseContent {
  width: 100%;
  height: 40px;
  min-width: 795px;
}

#avSeatContent,
#cfSeatContent,
#swgSeatContent,
#sigSeatContent {
  margin-top: 10px;
}

.licenseCountContent {
 float:left;
}


#inputAVSeatsContent,
#inputCFSeatsContent,
#inputSWGSeatsContent,
#inputPCHSeatsContent, 
#inputSIGSeatsContent {
  float: left;
  margin-right: 10px;
}

.buttonAddContent {
  padding-bottom: 8px;
  float: left;
}

.divButtonAdd {
    display: inline;
    float: left;
  }

.divCartProgress {
    display: inline;
    float: left;
    margin-left: 16px;
  }

.renewalDate {
  position: relative;
  /*float: left;*/
  margin-right: 30px;
  /*left: 30px;*/
}

.renewalContent {
  position: relative;
  float: left;
  width: 750px;
  /*left: 30px;*/
}

.renewalContentLg {
	position: relative;
	float: left;
	width: 780px;
}

.renewalSwitch {
  height: 26px;
  /*display: inline;*/
  /*float: left;*/
  /*margin-left: 20px;*/ 
  margin-top: 10px;
}

.renewal-content-left {
	float: left;
	width: 16%;
}

.renewal-content-right {
	float: left;
	width: 80%;

}

.license-type-container {
  margin-left: 10px;
}

.discontinue-service {
  margin-left: 20px;
}

.renew-button {
  margin-left: 20px;
}

.titlebar-renew {
  /*background-color: #F7F7F7;
  border-radius: 5px 5px 0 0;*/
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  /*border-bottom: 1px solid #E5E5E5;*/
  padding-left: 30px;
  margin-top: 20px;
}

.titlebar-renew-text {
  margin-bottom: 8px;
}

.renew-content {
  margin: 20px 0 20px 30px;
}

.titlebar-convert-license {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  padding-left: 30px;
  margin-top: 20px;
}


.titlebar-convert-license-text {
  margin-bottom: 8px;
}

.convert-license-content {
  margin: 20px 0 20px 30px;
}

.convert-license-count {
  margin-left: 20px;
}

.convert-license-content-top {
  margin-top: 15px;
}

.convert-license-buttons {
  width: 100%;
  display: inline;
  float: left;
  text-align: center;
  margin-top:0;
}


.convert-license-content p {
  margin-right: 40px;
  margin-bottom: 10px;
}

.titlebar-discontinue {
  font-weight: bold;
  line-height: 18px;
  margin-top: 10px;
	margin-left: 10px;
}

.discontinue-content {
  margin: 10px 10px 0px 10px;
}

.discontinue-buttons {
  width: 440px;
  display: inline;
  float: left;
  text-align: center;
  margin: 20px 0px 20px -15px;
  padding: 10px 0px 0px 0px; 
  /*border-top: 1px solid #E5E5E5;*/
}

  .discontinue-buttons span {
     margin: 0px 5px 10px 5px;
  }

.discontinue-content p {
  /*margin-right: 10px;*/
  margin-bottom: 10px;
}


.license-type-container div span {
  /*margin-right: 10px;*/
}

.services-network-info {
 padding: 16px 0 0 16px;
}

.services-network-info-text {
  background: url(../images/info.png) no-repeat 0 top;
  height: 100%;
	width: 90%;
}

  .services-network-info-text p {
    margin-left: 20px;
  }

.cart-content {
  margin-left: 10px;
}

.no-border {
  border: none;
}


  /*.hyperlink-disabled {
  color: gray;
  text-decoration: none;
  cursor: default;
}*/

.expired-license-container {
  display: inline;
  float: left;
  margin-left: 20px;
  height: 18px;
}

.expired-image {
  float: left;
  margin-top: -1px;
}

.expired-message {
  float: left;
  margin-left: 10px;
}

.convert-billing-end {
  position: relative;
  margin-top: 20px;
  padding-right: 10px;
  height: 30px;
  width: 100%;
  min-width: 690px;
}

.ob-bottom-padding {
  padding-bottom: 12px;
}

#obDeleteDataContent p {
  margin-left: 23px;
}

#obPasswordContent {
  margin-left: 23px;
  margin-bottom: 30px;
}

#obDeleteWarning {
  margin-bottom: 20px;
}

#obPasswordContent input[type=password] {
  width: 315px;
  margin-left: 10px;
}

#obDeleteDataContent p:first-child {
  margin-top: 5px;
}

#obBillingDisclosure {
  background: url('../images/alert_1C.png') no-repeat left center;
  padding-top: 5px;
  padding-bottom: 5px;  
}


.convertMonthlyLinkContainer {
  background: url('../images/help.png') no-repeat right center;
  margin-left: 10px;
	margin-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.convert-monthly-link {
	margin-left: 10px;
  margin-right: 30px;
  line-height: 18px;
}

#convertMonthlyContent {
  margin-top: 20px;
  padding-bottom: 20px;
}

#avServicesContainer {
  min-width: 700px;
}


select {
  height: 25px;
  min-width: 150px;
}

.no-service-info {
  background: url(../images/Info_Filled.png) no-repeat 0 0;
  height:20px;
}

  .no-service-info p {
    margin-left: 30px;
  }

input[type="text"]:focus {
  border: 1px solid #898989;
}

.billingError {
  margin-top: 10px;
  text-align: center;
}


/*Payment Method Modal*/

.ng-modal-dialog-titlebar {
  background-color: transparent;
  border-radius: 5px 5px 0 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin: 0;
  padding: 20px 40px 8px 15px;
}

#divRequired {
  margin-bottom: 15px;
  margin-top: 20px;
}

#divPaymentButtons {
  width: 100%;
  box-sizing: border-box;
  margin-top: 120px;
  margin-left: 125px;
}

.payment-dashboard {
  background-clip: padding-box;
  background-color: #fff;
  border-color: #ffffff;
  border-bottom: 10px;
  border-left: 10px;
  border-right: 10px;
  border-top: 34px;
  border-radius: 12px;
  box-shadow: 0 0 7px rgba(0,0,0,.22);
  height: 300px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
  padding: 0;
  width: 600px;
  z-index: 102;
  overflow: hidden;
}

.paymentFrame {
  border: none;
  height: 100%;
  width: 100%;
  z-index: 103;
}

/*.position-account-modal {
  position: relative;
}*/


#accountServicesContainer {
  /*position: relative;*/
}

#obServicesContainer {
  /*position: relative;*/
}

.autotaskHelpLink {
  font-size: 14px;
  font-weight: bold;
}

.ui-spinner {
  border: 1px solid #999;
  display: inline;
  float: left;
  overflow: hidden;
  padding: 0 5px 0 0;
  position: relative;
  width: 50px;
  margin-right: 10px;
  height: 23px;
}

.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 1px 0 0 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}

  .ui-spinner a.ui-spinner-button {
    width: 15px;
  }

.spinner_input_label {
  float: left;
  display: inline;
  width: 180px;
  position: relative;
  top: 5px;
}

.disabled-spinner {
  border: 1px solid #999;
  border-radius: 5px;
  display: inline;
  float: left;
  overflow: hidden;
  padding: 3px 5px 2px 5px;
  position: relative;
  width: 45px;
  height: 18px;
  margin-right: 10px;
}


.button_wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#linkAutoTask {
  color: #359EB9;
  padding-left: 5px;
  cursor: pointer;
}

.radio-wrap {
 margin-left: -20px;
 text-indent: 20px;
}

.checkbox-wrap-div {
  display: inline;
  float: left;
  clear: left;
  margin-left: 20px;
}

.checkbox-wrap {
  margin-left: -20px;
  text-indent: 20px;
}

.checkbox-wrap-div input[type="checkbox"] + label span {
  margin-bottom: 0;
  margin-top: 2px;
}

.checkbox-wrap-bottom {
  padding-bottom: 7px;
}

.addDeviceWrap {
  margin-bottom: 2em;
  padding: 0 10px;

}

.addDeviceWrap:last-of-type {
  margin-bottom: 0.1em;
}


.addDeviceSection {
  width: 100%;
  margin-top: 10px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
  width: 80px;
  max-width: 80px;
}

.ui-spinner-input {
	border: 0px solid transparent;
  outline: 0px solid transparent;
  height: 30px;
  padding-top: 2px;
  padding-left: 3px;
  margin-top: -5px;
  margin-left: 0px;
}


#activationContent {
  margin-left: 10px;
  margin-bottom: 10px;
}

  #activationContent h3 {
    margin-bottom: 20px;
  }

  #activationContent p {
    margin-bottom: 10px;
  }

#activationContentButtons {
  margin: 23px auto 10px auto;
  text-align: center;
}

.ng-modal-content {
  padding: 15px 20px 30px 25px;
}

.ng-modal-content div {
  margin-bottom: 5px;
}

.ng-modal-content div:last-child {
  margin-bottom: 5px;
}
.ng-modal-content div p {
  margin-bottom: 15px;
}

.licenseContentLeft {
  float: left;
}

.licenseContentRight {
  float: left;
  margin-left: 25px;
  font-weight: bold;
}

.add-licenses-buttons {
  width: 100%;
  display: inline;
  float: left;
  text-align: center;
  margin-top:0;
  padding-bottom: 30px;
}

.cf-bottom-margin {
  margin-bottom: 20px;
}

.checkbox-wrap {
	margin-left: -25px;
	text-indent: 25px;
}

.ui-tooltip {
 position: absolute; 
    top: 100px; left: 100px;
  max-width: 800px !important;
  width: auto !important;
	padding: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 85%;
	}

.imgVertical {
  vertical-align: middle !important;
  top: -1px;
}

.alertDropDown {
	margin-top: -15px;
}

.alertDropDownMac {
	margin-top: 0;
	min-width: 85px;
}

.invoiceDropDown {
	float: right;
	margin-right: 25px;
	margin-top: -15px;
}

.invoiceDropDownMac {
	float: right;
	margin-right: 25px;
	margin-top: 0;
	min-width: 85px;
}

.accountProfileHeight {
	padding-bottom: 108px;
}

.service-check {
  display: inline-block;
  background: url(../images/check.png) no-repeat 0 -1px;
  height: 100%;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.selectdivfull {
	padding-right: 0px  !important;
}

.selectdiv select {
	width: 101% !important;
	padding-left: 20px;
}

/*.selectdivleft select {
	width: 100% !important;
}*/

.selectdivfull select {
	width: 100% !important;
	padding-left: 20px;
}

.selectdiv:after {
	right: 1px!important;
}


.selectdivfull:after {
	right: 3px !important;
}

.styleDropdown {
  display:inline-block;
	position:relative;
  /*width:100%;*/
  min-width: 180px;
  font-family:'Open Sans',Arial,sans-serif;
  font-size: 12.6667px;
  vertical-align:middle;
	margin-bottom: 0.5em;
}

.twofa_code {
	width: 230px; 
	text-align: center; 
	letter-spacing: 5px; 
	font-size: 16px;
}

/*@media only screen and (max-width: 1522px) {
	.accountProfileHeight {
		padding-bottom: 110px;
	}
}

@media only screen and (min-width: 1522px) {
	.accountProfileHeight {
		padding-bottom: 125px;
	}
}

@media only screen and (min-width: 2845px) {
	.accountProfileHeight {
		padding-bottom: 140px;
	}
}

@media only screen and (min-width: 2983px) {
	.accountProfileHeight {
		padding-bottom: 140px;
	}
}

@media only screen and (min-width: 3112px) {
	.accountProfileHeight {
		padding-bottom: 140px;
	}
}

@media only screen and (min-width: 3126px) {
	.accountProfileHeight {
		padding-bottom: 165px;
	}
}*/