body {
    background: #363e3f url(../img/classy_fabric.png);
}
h4 {
    margin: 0;
}
hr {
    margin: 0;
    margin-bottom: 10px;
    border: #363e3f solid 1px;
}
input[type="submit"]:hover {
    background-color: #75b93f;
    border-color: #75b93f;
    color: #fff;
}
.menu img {
    margin-right: 5px;
    height: 30px;
    width: inherit !important;
}
/* BASIC BOX */

.box-basic{
    background-color: #fff;
    border: 2px solid grey;
    border-radius: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 25px 0;
}
.box-basic .title-bar {
    border-bottom: 1px solid #777777;
}
.box-basic .title {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 5px;
}
.box-basic .sub-bar {
    color:#aeaeae;
    line-height:18px;
    margin-top: 5px;
}
.box-basic img {
    height: 100px;
}
.box-basic .row p{
    line-height: 20px;
}
.box-basic .promo {
    margin-bottom: 5px;
}
.box-basic .promo {
    line-height: 2px;
    font-size: 12px;
    font-style: italic;
}
.box-basic p{
    margin: 0;
}

/* End of Basic Box */
.ple {
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    margin: 0;
    margin-left: 15px;
}
.ple a {
    font-size: 14px;
    font-style: italic;
    cursor: pointer;
}
.privacy a {
    color: #75b93f;
}
.update-form input {
    padding: 5px;
    height: 30px;
    margin-bottom: 5px;
}
.ribbon {
    position: absolute;
    z-index: 9999;
    width: 150px;
    height: 150px;
    right: 0px;
    top: -5px;
}
.ribbion-new {
    background: url(../img/new.png) no-repeat;
}
.ribbion-purchased {
    background: url(../img/purchased.png) no-repeat;
}
.page-header {
    height: 670px !important;
    padding-bottom: 0;
}
.hero-screen {
    position: absolute;
    top: 155px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.hero-screen:hover {
    top: 80px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.hero-btn {
    position: absolute;
    top: 275px;
    left: 50%;
    margin-left: -120px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.hero-screen:hover .hero-btn {
    top: 150px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.disabled {
    color: grey !important;
    border-color: grey !important;
}
.disabled:hover {
    background-color: transparent !important;
    color: grey !important;
    border-color: grey !important;
}
.datepicker .disabled:hover {
    background-color: #e7e7e7 !important;
}
.exert {
    line-height: 16px;
    padding: 2px 10px 2px 10px;
    font-style: italic;
}

/* ERRORS */

.successHeader,
.errorHeader {
    width: 95%;
    padding: 12px;
    margin: 12px;
    color: #fff;
}
.successHeader span,
.errorHeader span {
    font-size: 12px !important;
}
.successHeader {
    background-color: #75b93f;
}
.errorHeader {
    background-color: #d94947;
}
ul.error li {
    display: none;
}
ul.error a {
    cursor: pointer;
}
ul.error {
    color: red;
    font-style: italic;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    margin-left: 40px;
    margin-bottom: 0;
}
input.error {
    background-color: #FFE8E8;
}
select.error {
    background-color: #FFE8E8;
}
.errorEmail {
    display: block;
    color: red;
    font-style: italic;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}
button[type="button"] {
    -webkit-appearance: none;
    background: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    min-width: 155px;
    border-radius: 25px;
    display: inline-block;
    padding: 14px 28px 13px 28px;
    line-height: 1;
    border: 2px solid #75b93f;
    color: #fff;
    max-width: 200px;
    font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.avatar {
    height: 100%;
}
.mail-sending label {
    display: none;
}
.mail-sending .error {
    color: #d94947;
}
.mail-sending input.error,
.mail-sending textarea.error,
.mail-sending select.error {
    border: 1px solid rgb(169, 169, 169);
    border-left: solid #d94947 2px;
}
.form-input-error {
    border-left: solid #d94947 2px !important;
}
.form-input-success {
    border-left: solid #75b93f 2px !important;
}
.cartCRD {
    width: 100%;
    float: left;
}
.cart {
    position: absolute;
    width: 250px;
    border: grey solid 1px;
    background-color: white;
    padding: 10px;
}
.cart .col-left {
    width: 30%;
    height: 50px;
    float: left;
    margin-bottom: 15px;
}
.cart .col-right {
    width: 70%;
    height: 50px;
    padding-left: 10px;
    float: left;
    margin-bottom: 15px;
}
.cart .col-50 {
    width: 50%;
    padding-left: 10px;
    float: left;
}
.cart p {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
}
.cart hr {
    border-top: grey solid 1px;
    border-bottom: 0;
}
.cart-mobile {
    float: left;
    width: 100%;
    border: 1px solid #dbdbdb;
    border-top: 0;
    text-align: center;
    line-height: 0;
    padding-top: 15px;
    font-size: 18px;
}
.cart-mobile .col-1 {
    width: 20%;
    height: 50px;
    float: left;
}
.cart-mobile .col-2 {
    width: 30%;
    height: 50px;
    float: left;
}
.cart-mobile .col-3 {
    width: 20%;
    height: 50px;
    float: left;
}
.cart-mobile .col-4 {
    width: 30%;
    height: 50px;
    float: left;
}
.cart-mobile .col-25 {
    width: 25%;
    padding-left: 10px;
    padding-top: 10px;
    float: left;
}
.cart-mobile .button img {
    margin-top: 5px;
    height: 30px;
}
.cart-mobile p {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
}
.cart1 {
    display: none;
}
.cart2 {
    display: none;
}
.cartT {
    display: none;
}
.widget-box {
    width: 100%;
    border: grey solid 1px;
    background-color: white;
    padding: 15px;
}
.widget-box .col-left {
    width: 30%;
    height: 50px;
    float: left;
    margin-bottom: 15px;
}
.widget-box .col-right {
    width: 70%;
    height: 50px;
    padding-left: 10px;
    float: left;
    margin-bottom: 15px;
}
.widget-box .col-50 {
    width: 50%;
    padding-left: 10px;
    float: left;
    margin-bottom: 15px;
}
.widget-box p {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
}
.widget-box hr {
    border-top: grey solid 1px;
    border-bottom: 0;
}
.widget-box input,
.widget-box button {
    height: 30px;
    margin-left: 5px;
    padding-top: 3px;
}
.dark {
    background-color: #dedede;
}
.comment-number {
    position: absolute;
    width: 20%;
    left: 40%;
    top: 30.5%;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    color: #b8332a;
    z-index: 99999;
}
.btn-block-full {
    float: left;
    width: 100%;
    height: 50px;
    border: 1px solid #dbdbdb;
    text-align: center;
    line-height: 0;
    padding: 25px;
    font-size: 18px;
}
.btn-block-login {
    float: left;
    width: 50%;
    height: 50px;
    border: 1px solid #dbdbdb;
    text-align: center;
    line-height: 0;
    padding: 25px;
    font-size: 18px;
}
.btn-block-login:nth-child(n+2) {
    border-left: 0;
}
.btn-block-login:nth-child(n+3) {
    border-top: 0;
}
.btn-block-login:hover {
    background-color: #75b93f;
    border: 1px solid #406e1c;
    color: #fff;
}
.btn-block-cart {
    float: left;
    width: 100%;
    height: 30px;
    border: 1px solid #dbdbdb;
    border-top: 0;
    text-align: center;
    line-height: 0;
    padding-top: 5px;
    font-size: 18px;
}
.btn-block-cart:hover {
    background-color: #75b93f;
    border: 1px solid #406e1c;
    color: #fff;
}
.btn-thin {
    padding: 8px 28px 8px 28px;
}
a {
    cursor: pointer;
}
.fabric {
    background: #363e3f url(../img/classy_fabric.png) !important;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}
.video-container iframe, .video-container object, .video-container embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-holder {
    padding: 10px;
    background: #363e3f url(../img/classy_fabric.png) !important;
}
.video-sm {
    width: 555px;
    height: 320px;
}
.video-lg {
    width: 1140px;
    height: 650px;
}
.video-holder-lg {
    width: 100%;
    height: 675px;
}
.note-xlg {
    width: 555px;
    height: 1000px;
}
.note-lg {
    width: 555px;
    height: 648px;
}
.note-sm {
    width: 555px;
    height: 300px;
}
.question-sm {
    position: absolute;
    width: 555px;
    height: 320px;
}
.frame-lexicon {
    width: 555px;
    height: 1000px;
}
.lexicon {
    width: 538px;
    height: 100%;
    padding: 25px;
}
.lexicon .search {
    position: relative;
    width: 100%;
}
.lexicon .search_input {
    position: absolute;
    top: 0;
    right: 0;
    height: 35px;
    text-align: right;
    border-radius: 35px;
    padding: 5px;
    padding-right: 15px;
}
.lexicon .search_before {
    width: 25%;
    background-color: rgba(255, 255, 255, 0.6);
    border: 2px solid rgba(78, 78, 78, 0.6);
}
.lexicon .search_after {
    width: 35%;
    background-color: #fff;
    border: 2px solid #4e4e4e;
}
.lexicon h2 {
    font-size: 32px;
    color: #464646;
}
.lexicon hr {
    border: 1px solid #4e4e4e;
}
.lexicon p {
    font-size: 16px;
    text-indent: -20px;
    margin-left: 20px;
    color: #636363;
}
.lexicon strong {
    font-size: 17px;
    color: #4e4e4e;
}
.btn-video {
    padding: 5px;
}
.boot_note {
    height: 1000px !important;
}
.btn-left {
    border-top-left-radius: 25px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 0;
}
.btn-center {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-right {
    border-top-left-radius: 0;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 25px;
}
.btn-break {
    width: 2px;
    height: 25px;
    background-color: #75b93f;
    display: inline-block;
    margin-bottom: -9px;
}
.user-check {
    position: absolute;
    right: 30px;
    margin-top: -45px;
    z-index: 5000;
    color: #75b93f;
}
.chapter-menu {
    border: solid #363e3f 2px;
}
.chapter-menu td {
    padding: 3px;
    padding-right: 10px;
    font-family: standard;
    font-size: 14px;
    cursor: pointer;
    height: 30px;
}
.chapter-menu tr:hover {
    background-color: #75b93f;
    color: #f7f7f7;
}
.chapter-menu th {
    padding: 3px;
    padding-right: 10px;
    background-color: #363e3f;
    color: #f7f7f7
}
.chapter-menu tr:nth-of-type(even) {
    background-color: #fff;
}
.chapter-menu tr:nth-of-type(odd) {
    background-color: #dbdbdb;
}
.chapter-menu .play {
    background-color: #75b93f !important;
    color: #f7f7f7 !important;
}
.chapter-menu tr:hover {
    background-color: #75b93f;
    color: #f7f7f7;
}
.video-lexicon {
    position: absolute;
    width: 555px;
    height: 300px;
    z-index: 9500;
}
.video-lexicon .btn-close {
    position: absolute;
    padding: 5px;
    color: #464646 !important;
}
.video-lexicon .btn-close:hover {
    color: #75b93f !important;
}
.video-intro {
    position: absolute;
    width: 555px;
    height: 648px;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 9500;
    padding: 25px;
}
.video-intro h1 {
    margin-bottom: 10px;
}
.video-intro .download {
    font-size: 16px !important;
    color: #75b93f;
}
.video-intro .des {
    text-indent: -30px;
    margin-left: 30px;
}
.video-intro .col {
    width: 225px;
    float: left;
}
.video-intro .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #75b93f !important;
}
.video-intro-video {
    position: absolute;
    width: 1140px;
    height: 650px;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 9500;
    padding: 25px;
    display: none;
}
.video-intro-video h1 {
    margin-bottom: 10px;
}
.video-intro-video .download {
    font-size: 16px !important;
    color: #75b93f;
}
.video-intro-video .des {
    text-indent: -30px;
    margin-left: 30px;
}
.video-intro-video .col {
    width: 225px;
    float: left;
}
.video-intro-video .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #75b93f !important;
}
.video-overlay .circle {
    position: absolute;
    left: 225px;
    top: 80px;
    width: 150px;
    height: 150px;
    border-radius: 150px;
    cursor: pointer;
    z-index: 9999;
}
.video-overlay .glyphicon-play {
    position: relative;
    top: 34px;
    left: 45px;
    color: #fff;
    font-size: 80px;
}
.video-overlay .black-bkgd {
    position: absolute;
    width: 555px;
    height: 320px;
    background-color: rgba(0, 0, 0, 0.7);
}
.question-overlay {
    padding: 10px;
}
.question-overlay .black-bkgd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -50;
}
.float-right {
    float: right;
}
.notes-btn {
    position: absolute;
    top: 225px;
    width: 25px;
    height: 120px;
    z-index: 9600;
}
.notes-btn a {
    position: relative;
    top: 75px;
    left: -65px;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    padding: 5px;
    padding-right: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.note-holder {
    background-color: white;
    border: solid #363e3f 2px;
    border-bottom-right-radius: 250px;
    border-top-right-radius: 250px;
    margin-left: 0;
    margin-right: 5px;
    width: 99.5%;
    height: 125px;
}
.note-holder h5:hover {
    color: #75b93f !important;
}
.note-black {
    position: fixed;
    background: url(../img/black-strip.png) repeat-x;
    width: 100%;
    height: 160px;
}
.note-pad {
    height: 125px;
}
.note-holder .circle {
    position: absolute;
    right: 35px;
    top: 25px;
    width: 75px;
    height: 75px;
    background-color: #75b93f;
    border-radius: 50px;
    cursor: pointer;
}
.form-contact .CC,
.question-holder .CC,
.note-holder .CC {
    position: absolute;
    left: 250px;
    top: 123px;
    padding-left: 5px;
    width: 160px;
    height: 20px;
    z-index: 9999;
    display: none;
    color: #d94947;
    background-color: white;
}
.question-holder .CC {
    top: 199px;
    left: 335px;
}
.form-contact .CC {
    top: inherit;
    left: 116px;
    bottom: 46px;
}
.note-holder .glyphicon-pencil {
    position: relative;
    top: 25px;
    left: 25px;
    color: #fff;
    font-size: 28px;
}
.question-holder {
    border: solid #fff 2px;
    margin-left: 5px;
    margin-right: 5px;
    width: 500px;
    height: 125px;
}
.question-holder textarea {
    float: left;
    background-color: rgba(0, 0, 0, 0.4);
    border: none;
    padding: 5px;
    padding-left: 10px;
    width: 496px;
    height: 120px;
    resize: none;
    color: #fff;
}
.question-holder .btn-primary {
    background-color: #fff;
    border-color: #fff;
    color: #000000;
}
.question-holder .btn-primary:hover {
    background-color: #75b93f;
    border-color: #75b93f;
    color: #fff;
}
.note-paste {
    background-color: #c0c0c0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-left: 5px;
    margin-right: 5px;
    width: 530px;
    height: auto;
    padding: 10px;
}
.note-text {
    width: 100%;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
}
.note-paste h5 {
    margin: 0;
    padding: 0;
    float: left;
}
.note-paste h6 {
    font-weight: normal;
    font-size: 14px;
    color: #9d9d9d;
    margin: 0;
    margin-top: 3px;
    padding: 0;
    float: right;
}
.note-paste p {
    margin-top: 25px;
}
.note-paste .question {
    font-size: 16px;
    font-weight: 900;
    color: #333333;
    margin-bottom: 0;
}
.note-paste .sub-question {
    font-size: 16px;
    font-weight: 900;
    color: #333333;
    margin: 0;
}
.note-paste .question-text {
    margin-top: 0;
    margin-left: 10px;
}
.note {
    float: left;
    border: none;
    padding: 5px;
    width: 79%;
    height: 120px;
    resize: none;
}
.hover-botton {
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom-left-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    z-index: 99999;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.frame-window:hover .hover-botton {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.hover-botton a {
    color: #d94947;
}
.hover-botton a:hover {
    color: #363e3f;
}
.search::-webkit-input-placeholder {
    color: #777777
}
.search::-moz-placeholder {
    color: #777777
}
.search input {
    height: 22px;
    width: 90%;
    padding: 0;
    font-size: 14px;
    border: none;
    background-color: transparent;
}
.amazon {
    position: relative;
    height: 45px;
    width: 228px;
    overflow: hidden;
    float: left;
}
.amazon img {
    position: absolute;
    top: 0;
    left: 0;
    height: 45px;
    max-width: none;
    left: 0;
}

/*
.cart {
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
}
.cart .total {
    text-align: right;
    padding-right: 10px;
}
.cart {
    border: solid #363e3f 2px;
}
.cart td {
    padding: 3px;
    padding-right: 3px;
    padding-left: 10px;
    font-family: standard;
    font-size: 14px;
    height: 30px;
}
.cart #giftCourse1 td {
    padding-right: 0
}
.cart #giftCourse2 td {
    padding-right: 0
}
.cart th {
    padding: 3px;
    padding-left: 10px;
    background-color: #363e3f;
    color: #f7f7f7;
    height: 25px;
    line-height: 20px;
}
.cart .total-row {
    background-color: #75b93f;
    color: #f7f7f7;
}
.cart .add td {
    padding-left: 15px;
    color: #75b93f;
}
.cart hr {
    margin: 0;
    background-color: grey;
}
.cart .subTitles td {
    height: 25px;
    padding-bottom: 0;
    padding-top: 12px;
    line-height: 0;
}
*/

.hr td {
    height: 2px;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
}
.course-desc {
    color: white;
    padding-left: 15px;
    padding-right: 15px;
}
.text-white {
    color: #fff;
}
.text-red {
    color: #d94947;
}
.text-light-grey {
    color: #c2c2c2;
}
.popup-note {
    position: fixed;
    top: 25%;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    height: auto;
    color: #FFFFFF !important;
    z-index: 9875;
    text-align: center;
}
.popup-note table {
    border: #fff solid 2px;
    background: 50% 50% no-repeat rgb(0, 0, 0);
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* For IE8 and earlier */
}
.popup-note .close {
    background-color: #B8332A;
    padding: 2px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    border-left: #fff solid 2px;
    border-bottom: #fff solid 2px;
    padding-top: 6px;
}
.popup-note .success{
    display: none;
}
@media only screen and (max-width: 1150px) {
    .popup-note {
        left: 25%;
        width: 50%;
        margin-left: 0;
    }
}
.blackOverlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9850;
    background: 50% 50% no-repeat rgb(0, 0, 0);
    opacity: 0.85;
    filter: alpha(opacity=85);
    /* For IE8 and earlier */
    cursor: pointer;
}
.black-out {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9850;
    background: 50% 50% no-repeat rgb(0, 0, 0);
}
.delete {
    color: #B8332A;
    font-size: 12px;
    font-style: italic;
    cursor: pointer;
}
.delete i {
    font-size: 10px;
}
.addGift {
    color: grey;
    display: none;
}
.text-green {
    color: #75b93f;
}
.iframe-info {
    width: 100%;
    height: 500px;
    border: solid #363e3f 2px;
}
.iframe-tab {
    float: left;
    border: solid #363e3f 2px;
    border-bottom: none;
    padding: 2px;
    padding-left: 8px;
    padding-right: 8px;
    color: #363e3f;
    margin-right: 5px;
}
.iframe-tab:hover {
    background-color: #363e3f;
    color: #fff;
    cursor: pointer;
}
.iframe-tab-fill {
    background-color: #363e3f;
    color: #fff;
}
.input-quantity {
    width: 37px;
    height: 25px;
    border: none;
    background-color: transparent;
    text-align: right;
    border: solid #363e3f 1px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
    margin-left: 3px;
}
.create-box {
    background: rgba(54, 62, 63, 0.4);
    border: solid #363e3f 2px;
    padding: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.or {
    margin-top: 10%;
}
.login-page {
    height: auto !important;
}
.login-margin {
    margin-top: 15px;
    margin-bottom: 30px;
}
.paypal button,
.amazon button {
    background: none;
    border: none;
}
.chapter-menu span {
    cursor: pointer;
}
.userbox:nth-of-type(even) {
    background-color: #ebebec;
}
.userbox input {
    height: 23px;
    border: none;
    border-bottom: 1px solid grey;
    background-color: transparent;
    padding-left: 5px;
}
#add_user td {
    padding: 5px;
}
.invoice {
    width: 90%;
    background-color: #fff;
    margin: 5%;
}
.invoice th {
    background-color: #606060;
    color: #fff;
    padding: 3px;
    padding-left: 25px;
    padding-right: 25px;
}
.invoice td {
    padding-left: 25px;
    padding-right: 25px;
}
.invoice label {
    margin: 0;
}
.invoice h3 {
    margin-bottom: 15px;
}
.invoice .sub-table {
    margin-bottom: 25px;
}
.profile h1 {
    margin-bottom: 5px;
}
.profile h3 {
    margin-bottom: 24px;
    margin-left: 10px;
    color: grey;
}
.userbox .icon a {
    color: #777777;
}
.userbox .icon a:hover {
    color: #d94947;
}
.user-form {
    padding-top: 20px;
    padding-bottom: 20px;
}
.user-form .left_col {
    padding-right: 10px;
    vertical-align: middle;
}
.user-form .right_col {
    padding-left: 10px;
    vertical-align: middle;
}
.user-form td {
    padding: 5px;
}
.part2 {
    display: none;
}

/* = = = ON OFF SWITCH = = = */

.admin-button {
    position: absolute;
    right: 40px;
}
.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}
.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ADMIN";
    padding-left: 10px;
    background-color: #75b93f;
    color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "CLIENT";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}
.powerswitch:before {
    content: "ON";
}
.powerswitch:after {
    content: "OFF";
}
.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 59px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
#btn_mobile {
    display: none;
}
#btn_work {
    border-top-left-radius: 25px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 0;
}
.text3 input {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #000000 !important;
}
.text3 input:hover {
    background-color: #75b93f !important;
    border-color: #75b93f !important;
    color: #fff !important;
}
.message-disabled {
    position: absolute;
    width: 92.5%;
    height: 91.5%;
    background-color: rgba(184, 51, 42, 0.8);
    border-radius: 25px;
    border-bottom-left-radius: 22px;
}
.message-disabled h2 {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    margin: 0;
    color: #fff;
    text-align: center;
    padding: 25px;
    padding-top: 50px;
    padding-bottom: 100px;
}
.messages {
    width: 100%;
    margin-bottom: 15px;
    border: #75b93f solid 2px;
    padding: 10px;
    background-color: #fff;
}
.messages .head {
    width: 100%;
    border-bottom: #75b93f solid 2px;
}
.messages .delete {
    font-size: 14px !important;
}
.messages .from {
    width: auto;
    text-align: left;
    padding: 5px;
    padding-left: 10px;
    padding-right: 15px;
    font-size: 18px;
}
.messages .account {
    width: auto;
    float: right;
    text-align: right;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
}
.messages .body {
    padding: 10px;
    padding-left: 25px;
    text-align: left;
}
.side-bar {
    width: 100%;
    height: auto;
    border: #75b93f solid 2px;
    background-color: #fff;
    padding: 10px;
    margin-top: 24px;
}
.side-bar a {
    color: #777777;
}
.side-bar a:hover {
    color: #424242;
}
.action {
    text-align: right;
}
.power-form input[type='text'] {
    height: 30px;
    text-align: center;
    font-size: 18px;
    padding-top: 3px;
}
.power-form h4 {
    background-color: rgba(227, 167, 43, 0.8);
    text-shadow: 1px 1px 1px #888888;
    padding: 10px;
    margin-bottom: 15px;
}
.upcoming-maintenance th {
    font-size: 18px;
    font-weight: bold;
}
.admin-icon {
    max-width: 100%;
    height: 260px;
}
.mail-sending hr {
    margin: 5px;
    margin-bottom: 15px;
    border: 1px solid #777777;
}
.mail-sending h4 {
    color: #777777;
}
.mail-sending input {
    height: 22px;
    padding: 0;
    width: 40%;
    margin-top: 3px;
}
.mail-sending textarea {
    padding: 5px;
}
.popup-preview {
    position: absolute;
    top: 400px;
    left: 50%;
    margin: 0 0 0 -350px;
    width: 700px;
    height: auto;
    color: #FFFFFF !important;
    z-index: 9875;
    text-align: center;
    background: #363e3f url(../img/classy_fabric.png);
    padding-bottom: 10px;
    border: #fff solid 5px;
}
.close {
    background-color: #B8332A;
    padding: 5px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}
.close:hover {
    background-color: #91211a;
    padding: 5px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}
.promo-table td {
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border-right: 1px solid #777777;
}
.promo-table tr {
    border-bottom: 1px solid #777777;
}
.promo-table tr:last-child {
    border-bottom: none;
}
.promo-table td:last-child {
    border-right: none;
}
.promo-table input[type='number'] {
    background: none;
    border: none;
    text-align: right;
    width: 50px;
}
.promo-table hr {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 60px;
}
.subnav img {
    float: left;
    width: 29%;
}
.subnav span {
    width: 140px;
    padding-top: 5px;
    float: none !important;
    display: block;
    margin-top: 4px;
}
.simple-bar {
    padding: 5px 50px;
    background-color: #b3b3b3;
}
.simple-bar.header {
    background: #363e3f url(../img/classy_fabric.png);
}
.purchase .box .pricing-table {
    background-color: #fff;
    border: 2px solid rgba(119, 119, 119, 0.2);
    border-radius: 25px;
}
.purchase input {
    border: 2px solid rgba(119, 119, 119, 0.2) !important;
    background-color: #f4f4f4 !important;
}
.btn-facebook {
    padding: 10px;
    background-color: #3b5998;
    color: #fff;
    border-color: #3b5998;
    border-radius: 5px;
    font-size: 18px;
}
.btn-facebook:hover {
    background-color: #3b5998;
    color: #fff;
    border-color: #3b5998;
    border-radius: 5px !important;
    border-radius: 50px;
}
.btn-facebook img {
    height: 40px;
}
.plans-table table {
    width: 100%;
}
.plans-table table td {
    padding: 10px 5px 10px 5px;
}
.plans-table table strong {
    font-size: 24px;
}
.plans-table table label {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
}
.plans-table table .glyphicon-ok {
    color: #75b93f;
    font-size: 25px;
}
.plans-table table .glyphicon-remove {
    color: #d94947;
    font-size: 25px;
}
.plans-table table .glyphicon-minus {
    color: #777777;
    font-size: 25px;
}
.plans-table table tr:first-child {
    border-top: 1px #777777 solid;
}
.plans-table table tr:last-child {
    border-bottom: 1px #777777 solid;
}
.plans-table table td {
    border-left: 1px #777777 solid;
}
.plans-table table td:last-child {
    border-right: 1px #777777 solid;
    background-color: #75b93f !important;
    color: #fff !important;
}
.plans-table table td:last-child h2,
.plans-table table td:last-child .glyphicon-ok,
.plans-table table td:last-child .glyphicon-remove,
.plans-table table td:last-child .glyphicon-minus {
    color: #fff !important;
}
.plans-table table tr:nth-of-type(even) td:last-child {
    background-color: #83c64f !important;
}
.plans-table table tr:nth-of-type(even) {
    background-color: #fff;
}
.plans-table table img {
    height: 25px;
}
.plans-table table p {
    text-align: left;
}
.plans-table table .btn-primary {
    padding: 8px !important;
    min-width: 105px !important;
}
.plan-features {
    list-style: circle;
    margin-left: 40px;
}
.plan-des .col-md-6 {
    display: flex;
    margin-bottom: 25px;
}
.plan-des .col-md-6 .box {
    border: 2px solid #777777;
    border-radius: 25px;
    padding: 15px;
}
.plan-des .row {
    display: flex;
}
.plan-des h1 {
    margin-bottom: 10px;
}
.plan-des .home .box {
    background-color: #75b93f;
    border-color: #fff;
}
.payment-type div {
    float: left;
    width: 50%;
}
.amazon-widget {
    position: relative;
    left: 50%;
    margin-left: -200px;
}
.avatar-crop {
    border-radius: 500px;
}
.ebooks td {
    padding: 3px 10px 3px 10px;
}
.ebooks .message {
    background-color: #b8332a;
    color: #fff;
}

/* BLOG */

.blog header .edit-icon {
    position: absolute;
    left: 50%;
    top: 250px;
    background-image: url(/assets/img/icon-pencil-white.png);
    background-size: contain;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    z-index: 9999;
    cursor: pointer;
}
.blog header .edit-icon:hover {
    background-image: url(/assets/img/icon-pencil-green.png);
}
.blog .blank-input {
    padding-left: 10px;
}
.blog .blank-input:hover {
    border: 1px solid #fff;
}
.article-body p {
    font-family: 'adobe-gramond-pro' !important;
}
.notice {
    line-height: 16px !important;
    color: #e3a72b;
    background-color: #fcfbe5;
    margin-top: 10px !important;
    padding: 3px 5px;
    width: 100%;
}

/* END blog */

.basic-table th{
    border-right: 1px solid #ebebec;
}

.basic-table th:last-child{
    border-right: 0;
}

.basic-table tr:nth-of-type(even){
    background-color: #ebebec;
}

.side-nav {
    position: relative;
    float: left;
    width: 200px;
    height: 100%;
    z-index: 9997;
    background: #363e3f url(../img/classy_fabric.png);
}

.side-nav h4 {
    text-align: center;
    background-color: #75b93f;
    padding: 5px 10px;
}

.side-nav h4 img {
    max-height: 50px;
    border-radius: 75px;
    margin-right: 5px;
}

.side-nav h4 a:first-child {
    margin-top: 5px;
}

.side-nav h4 a.red:hover {
    background-color: #d94947 !important;
}

.side-nav h2 {
    text-align: center;
    margin: 15px 0 0;
    color: #fff;
}

.side-nav a {
    position: relative;
    display: block;
    width: 100%;
    background-color: #4a4949;
    margin: 2px 0;
    color: #fff;
    padding: 5px;
}

.side-nav a.selected {
    background-color: #75b93f;
}
.side-nav a.selected:hover {
    background-color: #75b93f;
}

.side-nav a:hover {
    background-color: #696969;
}

.side-nav a label {
    margin-top: 8px !important;
    display: inline;
    position: absolute;
    font-size: 14px !important;
    margin-left: 10px !important;
    cursor: pointer;
    font-weight: normal !important;
    line-height: 14px !important;
}

.side-nav .glyphicon {
    font-size: 26px;
}

.container-admin {
    width: 90%;
    margin: 0 5%;
    max-width: 1000px;
    position: relative;
    float: left;
}

@media only screen and (max-width: 991px) {
    .plan-des .row {
        margin-bottom: 25px;
        display: inherit;
    }
}
@media only screen and (max-width: 700px) {
    .plans-table table strong {
        font-size: 16px;
    }
    .plans-table table label {
        font-size: 14px;
        font-weight: normal;
        margin: 0;
    }
    .plans-table table h2 {
        font-size: 16px;
    }
    .col-xs-hide {
        display: none;
    }
}
@media only screen and (max-width: 730px) {
    .plans-table table strong,
    .plans-table table label,
    .plans-table table h2 {
        font-size: 12px;
    }
    .plans-table table .btn {
        display: inline;
        font-size: 12px !important;
        border: none !important;
        padding: 0 !important;
        min-width: 0 !important;
    }
    .plans-table table .btn:hover {
        font-size: 12px !important;
        border: none !important;
        padding: 0 !important;
        min-width: 0 !important;
        background-color: transparent !important;
        color: #777 !important;
    }
}
.plans-table table .shorten {
    display: none;
}
@media only screen and (max-width: 490px) {
    .plans-table table .longer,
    .plans-table table .point {
        display: none;
    }
    .plans-table table .shorten {
        display: inline;
    }
    .plans-table table .decimal {
        font-size: 8px;
    }
}
.free-access {
    display: none;
    !important
}
@media only screen and (max-width: 440px) {
    .plans-table table .headers {
        background-color: #fff;
    }
    .plans-table table .headers td:last-child {
        background-color: #83c64f !important;
    }
    .plans-table table .cost {
        display: none;
    }
    .plans-table table .signup {
        display: none;
    }
    .free-access {
        display: inline;
        width: 100%;
    }
    .plans-table table .second-to-last {
        border-bottom: 1px #777777 solid;
    }
}
@media only screen and (min-width: 320px) and (max-width: 600px) {
    .hero-screen {
        position: absolute;
        top: 185px;
    }
    .hero-screen:hover {
        top: 185px;
    }
    .hero-btn {
        position: absolute;
        top: 20%;
        left: 50%;
        margin-left: -120px;
    }
    .hero-btn h5 {
        margin: 0;
    }
    .hero-screen:hover .hero-btn {
        top: 20%;
    }
}
@media only screen and (min-width: 320px) and (max-width: 500px) {
    .hero-screen {
        position: absolute;
        top: 244px;
    }
    .hero-screen:hover {
        top: 244px;
    }
    .hero-btn {
        position: absolute;
        top: 20%;
        left: 50%;
        margin-left: -120px;
    }
    .hero-btn h5 {
        margin: 0;
    }
    .hero-screen:hover .hero-btn {
        top: 20%;
    }
}
@media only screen and (min-width: 320px) and (max-width: 1200px) {
    #btn_mobile {
        display: inline-block;
        background: none;
        color: #fff;
        border-color: #75b93f;
        background-color: #75b93f;
    }
    #btn_work {
        display: none;
    }
    #btn_large {
        display: none;
    }
    #btn_notes {
        display: none;
    }
    .btn-break {
        margin-bottom: -17px;
    }
    .note-lg {
        height: 300px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
    #frame_video {
        width: 439px;
        height: 256px;
    }
    #frame_note {
        width: 100%;
    }
    #frame-menu {
        width: 439px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 500px) {
    #frame_video {
        width: 344px;
        height: 256px;
    }
    .video-overlay .black-bkgd {
        width: 344px;
        height: 256px;
    }
    .video-overlay .glyphicon-play {
        top: 13px;
        left: -70px;
    }
    #intro_on_notes {
        width: 344px;
        height: 800px;
    }
    #boot_note {
        height: 500px;
    }
    #frame_note {
        height: 472px;
        width: 334px;
    }
    #frame-menu {
        width: 334px;
    }
}
@media print {
    a[href]:after {
        content: none !important;
    }
    body * {
        visibility: hidden;
    }
    .PRINT * {
        visibility: visible;
    }
    .PRINT {
        position: absolute;
        top: 40px;
    }
    .PRINT div {
        border: none;
    }
}

/* AMAZON PAYMENT WIDGETS */

#addressBookWidgetDiv {
    min-width: 300px;
    max-width: 600px;
    min-height: 228px;
    max-height: 400px;
}
#walletWidgetDiv {
    min-width: 300px;
    max-width: 600px;
    min-height: 228px;
    max-height: 400px;
}

/* Smartphone and small window */

#addressBookWidgetDiv {
    width: 100%;
    height: 228px;
}
#walletWidgetDiv {
    width: 100%;
    height: 228px;
}

/* Desktop and tablet */

@media only screen and (min-width: 768px) {
    #addressBookWidgetDiv {
        width: 400px;
        height: 228px;
    }
    #walletWidgetDiv {
        width: 400px;
        height: 228px;
    }
}
