body {
    font-size: 1.2rem;
    line-height: 1.2;
    font-family: Lato;
    color: #2C2D30;
}
/*------------------------------------------------------------------
[ Validation / .control-group ]
*/
.form-group {
    position: relative;
}
.form-group span.error {
    display: inline-block !important;
    color: #B94A48;
    font-size: 11px;
    font-weight: 600;
    position: relative;
    top: -6px;
    padding: 4px 8px;
    /* margin-bottom: 1em; */
    color: #FFF;
    background: #d9534f;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
    float: right;
}
.form-group span.error::after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #B94A48;
    position: absolute;
    bottom: -6px;
    left: 7px;
}
.form-group.error {
    /* padding-bottom: .5em; */
}
.form-group.error div.clean {
    display: none;
}
.form-group.success span.error {
    display: none !important;
}
.form-group.success span.error::after {
    border: none;
}
.form-group.success div.clean {
    display: none;
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
    background: url(../img/validation/validation-success.png) no-repeat 0 0;
}
.form-horizontal .form-group span.error {
    margin-left: 1.5em;
    margin-left: 15px;
}

/*Ajax loader*/
.ui-btn-corner-all, .ui-corner-all {
    -webkit-background-clip: padding;
    background-clip: padding-box;
}
.ui-corner-all {
    -webkit-border-radius: .3125em;
    border-radius: .3125em;
}
.ui-body-b{
    background-color: #2a2a2a;
    border-color: #1d1d1d;
    color: #fff;
    text-shadow: 0 1px 0 #111;
}
.ui-body-b {
    border-width: 1px;
    border-style: solid;
}
.ui-loader {
    display: none;
    z-index: 9999999;
    position: fixed;
    top: 50%;
    left: 50%;
    border: 0;
}
.ui-loader-verbose {
    width: 12.5em;
    filter: Alpha(Opacity=88);
    opacity: .88;
    box-shadow: 0 1px 1px -1px #fff;
    height: auto;
    margin-left: -6.875em;
    margin-top: -2.6875em;
    padding: .625em;
}
.ui-loading .ui-loader {
    display: block;
}
.ui-loader .ui-icon-loading {
    background-color: #000;
    display: block;
    margin: 0;
    width: 2.75em;
    height: 2.75em;
    padding: .0625em;
    -webkit-border-radius: 2.25em;
    border-radius: 2.25em;
}
.ui-loader-verbose .ui-icon-loading {
    margin: 0 auto .625em;
    filter: Alpha(Opacity=75);
    opacity: .75;
}

.ui-icon-loading {
    background: url(../img/ajax-loader.gif);
    background-size: 2.875em 2.875em;
}
.ui-loader-verbose h1 {
    font-size: 1.2em;
    margin: 0;
    text-align: center;
}
/*.loader-overlay{z-index: 1000;width: 100%;height: 100%;top: 0px;left: 0px; background-color: rgb(255, 255, 255); opacity: 0.3;cursor: wait;position: fixed;}*/

.hidden{
    display: none;
}
.navbar-brand img
{
    height: 25px; /* height of the navbar */
}

h2 {
    margin-bottom: 1rem;
    font-weight: 800;
}

main {
    background: #F8F9FB;
    border-top: 3px outset #eaeaea;
    padding-top: 20px;
    min-height: 90vh;
}
a.nav-link {
    font-size: 21px;
    font-weight: bold;
    margin-right: 50px;
    line-height: 40px;
}
ul.script-menu {list-style-type: none;padding-left: 0;}
ul.script-menu li.script-menu-header{ font-size:24px; font-weight:bold; margin-bottom:10px; }
ul.script-menu li a{display:block;color:#2c2d30;text-decoration:none;margin-bottom: 10px;padding: 0px 11px;}
ul.script-menu li a:hover { background:#e4f0f7; border:1px solid #d2e8f4; border-radius:5px; }
ul.script-menu li a.active { background:#4a5664; border:1px solid #3c4958; border-radius:5px; color:#ffffff; }

.script-title {margin-bottom: 0;font-weight: 900;}
.script-title-by {font-size: 16px;color:#7c7d7d;font-weight:normal;padding-left: 38px;}

.indented {padding: 0px 25%;}
.script-text {font-size: 18px;text-align: justify;}


svg.icon {
    fill: #fff;
    margin-bottom: -3px;
    width: 20px;
    height: 20px;
}
svg.icon-black {
    fill: #2C2D30;
    width: 30px;
    height: 30px;
    margin-bottom: -5px;
}
.table  {
    margin-bottom: 0;
}

.table thead th {
    border-bottom: 2px solid #ECEEEE;
}
.table tbody+tbody {
    border-top: 4px solid #ECEEEE;
}

.table-responsive {
    /* border: 2px solid #ECEEEE; */
    border-radius: 3px;
    background-color: #fff;
}
.table td, .table th {
    border-top: 2px solid #F8F9FA;
}
.card-header.text-white {
    background-color: #2D9CDB;
    border-top: 4px solid #298AC2 !important;
}
.card {
    border-radius: 3px;
    border: 2px #ECEEEE solid;
}
.card-list hr {
    border-top: 2px #F8F9FA solid;
    height: 1px;
    margin-bottom: 0;
}
.text-muted {
    color: #ffffff91!important;
}
.card-list .card-header {
    padding: 1.25rem 1.25rem;
    border-bottom: 4px solid #ECEEEE;
    font-weight: 800;
}
.card-list .card-body .list-group-item {
    border: 0;
}
.card-list .list-group-item-action:hover {
    background-color: #ffffff;
}
span.scr-icon {
    color: #2d9cdb;
}
.script-title svg.icon {
    width: 30px;
    height: 28px;
    margin-right: 5px;
    margin-bottom: -5px;
}
div#text.book {
    font-family: Gentium Book Basic;
}
div#text.movie {
    font-family: courier;
}
div#text.book p.dialogue {
    text-indent: 2em;
    padding: 0 20px;
    margin-bottom: 0px;
}
.section-sub {
    text-align: center;
}

.section-sub hr {
    border-top: 2px solid;
}

.section-sub h3 {
    font-weight: 600;
}

.section-sub-end {
    text-align: center;
    margin-bottom:50px;
}
.download-progress {
    min-width: 350px;
}
.scr-line {
    position: relative;
    padding-bottom: 20px;
}
.container.table-view {
    max-width: 100%;
}

mark{background:#67c8ff;color:black;}
.popover .arrow::after {
    border-top-color: #000 !important;
}
.popover {
    background-color: #000;
}
.pink.spcl.bs-popover-top .arrow::after {
    border-top-color: rgb(234, 74, 137) !important;
}
.orange.spcl.bs-popover-top .arrow::after {
    border-top-color: rgb(239, 127, 49) !important;
}
.yellow.spcl.bs-popover-top .arrow::after {
    border-top-color: rgb(251, 228, 77) !important;
}
.green.spcl.bs-popover-top .arrow::after {
    border-top-color: rgb(97, 210, 63) !important;
}
.blue.spcl.bs-popover-top .arrow::after {
    border-top-color: rgb(89, 202, 250) !important;
}
.purple.spcl.bs-popover-top .arrow::after {
    border-top-color: rgb(153, 71, 253) !important;
}
.pink.spcl.bs-popover-bottom  .arrow::after {
    bottom: rgb(234, 74, 137) !important;
}
.orange.spcl.bs-popover-bottom  .arrow::after {
    border-bottom-color: rgb(239, 127, 49) !important;
}
.yellow.spcl.bs-popover-bottom  .arrow::after {
    border-bottom-color: rgb(251, 228, 77) !important;
}
.green.spcl.bs-popover-bottom  .arrow::after {
    border-bottom-color: rgb(97, 210, 63) !important;
}
.blue.spcl.bs-popover-bottom  .arrow::after {
    border-bottom-color: rgb(89, 202, 250) !important;
}
.purple.spcl.bs-popover-bottom  .arrow::after {
    border-bottom-color: rgb(153, 71, 253) !important;
}