html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background:#f7f9fa;
    color:#414042;
    scroll-behavior: smooth;
}

body {font-size: 0.8em;}

a {color:#CD2530;}
a:hover {color:#333;}

img {max-width:100%; height:auto;}

img.round {border-radius:1000px;}

h1,h2,h3,h4,h5,h6 {font-weight:400;}

.btn {white-space: normal;}

.br-1 {border-radius: 1px;}
.br-2 {border-radius: 2px;}
.br-3 {border-radius: 3px;}
.br-4 {border-radius: 4px;}
.br-5 {border-radius: 5px;}
.br-6 {border-radius: 6px;}
.br-7 {border-radius: 7px;}
.br-8 {border-radius: 8px;}
.br-9 {border-radius: 9px;}
.br-10 {border-radius: 10px;}

#beta {
    margin: -30px -30px 30px;
    letter-spacing: 0.1em;
}

.bg-light-gray {background:#eee !important;}
.text-orange {color:#ffba00 !important;}
.text-purple {color:#861fa3 !important;}


.small-gray-button {
    color: #999;
    font-size: 0.7em;
}

.small-gray-button:hover {
    color: #333;
}

.page-container {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: top;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

#mainmenu {
    display: table-cell;
    position: relative;
    width: 260px;
    height: 100%;
    background: #ecedee !important;
    /*border-right: 1px solid #ced5db;*/
    z-index: 2;
    box-shadow: 2px 0 4px rgba(0,0,0,0.2);
}

#mainmenu .fixed {
    position: fixed;
    width: 260px;
  overflow: auto;
  min-height: 100%;
}

#mainmenu .fixed .scroll-fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: auto; 
  max-height:100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#mainmenu .fixed .scroll-fixed::-webkit-scrollbar { 
    display: none;
}

.hide_menu {
    position: fixed;
    bottom: 15px;
    left: 260px;
    z-index: 111;
}

a#hide_show_menu {
    padding: 8px;
    background: #ddd;
    line-height: 1em;
    margin: 0;
    display: inline-block;
    color: #343A40;
}

a#hide_show_menu .rotated {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

@media(max-width:768px) {
    .hide_menu {display:none;}
}

.page-container .maincontent {
    display: table-cell;
    position: relative;
    z-index: 1;
    padding: 30px;
    padding-bottom: 0;
    vertical-align: top;
    word-break: break-word;
    width: 100%;
    -webkit-transition: opacity 100ms ease-in-out;
    -moz-transition: opacity 100ms ease-in-out;
    -o-transition: opacity 100ms ease-in-out;
    transition: opacity 100ms ease-in-out;
}


#mainmenu #logo {
    text-align: center;
    padding: 10px;
    background:#343a40 !important;
   /* border-right: 1px solid #191e22;*/
}

.leftMenu {
    padding: 0;
}

.leftMenu a.nav-link {
    color: #787c80;
    border-bottom: 1px solid #ced5db;
    padding: 18px 9px;
}

.leftMenu  a.nav-link.active {
    color: #46494d;
    background:rgba(0,0,0,0.05);
}

.leftMenu a.nav-link i {
    width: 30px;
    text-align:center;
}

.leftMenu a.nav-link:hover {
    color: #46494d;
    background:rgba(0,0,0,0.05);
}

.leftMenu .nav-link[data-toggle].collapsed:after {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    content: "\f054";
    position:absolute;
    right:30px;
}
.leftMenu .nav-link[data-toggle]:not(.collapsed):after {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    content: "\f078";
    position:absolute;
    right:30px;
}

.leftMenu ul li ul li a.nav-link {
    padding-left:55px;
}


#navbarNav a.nav-link i {
    width: 30px;
    text-align: center;
}



#profileMenu .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 40px;
    vertical-align: inherit;
    border:0;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    content: "\f078";
    position:relative;
    right:30px;
}

#profileMenu.navbar-light .navbar-nav .nav-link {color:#fff;}

#profileMenu {margin:-30px; margin-bottom:30px; background:#424b55 !important; height:81px;}

#profileMenu img {border-radius:1000px; margin-right: 5px;}

#profileMenu i {
    width: 30px;
}

#profileMenu .fa-bell {width:auto; font-size:1.5em; color:#fff;}
#profileMenu .num_notes {
    position: absolute;
background: #fff;
width: 14px;
height: 14px;
line-height: 14px;
text-align: center;
border-radius: 100px;
font-size: 0.7em;
margin-left: -9px;
margin-top: -5px;
}

#profileMenu .dropdown-menu {
    z-index:10000;
}

.emergency-title {
    margin:-30px;
    margin-bottom: 30px;
    padding: 10px 30px;
    border-bottom: 1px solid #ced5db;
}
.emergency {padding:4px;}
.emergency + .emergency {border-top:1px solid rgba(0,0,0,0.2);}

footer.main-footer {
    padding: 20px 30px;
    border-top: 1px solid #ced5db;
    font-size: 12px;
    margin-left: -30px;
    margin-right: -30px;
    background:#ecedee;
}

footer.main-footer .footer-text {
    float: left;
}

footer.main-footer .go-up {
    float: right;
    margin-bottom: 20px;
}


.page-container .maincontent .page-title {
    background: #fff;
    margin: -30px;
    margin-bottom: 30px;
    padding: 20px 30px;
    border-bottom: 1px solid #ced5db;
}

.page-container .maincontent .page-title .title-env .title {
    margin: 0;
    font-weight:400;
    display:inline-block;
}

.page-container .maincontent .page-title .title-env .title+p {
    margin: 0;
    font-size:0.9em;
    margin-top: 0px;
    color: #979898;
}

.page-container .maincontent .page-title .float-right {
    margin-top:6px;
}


.box {
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 4px;
}

.white.box {
    background: #fff;
    border:1px solid #ced5db;
}


.box .icon {
    float: left;
    width: 70px;
    height: 70px;
    background: #D0212B;
    border-radius: 1000px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 2.25em;
    margin-right: 15px;
}

.box .box-title .title, .achievements .box-title .title {
    margin: 0;
    margin-top: 5px;
    padding: 0;
    font-size: 2.5em;
}

.box .box-title .description, .achievements .box-title .description {
    padding: 0;
    margin-bottom: 5px;
    font-size: 0.75em;
    color: #939598;
}

.box .activity-title {
    font-size: 1.5em;
}


#badges .box .icon {
    width: 120px;
    height: 120px;
}

#badges .box-title {
    margin-top: 10px;
    padding-right: 15px;
}

#badges .box .box-title .title small {
    font-size:30%;
    margin-left: 3px;
}

#badges h4 {font-size:1.4em;}

#badges .tb {
    position: absolute;
    border-radius: 4px;
    overflow: hidden;
    right: 5px;
    margin-top: -12px;
    border: 1px solid #ced5db;
}

#badges .round img {
    border-radius: 1000px;
    overflow: hidden;
    border: 1px solid #ced5db;
}


.reporting-title .description {
    display: inline-block;
    margin: 0 12px;
    font-size:0.8em;
}

.reporting-title .description span {
    width: 10px;
    height: 10px;
    display: inline-block;
}

.reporting-title .description span.opt1 {
    background: #ddd;
}

.reporting-title .description span.opt2 {
    background: #F7941D;
}

.reporting-title .description span.opt3 {
    background: #D0212B;
}

.reporting-title .description span.opt4 {
    background: #00AEEF;
}

.recent-activity {
    height:320px;
    overflow:scroll;
}



.login-page {height:100%; background:#333435; padding: 100px 30px;}

.login-page .title {color:#fff; font-size:1.5em;}

.login-page p {color:#fff;}

.login-page input.form-control {
    background: rgba(255,255,255,0.1);
    color: #fff;
    border-color: #666;
}

.login-page input.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #aaa;
    opacity: 1; /* Firefox */
}

.login-page input.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #aaa;
}

.login-page input.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #aaa;
}

.login-page #logo {padding: 30px 0;}

.login-page hr {border-color:#aaa;}

.login-page a {color:#fff;}

.login-page a:hover {color:#ccc;}

form label > small {line-height: 1.2em; display: inline-block;}

.writer > .card {transition: all 0.35s ease-out;} 
.writer > .card:hover {box-shadow:0 0 8px rgba(0,0,0,0.15);}
a.writer:hover {text-decoration:none;}
.writer > .card .description {font-size:0.9em;}
.writer > .card i {width:18px; text-align:center;}


.dashboard.row, .row.gutter-sm {
    margin-right: -5px;
    margin-left: -5px;
  }
  .dashboard > [class^="col-"], .dashboard > [class^=" col-"], .gutter-sm > [class^="col-"], .gutter-sm > [class^=" col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  
  .dashboard .box {padding:0; margin-bottom:10px; overflow:hidden;}
  .dashboard .icon {border-radius:0;}
  
.dashboard a {color:#000; text-decoration:none; transition: all 0.35s ease-out; display:block; }
.dashboard a:hover { text-decoration:none; }
.dashboard a:hover .white.box {color:#fff; background:#333;}
.dashboard a:hover .box .icon {color:#333; background:#fff !important;}


.chart-container {
    width: 100%;
    height: auto;
}

input.form-check-input {
    width: 18px;
    height: 18px;
}

.modal-xlg {
    width: 1200px;
    max-width: 100%;
}

#whoAttended .form-check-inline {
    width:200px;
    max-width:100%;
}

#clientList .form-check-inline {
    width:240px;
    max-width:100%;
}

.num_results {
    border-radius:100px;
    margin-bottom:0;
    margin-left:10px;
    display:inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.2em;
    vertical-align: top;
}


.row.head {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
    font-weight:bold;
    padding: 5px 0;
}
.row.body {
    padding: 10px 0;
    border-top: 1px solid #dee2e6;
}
.row.body:hover {
    background:#eee;
}


#user_star_rating {

    position: absolute;
    margin-left: 32px;
    margin-top: -8px;
    width: 25px;
    height: 25px;
    line-height: 28px;
    text-align: center;
    font-size: 0.6em;
    font-weight: bold;
    color: #fff;

}

#user_star_rating.yellow-star {
    background: url(/images/yellow-star.png) no-repeat center center;
    background-size: 100%;
}
#user_star_rating.green-star {
    background: url(/images/green-star.png) no-repeat center center;
    background-size: 100%;
}
#user_star_rating.red-star {
    background: url(/images/red-star.png) no-repeat center center;
    background-size: 100%;
}
#user_star_rating.gray-star {
    background: url(/images/gray-star.png) no-repeat center center;
    background-size: 100%;
}
#user_star_rating.bronze-star {
    background: url(/images/bronze-star.png) no-repeat center center;
    background-size: 100%;
}
#user_star_rating.silver-star {
    background: url(/images/silver-star.png) no-repeat center center;
    background-size: 100%;
}
#user_star_rating.gold-star {
    background: url(/images/gold-star.png) no-repeat center center;
    background-size: 100%;
}


.modal-rightside {
    right: 0;
    position: absolute;
    top: 0;
    margin: 0;
    height: 100%;
    background: #f7f9fa;
    overflow: scroll;
    max-width: 400px;
}

.modal-rightside .modal-content {
    border: 0;
    border-radius: 0;
    background:transparent;
}

.modal-rightside .modal-header {
    border-bottom: 1px solid #ced5db;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #eee;
}


.freeze-me {
    position: sticky;
    border-left: 1px solid #ced5db;
    margin-right: -30px;
    top: 7em;
    height: calc(100vh - 7em);
    overflow-y: auto;
    margin-top: -30px;
    background:#fff;
}
.freeze-me .inner {
    padding: 30px 30px 15px;
    }
/*
.freeze-me-top {
    height: 30px;
    background:#fff;
    border-left: 1px solid #ced5db;
    margin-top:-30px;
    margin-right: -30px;
}
*/


#copy_article_content {
    position:absolute;
    width:1px;
    height:1px;
    left:-999999px;
    top:-999999px;
}




.white.box.payscale {
    position: absolute;
    right: 50px;
    border-radius:0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: 0;
    padding: 5px 10px 3px;
    margin-top: -10px;
    border-bottom-color: #fff;
}

.white.box.payscale span {
    padding: 2px 6px;
}

.payscale-group .outline-danger {
    border:1px solid #dc3545;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.payscale-group .bg-danger {
    border:1px solid #dc3545;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.payscale-group .outline-warning {
    border:1px solid #FFC207;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.payscale-group .bg-warning {
    border:1px solid #FFC207;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.payscale-group .outline-secondary {
    border:1px solid #6c757d;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.payscale-group .bg-secondary {
    border:1px solid #6c757d;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.payscale-group .outline-success {
    border:1px solid #28a745;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.payscale-group .bg-success {
    border:1px solid #28a745;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.payscale-group .outline-primary {
    border:1px solid #007bff;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.payscale-group .bg-primary {
    border:1px solid #007bff;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.payscale-group .outline-info {
    border:1px solid #17a2b8;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.payscale-group .bg-info {
    border:1px solid #17a2b8;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.payscale-group .outline-dark {
    border:1px solid #343a40;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.payscale-group .bg-dark {
    border:1px solid #343a40;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.payscale-group .outline-orange {
    border:1px solid #ffba00;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.payscale-group .bg-orange {
    background:#ffba00;
    border:1px solid #ffba00;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.payscale-group .outline-purple {
    border:1px solid #861fa3;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.payscale-group .bg-purple {
    background:#861fa3;
    border:1px solid #861fa3;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.bg-purple {
    background:#861fa3;
}

.pre_loader {
    /*
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    */
    text-align: center;
    position: absolute;
    width: 95%;
    padding-top: 300px;
    min-height: 100vh;
    background:#F7F9FA;
    z-index:9;
}

.bd-toc {
    position: sticky;
    top: 3rem;
    height: calc(100vh - 3rem);
    overflow-y: auto;
}

#viewArticleArea blockquote {
    margin-left: 30px;
    border-left: 4px solid #ccc;
    padding-left: 20px;
    font-style: italic;
    color: #777;
    font-size: 110%;
}


button.deleteNote, button.deleteNoteWriter, button.deleteAttachment {
    box-shadow:none;
    cursor:pointer;
    border:0;
    float:right;
}

#editProfileMenu i {
    width: 15px;
    text-align: center;
    margin-right: 5px;
}

#editProfileMenu li a {
  color: #888;
  display: block;
  text-decoration: none;
  padding: 0.75em 1.25em;
}
#editProfileMenu li.active {
  background: #333;
  border-color: #333;
}
#editProfileMenu li.active a {
  color: #fff;
}
#editProfileMenu li:hover {
  background: #333;
}
#editProfileMenu li:hover a {
  color: #fff;
}
#editProfileMenu li {
  padding: 0;
}
#editProfileMenu li.disabled {
    padding: 0.75em 1.25em;
}
#editProfileMenu li.disabled:hover {
  background:#fff;
}


ul#userStatus {
    margin-bottom: -1px;
    margin-left: 10px;
    border-bottom: 0;
}

ul#userStatus {
    margin-bottom: -1px;
    margin-left: 10px;
    border-bottom: 0;
}

ul#userStatus .nav-item.show .nav-link, ul#userStatus .nav-link.active {
    border-color: #ced5db #ced5db #fff;
}










/********* MAIN SITE STYLES *************/
#mainmenu2 {padding: 3px 0;}
#navbarNav2 {font-size: 120%;}
#navbarNav2 .nav-link {text-transform:uppercase; padding:.5rem 1.2rem; font-weight:600;}
#navbarNav2 .btn {margin: 0 5px;}
#navbarNav2 .btn-outline-light {color:#fff;}
#navbarNav2 .btn-outline-light:hover {color:#343A40;}
#navbarNav2 .btn-light {color:#343A40;}
footer.main-footer.footer-type-2 {margin:0; border:0; padding: 30px 0 20px; background:#ccc;}
footer.main-footer.footer-type-2 .footer-inner::after {
    clear: both;
    height: 0;
    content: '';
    display: block;
}


section {padding: 100px 0 100px; position:relative;}
section.tight {padding: 50px 0;}
section.front {margin-top:75px; padding: 200px 0 200px; background:url(../images/optimized-content.jpg) no-repeat center center fixed; background-size:cover; color:#fff;}
section.front h1 {font-size:3em;}
section.front p.lead {font-size:1.5em;}

section.writers {padding: 150px 0 150px; background:url(../images/write-for-us.jpg) no-repeat center center; background-size:cover;}

section.howitworks {margin-top:75px; padding: 200px 0 200px; background:url(../images/how-it-works.jpg) no-repeat center center fixed;}
section.howitworks h1 {font-size:3em;}
section.howitworks p.lead {font-size:1.5em;}

section.pricing {margin-top:75px; padding: 200px 0 200px; background:url(../images/pricing.jpg) no-repeat center center fixed; background-size:cover; color:#fff;}
section.pricing h1 {font-size:3em;}
section.pricing p.lead {font-size:1.5em;}

section.signup {margin-top:75px; padding: 150px 0 150px; background:url(../images/signup.jpg) no-repeat bottom center fixed; background-size:cover; color:#fff;}
section.signup h1 {font-size:3em;}
section.signup p.lead {font-size:1.5em;}

section.writeforus {margin-top:75px; padding: 50px 0 50px;}
section.writeforus h1 {font-size:3em;}
section.writeforus p.lead {font-size:1.5em;}

section.knowledge {background-image:url(../images/specialized-writers.png); background-repeat: no-repeat; background-position: bottom center;}
section.request {background-image:url(../images/request.png); background-repeat: no-repeat; background-position: top center;}
section.editprocess {background-image:url(../images/edit-process.png); background-repeat: no-repeat; background-position: center center;}
section.review {background-image:url(../images/review.png); background-repeat: no-repeat; background-position: bottom center;}

#testimonialSlider {padding-bottom: 50px;}
#testimonialSlider .carousel-indicators li {
    background-color:rgba(0,0,0,0.25); 
    width: 15px;
    height: 15px;
    margin-right: 7px;
    margin-left: 7px;
    border-radius:25px;
}
#testimonialSlider .carousel-indicators li.active {background-color:rgba(0,0,0,1);}

.card-columns {column-count: 3;}

.credit_balance {margin-top:10px;}

.payment_type {width:222px; max-width:100%; margin:0 auto;}

.payment_type .btn {background:#fff; border:1px solid #ddd;}

.col-totalprice {width:400px; max-width:100%; margin:0 auto;}

.credits {
    font-size: 2.5em;
    line-height: 1em;
}

.credits small {
    font-size: 0.5em;
    line-height: 0.9em;
    color:#666;
}

.price {
    font-size: 3.75em;
}

.card {overflow:hidden;}
.note-editor.card, #viewArticleArea .card {overflow:visible;}

.card-banner {
    position: absolute;
    right: -30px;
    top: 20px;
    background: #dc3545;
    padding: 5px 30px;
    color: #fff;
    font-weight: bold;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 0px solid #aaa;
    text-transform: uppercase;
    font-size: 0.8em;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
}




ins, .ice-ins {color:green;background:#dfd;text-decoration:none}
del, .ice-del {color:red;background:#fdd;text-decoration:line-through;}

.clientView .ice-ins {color:inherit; background:transparent;}
.clientView .ice-del {display:none;}

#params {margin:1em 0;font: 14px sans-serif}
.panecontainer > p {margin:0;border:1px solid #bcd;border-bottom:none;padding:1px 3px;background:#def;font:14px sans-serif}
.panecontainer > p + div {margin:0;padding:2px 0 2px 2px;border:1px solid #bcd;border-top:none}
.pane {margin:0;padding:0;border:0;width:100%;min-height:20em;overflow:auto;font:12px monospace}
#htmldiff {color:gray}
#htmldiff.onlyDeletions ins {display:none}
#htmldiff.onlyInsertions del {display:none}


.sort-link i.fa-sort-up {vertical-align:bottom;}
.sort-link i.fa-sort-down {vertical-align:top;}

.enhanced {
    position: absolute;
    transform: rotate(-90deg);
    margin-top: 22px;
    margin-left: -64px;
    border-radius:0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 3px 5px;
    width: 72px;
}

.enhanced2 {
    position: absolute;
    transform: rotate(90deg);
    margin-top: 21px;
    right: -50px;
    width: 73px;
    border-radius:0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 3px 5px;
}

.editBtns {
    opacity: 0;
    font-weight: bold;
    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}

.row.body:hover .editBtns {
    opacity: 1;
}

#quickLinks.row.dashboard a {
    transition: all 400ms ease-in-out;
}

#quickLinks.row.dashboard a:hover .bg-dark {
    background:#fff !important;
    color:#333 !important;
}
#quickLinks.row.dashboard a:hover .card-body {
    background:#333;
    color:#fff;
}
#quickLinks.row.dashboard a:hover .card {
    box-shadow:0 0 4px rgba(0,0,0,0.3);
}




/**** Readability CSS *****/
.highlight_hard_word, .highlight_long_word, .highlight_adverb, .highlight_cliche, .highlight_passive, .highlight_bad, .highlight_warn, .highlight_toggle, .highlight_hedge, .highlight_transition, .highlight_lazy, .highlight_profanity, .highlight_buzzwords, .highlight_stopwords {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-bottom: 3px;
  padding: 3px 0;
  z-index: 50;
  position: relative; }

.highlight_hard_word, .highlight_long_word, .highlight_adverb, .highlight_cliche, .highlight_passive, .highlight_hedge, .highlight_transition, .highlight_lazy, .highlight_profanity, .highlight_buzzwords, .highlight_stopwords {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.highlight_hard_word, .highlight_long_word, .tippy.highlight_hard_word, .tippy.highlight_long_word {
  background: #ddd;
  background: rgba(0, 0, 0, 0.14);
  border-bottom: none; }

.highlight_spelling, .tippy.highlight_spelling {
  border-bottom: 2px solid #f00; }

.highlight_grammar, .tippy.highlight_grammar {
  border-bottom: 2px solid #09f; }

.highlight_bad, .tippy.highlight_bad, .highlight_bad.highlight_warn, .tippy.highlight_bad.highlight_warn {
  background: #fdd;
  border-bottom: none; }

.highlight_warn, .tippy.highlight_warn {
  background: #ffd;
  border-bottom: none;
  }

.highlight_adverb, .tippy.highlight_adverb {
  border-bottom: 2px dotted #c90; }

.highlight_cliche, .tippy.highlight_cliche {
  border-bottom: 2px dotted #0c0; }

.highlight_passive, .tippy.highlight_passive {
  border-bottom: 2px dotted #00c; }

.highlight_hedge, .tippy.highlight_hedge {
  border-bottom: 2px dotted #ccc; }

.highlight_transition, .tippy.highlight_transition {
  border-bottom: 2px dotted #360; }

.highlight_profanity, .tippy.highlight_profanity {
  border-bottom: 2px dotted #f00; }

.highlight_buzzwords, .tippy.highlight_buzzwords {
  border-bottom: 2px dotted #90c; }

.highlight_stopwords, .tippy.highlight_stopwords {
  border-bottom: 2px dotted #999; }

.highlight_lazy, .tippy.highlight_lazy {
  border-bottom: 2px dotted #0cf; }

.highlight_names, .tippy.highlight_names {
  border-bottom: 2px dotted #f99; }

.highlight_disabled {
  background: none !important;
  border: none !important; }

.highlight_off {
  background: none !important;
  border: none !important;
  /* Allows mouseover to pass through */
  pointer-events: none; }

.highlight_highlight {
  box-shadow: 0 0 3px 3px #cd2082; }

.highlight_highlight_temp {
  background: #eaeaea; }

.highlight_ogden, .highlight_dalechall, .highlight_spache, .highlight_word {
  background: rgba(240, 0, 240, 0.1);
  border-bottom: 3px solid #c0c; }

.highlight_ogden a, .highlight_dalechall a, .highlight_spache a, .highlight_word a {
  border-bottom: 0;
  color: #3e3331; }

.result-view .highlight_ogden, .result-viewpdf .highlight_ogden, .result-view .highlight_dalechall, .result-viewpdf .highlight_dalechall, .result-view .highlight_spache, .result-viewpdf .highlight_spache, .result-viewpdf .highlight_word {
  background: none;
  border-bottom: none; }

.highlight_toggle {
  background: rgba(240, 0, 240, 0.1);
  border-bottom: 3px solid #c0c; }
  .highlight_toggle a {
    border-bottom: 0;
    color: #222; }
    
    
#readabilityModal .card {overflow:visible;}
#reachability_tabs .nav-link {
    margin-bottom:-1px;
}

#nav-reach .tone_text {
    font-size: 1.4em;
    padding: 10px 20px;
    border: 1px solid #ccc;
    background:#fff;
    position:relative;
    margin-left: -80px;
    width: 160px;
    text-align: center;
    border-radius: 5px;
}

#nav-reach .tone_text:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ccc;
    position: absolute;
    margin-top: -15px;
    margin-left: -5px;
    left: 50%;
}

#readabilityModal .comp_count {
    width: 22px;
    display: inline-block;
}

#readabilityModal #hoverBox {
  width:320px;
  background:#fff;
  border:1px solid #ddd;
  padding:10px;
  position:absolute;
  /*initial info element not shown*/
  left:-999999px;
  z-index:111;
  box-shadow: 0 0 8px rgba(0,0,0,0.25);
}

#readabilityModal #hoverBox .title {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#readabilityModal #hoverBox .title {
    font-size:1.4em;
    font-weight:bold;
}

#readabilityModal #hoverBox .content {
    font-size:1.1em;
    color:#666;
}

#client_edit_notes {
    background:url(../images/note-lines.png) top center;
    padding: 0 15px 15px;
    line-height: 1.9em;
}

.client_edit_notes {
    background:url(../images/note-lines.png) top center;
    padding: 0 15px 15px;
    line-height: 1.9em;
    font-size:1.25em;
    margin-top:5px;
}

.rating-wrapper {
  align-self: center;
  display: inline-flex;
  direction: rtl !important;
  padding: 1.5rem 2.5rem;
  margin-left: auto;
}
  

.rating-wrapper label {
    color: #E1E6F6;
    cursor: pointer;
    display: inline-flex;
    font-size: 3rem;
    padding: .6rem .6rem;
    transition: color 0.5s;
  }
  
.rating-wrapper svg {
     -webkit-text-fill-color: transparent;
     -webkit-filter: drop-shadow(4px 1px 6px rgba(198, 206, 237, 1));
     filter:drop-shadow(5px 1px 3px rgba(198, 206, 237, 1));
  }

.rating-wrapper input {
    height: 100%;
    width: 100%;
  }
  
.rating-wrapper input {
    display: none;
  }

.rating-wrapper label:hover,
.rating-wrapper label:hover ~ label,
.rating-wrapper input:checked ~ label  {
    color: #F0C400;
  }

.rating-wrapper label:hover,
.rating-wrapper label:hover ~ label,
.rating-wrapper input:checked ~ label  {
    color: #F0C400;
  }


.ai_score {
    width:150px;
    height:150px;
    max-width:100%;
    margin:0 auto 30px;
    position: relative;
    animation: zoomAI 0.5s ease-in-out forwards;
}
.ai_circle, .ai_circle_copy {
      fill: none;
  stroke: red;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 0 999;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  animation: progress 1.5s ease-in-out forwards;
  z-index:1;
  position:relative;
}
.bg {
    fill: none;
  stroke: #555;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 999 999;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  position:absolute;
  left:0;
  top:0;
  animation: progress 2s ease-in-out forwards;

}
.ai_text {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
#circle-percentage {
  color: #444;
  font-size:1em;
  line-height: 1.8em;
}
#circle-percentage span {
  font-size: 2em;
  font-weight:bold;
  color:red;
  display:block;
}



.pagination .page-item input.page-link {width:40px; text-align:center; padding: 0.5rem .5rem;}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

@keyframes zoomAI {
  0% {
    transform:scale(0);
  }
  100% {
    transform:scale(1);
  }
}



@media (max-width:1024px) {
    .card-columns {column-count: 3;}
}

@media (max-width:991px) {
    .freeze-me {
    position: relative;
    height: auto;
    width: auto;
    overflow: visible;
    border-left: 0;
    bottom: 0px;
    margin-right:0px;
    }
    .freeze-me .inner {
        padding: 0px;
        background:transparent;
    }
    .freeze-me-top {
        display:none;
    }
}

@media (max-width: 768px) {
    
    #mainmenu.hide-med-down {display:none !important;}
    
    #mainmenu {
    display: block;
    position: relative;
    width: 100%;
    height: initial;
    }
    
    #mainmenu .fixed {
    position: relative;
    width: 100%;
    overflow: visible;
    min-height: 50px;
    }
    
    #mainmenu .fixed .scroll-fixed {
    position: relative;
    width: 100%;
    overflow-y: visible;
    }
    
    .page-container .maincontent {
    display: block;
    position: relative;
    width: 100%;
    padding:5px;
    }
    
    #profileMenu, .page-container .maincontent .page-title {margin: -5px; margin-bottom:5px;}
    
    #profileMenu .navbar-nav.left {position:absolute; margin-left:-10px; margin-top: 24px;}
    #profileMenu .navbar-nav.right {margin-left:40px !important;}
    
    .box {margin-bottom:5px;}
    
    form .text-right {text-align:left !important;}
    
    section.howitworks .text-right {text-align:center !important;}
    
    #mainmenu2 nav .btn {margin-bottom:5px;}
    .card-columns {column-count: 2;}
    
    .enhanced {
        position: relative;
        transform: rotate(0deg);
        margin: 5px 0;
        border-radius: 3px;
        padding: 6px 8px;
        width: 100%;
        display:block;
        font-size: 1em;
    }
    
    .enhanced2 {
        position: relative;
        transform: rotate(0deg);
        margin: 5px 0;
        border-radius: 3px;
        padding: 6px 8px;
        width: auto;
        display:block;
        font-size: 1em;
        right:0;
    }
    
    .editBtns {opacity: 1;}

}

@media (max-width:600px) {
    .hidden-sm {
        display:none !important;
    }
    .row.body .text-right {
        text-align:left !important;
    }
    .float-right {
        width:130px;
    }
}

@media (max-width:480px) {
    section {padding: 50px 0 !important; background-size:cover !important;}
    section h1 {font-size:2.75em !important;}
    section.howitworks {background-position:center right;}
    section .btn {margin-top: 8px; margin-bottom:8px;}
    .btn-sm-block {width:auto; display:block;}
    .card-columns {column-count: 1;}
}























