/*body, #mainWrapper {
}

body, .form-control{
	font-size:12px!important;
}

.floatRight{
	float:right;
	margin-right: 18px;
}

.has-error{
	color:red;
}

.formcontainer{
	padding: 20px;
}

.tablecontainer{
	padding-left: 20px;
}

.generic-container {
  width:100%;
}

.fade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 1;
}

.fade.ng-enter,
.fade.ng-leave {
  -webkit-transition: all 1s ease;
  transition: all 0.5s ease;
}

.fade.ng-enter {
  opacity: 0;
}

.fade.ng-enter-active {
  opacity: 1;
}

.fade.ng-leave {
  opacity: 1;
}

.fade.ng-leave-active {
  opacity: 0;
}

.profile-image {
  width: 30px;
  margin-top: -5px;
  margin-bottom: -5px;
}

.bg-extended {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ddd;
  min-width: 100%;
  height: 100%;
  display: table;
}

.align-vertical-center {
  display: table-cell;
  vertical-align: middle;
}

.well-heading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120px;
}

.well-heading h1 {
  color: #FFF;
  position: absolute;
  bottom: 10px;
  padding-left: 35px;
}

.well-body {
  margin: 150px 30px 30px 30px;
}

.three-dots-row-spinner {
  background-color: #009688;
  width: 50px;
  height: 50px;
}

.social-icons {
  margin: 20px;
}

.social-icons a {
  margin-right: 5px;
}

.social-icons .fa-linkedin {
  color: #0085AE;
}

.social-icons .fa-github {
  color: #070709;
}

.social-icons .fa-twitter {
  color: #32CCFE;
}

.social-icons .fa-wordpress {
  color: #21759b;
}

.mat-icon {
  font-size: inherit;
}*/

.recurly-hosted-field{
    height: 48px;
    padding: 10px;
    border: #e6e6e6 2px solid;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.62857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

div.error .recurly-hosted-field {
    border: 2px solid #e43c29;
}

.shop-cart-final-payment hr {
    margin: 30px 0 6px 0;
}

.promo >.form-group{
    margin-bottom: 0px !important;
}
.promo >.form-group:after{
    content: "" !important;
}
.fa.actived{
    color: #3c763d !important;
}
.fa.deactived{
    color: #ddd !important;
}
    /* display: block; */
    /* content: "."; */
    /* height: 0; */
    /* line-height: 0; */
    /* clear: both; */
    /* visibility: hidden; */


.card .bg-red, .card .bg-pink, .card .bg-purple, .card .bg-deep-purple, .card .bg-indigo, .card .bg-blue, .card .bg-light-blue, .card .bg-cyan, .card .bg-teal, .card .bg-green, .card .bg-light-green, .card .bg-lime, .card .bg-yellow, .card .bg-amber, .card .bg-orange, .card .bg-deep-orange, .card .bg-brown, .card .bg-grey, .card .bg-blue-grey, .card .bg-black {
    border-bottom: none !important;
    color: #fff !important;
}

.bg-pink {
    background-color: #E91E63 !important;
    color: #fff;
}

.m-b-15 {
    margin-bottom: 15px;
}
#topMain .dropdown-backdrop {
    display:none;
}
.termArticle p{
    line-height: 33px !important;
}

.childTerm{
    display: inline-block;
    margin-left: 10px;
}
.profileElement{
    padding-top: 7px;
    border-bottom: #ccc 1px dotted;
}
.subProfile{
    padding-left: 20px;
    padding-top: 7px;
}
.lineEnd{
    border-bottom: #ccc 1px dotted;
}
.lineEndPart{
    border-bottom: #ccc 1px double
}
.bntDeleteCam:hover{
    color: #7e8998;
}

.swichButton{
    
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 23px;
  margin-bottom: 0px;
  vertical-align: bottom;
  float: right;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #FFB700;
}

input:focus + .slider {
  box-shadow: 0 0 1px #e6a500;
}

input:checked + .slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.contentTnCClass #page-title{
    display: none !important;
}

.contentTnCClass .container{
    width: auto !important;
}
