/*
* Theme Name: Simple Worksheet
* Author: Ernesto Ortiz
* Domain Path: /languages
* Text Domain: worksheet
*/

@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400);
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'codropsicons';
    src: url('../fonts/codropsicons/codropsicons.eot');
    src: url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'), url('../fonts/codropsicons/codropsicons.woff') format('woff'), url('../fonts/codropsicons/codropsicons.ttf') format('truetype'), url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
}

#container {
    min-height: 100%;
    position: relative;
}

body {
    background: #fff;
    color: #8a8c7e;
    font-size: 100%;
    line-height: 1.25;
    font-family: 'Lato', 'Avenir Next', Arial, sans-serif;
}

a {
    color: #99cc33;
    text-decoration: none;
    outline: none;
}

a.nolooklnk {
    padding-right: 0!important;
    color: gray!important;
}

a:hover,
a:focus {
    color: #373e18;
}

.worksheet-header {
    margin: 0 auto;padding: 2em 0 0;text-align: center;border-bottom: 1px dashed rgba(153, 153, 153, 0.32);margin-bottom: 22px;
}

.worksheet-header h1 {
    margin: 0;font-weight: 300;font-size: 2.5em;
}

/*
.codrops-header h1 span {
    display: block;
    padding: 0 0 0.6em 0.1em;
    font-size: 0.6em;
    opacity: 0.7;
}
*/

/* To Navigation Style */

#logn a span {
    font-size: 1.25em;
    line-height: 0;
}

.smallview {
    display: none;
}

#summary h4,
#summary_v h4 {
    font-variant: small-caps;
    text-transform: lowercase;
}

td {
    width: auto!important;
}

.tdw {
    max-width: 40px!important;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .codrops-top {
        line-height: 1.2em!important;
        padding: 0.5em 0!important;
    }
    section {
        padding: 0em 1em 4em!important;
    }
    /*table{width:96%;table-layout:fixed;margin:auto 2%;}*/
    .nav .smallview {
        display: block;
    }
    .nav #bigpage {
        display: none;
    }
    #calendar {
        width: 100%!important;
        float: none!important;
        margin-bottom: 80px;
    }
    .nocalendar {
        border: none!important;
        border-bottom: 6px solid #7da161!important;
    }
    #summary,
    #summary_v {
        width: 100%!important;
        float: none!important;
        padding: 0!important;
    }
    #summary,
    #summary_v h4 {
        text-align: center;
        border-bottom: 1px dashed rgba(153, 153, 153, 0.2);
        padding-bottom: 10px;
    }
    #footer-right,
    #footer-left {
        width: 100%!important;
        float: none!important;
        text-align: center!important;
    }
}

.codrops-top {
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1em;
    /*0.69em;*/
    line-height: 2.2;
    background: #222;
    border-bottom: 4px solid #739b45;
}

.codrops-top a {
    display: inline-block;
    padding: 0 1em;
    text-decoration: none;
}

.codrops-top span.right {
    float: right;
}

.codrops-top span.right a {
    display: block;
    float: right;
    /*left;*/
}

.wsh-icon{font-size:1.25em!important; padding:0 1.25em;}
.wshwl-icon{font-size:1em!important;float:left;color:rgba(255,255,255,0.5);padding: 0 1.25em 0 0;}


.inote {
    /*font-size: 1.8em!important;width: 44px!important;height: 44px!important;color: #c7d6be; background: #7ca1605e;cursor: default;float: right;
    margin-right: 20px;
    padding-top: 40px;*/
    /*float: right;*/
    font-size: 1.6em!important;
    color: #edf2eac9;
    display:none!important;
    padding-top: 6px;
    padding-left: 10px;
    /*color: #edf2ea;
    margin-top: 14px;
    margin-right: 0;
    padding: 4px 0;
    width: 30px!important;
    height: 30px!important;*/
}
/*span.inote:hover{color: rgb(98, 122, 78);}**/
/*.specific-day-scheme label:hover{color: rgb(98, 122, 78)!important;}*/
.specific-day-scheme label:hover + span.inote{display:inline-block!important;}

.codrops-icon:before {
    margin: 0 4px;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'codropsicons';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
    content: "\e001";
}

.codrops-demos a,
section button {
    display: inline-block;
    background: #a9a9a9;
    color: #fff;
    font-weight: 400;
    padding: 10px 20px;
    margin: 5px;
    text-transform: uppercase;
    border-radius: 2px;
    letter-spacing: 1px;
}

.codrops-demos a:hover,
.codrops-demos a:active,
.codrops-demos a.current-demo {
    background: #777;
}

.codrops-top a:hover {
    color: rgba(133, 185, 30, 0.55);
}

section {
    padding: 1em 2em 5em;
    text-align: center;
    font-size: 1.5em;
}

section p {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 0;
}

section button, 
input#assignh-submit,
input#showh-submit {
    border: none;
    padding: 15px 30px;
    outline: none;
    background: #85b91e;
    font-size: 0.8em;
    cursor: pointer;
}

button#show_act, input#show_k {
    font-size: 0.5em;
    padding: 10px 20px;
    background: #bdcea8;
    margin-top: 10px;
}
input#show_k {
    width: auto!important;
    color: #fff;
    font-weight: 400;
    margin: auto;
    text-transform: uppercase;
    border-radius: 2px;
    letter-spacing: 1px;
}
section button:hover {
    background: #EE9F0E;
}

button#show_act:hover, input#show_k:hover {
    background: #668c19;
}

#summary,
#summary_v {
    text-align: left;
}

#then_note button,
input#assignh-submit,
input#showh-submit {
    background: none;
    border: 1px solid #cdcdcd;
    padding: 10px 14px;
    margin: 10px 0;
    color: rgb(87, 111, 68);
    cursor: pointer;
}

input#assignh-submit,
input#showh-submit {
    width: auto;
}

#then_note button:hover,
input#assignh-submit:hover,
input#showh-submit:hover{
    background: rgb(87, 111, 68);
    color: white;
}

.related>a {
    border: 1px solid #99cc33;
    display: inline-block;
    text-align: center;
    margin: 20px 10px;
    padding: 25px;
    color: #99cc33;
    opacity: 0.8;
    -webkit-transition: color 0.3s, border-color 0.3s;
    transition: color 0.3s, border-color 0.3s;
    -webkit-backface-visibility: hidden;
}

.related a:hover {
    border-color: #82b222;
    color: #82b222;
}

.related a img {
    max-width: 100%;
}

.related h3 {
    margin-bottom: 20px;
}

.related a h3 {
    margin: 0;
    padding: 0.5em 0 0.3em;
    max-width: 300px;
    text-align: left;
    font-size: 65%;
    font-weight: 400;
}

@media screen and (max-width: 25em) {
    .codrops-icon span {
        display: none;
    }
}


/* Overlay style */

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(153, 204, 51, 0.9);
}

.overlay * {
    height: auto!important;
}


/* Overlay closing cross */

.overlay .overlay-close {
    width: 80px;
    height: 80px!important;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    background: url(../img/cross.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100;
}

.overlay .overlay-close:hover {
    cursor: pointer;
}


/* Menu style */

.overlay nav {
    text-align: center;
    position: relative;
    top: 50%;
    height: 60%;
    font-size: 54px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}

.overlay ul li {
    display: block;
    height: 20%;
    height: calc(100% / 5);
    min-height: 54px;
}

.overlay ul li a {
    font-weight: 300;
    display: block;
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
    color: #e3fcb1;
}

.overlay input.checking {
    min-height: 1em!important;
    margin-top: 0.5em!important;
}

.overlay input#OKtoDEL {
    margin-left: 20px!important;
    width: 20px;
}

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5);
    /* IE */
    -moz-transform: scale(1.5);
    /* FF */
    -webkit-transform: scale(1.5);
    /* Safari and Chrome */
    -o-transform: scale(1.5);
    /* Opera */
    padding: 10px;
}


/* Effects */

.overlay-hugeinc {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.overlay-hugeinc nav {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.overlay-hugeinc nav ul {
    opacity: 0.4;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
    -webkit-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
}

@media screen and (max-height: 30.5em) {
    .overlay nav {
        height: 70%;
        font-size: 34px;
    }
    .overlay ul li {
        min-height: 34px;
    }
}


/*contracted hours*/

form#newassign p span {
    width: 60px!important;
    float: right;
    margin: auto 10px;
}


/*log form*/

form#loginform,
form#newpsw,
form#newtpc,
form#killtpc,
form#newtpc label,
form#killtpc label,
form#newassign,
form#newinfo, form#newrconfg {
    font-size: 0.75em;
    line-height: 1.25;
    font-family: 'Lato', 'Avenir Next', Arial, sans-serif;
    color: rgba(255, 255, 255, 0.74);
    font-weight: 100;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
    select {
        padding-right: 18px
    }
}

form#newsummary {
    max-width: 440px;
    margin: 0 auto;
}

form#newsummary select,
form#newholidays select {
    font-size: 0.8em;
    color: #999;
    font-weight: 200;
    outline: none;
    margin: 0;
    margin-left: 22px!important;
    border: 2px solid rgba(125, 161, 97, 0.25);
    padding: 4px 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

form#newsummary label {
    position: relative
}

form#newsummary label:after {
    content: '<>';
    color: #7da161;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: -4px;
    top: 2px;
    position: absolute;
    pointer-events: none;
}

form#newsummary label:before {
    content: '';
    right: 0px;
    top: -2px;
    width: 22px;
    height: 34px;
    background: rgba(125, 161, 97, 0.25);
    border-left: 2px solid rgba(125, 161, 97, 0.25);
    position: absolute;
    display: block;
    pointer-events: none;
}

.steps {
    margin: 0 0 40px;
}

.steps p {
    text-align: left;
    padding: 0 0 20px;
}

.steps span {
    color: #7da161;
    background: rgba(125, 161, 97, 0.25);
    border-bottom: 3px solid #7da161;
    padding: 0 16px;
    margin-right: 12px;
}

input,
textarea, option {
    outline: none;
    border: none;
    width: 100%;
    padding: 6px 10px;
    color: #739b45;
    background: rgba(255, 255, 255, 0.74);
    font-size: 0.7em;
    display: block;
    text-align: center;
    font-weight: 100;
}

select:disabled,
#nametpc:disabled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6!important;
}

textarea {
    resize: none;
}

form#newinfo {
    z-index: 100;
    background: none;
}

form#newinfo label,
#day_note {
    font-size: 2em;
    text-align: center;
}

#lead {
    padding: 6px 0;
}


/*#lead span{display: block!important;padding: 6px 0 10px;color: #B5D6A2;}*/

form#newinfo input,
form#newinfo textarea {
    color: #7DA161;
    font-size: 2em;
    background: rgba(255, 255, 255, 0.2);
    font-family: 'Lato', 'Avenir Next', Arial, sans-serif;
    font-weight: 300;
    padding: 0;
}

form#newinfo textarea {
    padding: 10px;
    font-weight: 300;
    font-size: 0.6em;
}

#day_note {
    margin-top: 12px;
    font-variant: small-caps;
}

input#wp-submit,
input#newpsw-submit,
input#newtpc-submit,
input#edittpc-submit,
input#deltpc-submit,
input#assign-submit,
input#newinfo-submit,
input#new-summary,
input#assignr {
    cursor: pointer;
    padding: 15px 30px;
    font-size: 0.45em;
    background: #85b91e;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    margin: 10px auto;
    text-transform: uppercase;
    border-radius: 2px;
    letter-spacing: 1px;
}

input#new-summary,
.related p button {
    width: auto;
    font-size: 0.8em;
    cursor: pointer;
}

.related p button:hover,
input#wp-submit:hover,
input#newpsw-submit:hover,
input#newtpc-submit:hover,
input#edittpc-submit:hover,
input#deltpc-submit:hover,
input#assign-submit:hover,
input#assignr:hover {
    background: #EE9F0E;
}

select#reference {
    min-width: 40%;
    margin: 4px 10px 10px 20px;
    font-size: 0.64em;
    color: #89a989;
    border: none!important;
}

select.stepselects {
    width: 320px;
}

input#new-summary:disabled {
    background: rgba(133, 185, 30, 0.5);
    cursor: default;
}

input#newinfo-submit {
    background: #576F44!important;
    margin-top: 20px;
}

input#newinfo-submit:hover {
    background: #222!important;
}

input#deltpc-submit:disabled {
    background: rgba(185, 30, 30, 0.49);
}

input#deltpc-submit {
    background: rgb(185, 30, 30);
    width: 80%!important;
    padding: 12px;
}

input#descrtpc {
    font-size: 0.5em;
}

input#OKtoDEL {
    margin-top: 10px!important;
    width: 20%;
    height: 48px;
    float: left!important;
}

input.checking {
    margin-top: 0px!important;
    width: 48px;
    /*20%;*/
    height: 48px;
    float: left!important;
    clear: both;
}

form#newassign input.checking, form#newrconfg input.checking {
    margin-left: 40px;
}

form#newassign p, form#newrconfg p {
    background: rgba(133, 185, 30, 0.41);
    padding:4px 20px 4px 0;
}
p.assign_no {
    font-size: 0.6em;
    padding: 8px 16px!important;
}
form#newassign p:hover, form#newrconfg p:hover {
    background: rgba(133, 185, 30, 0.6);
}

input#newpsw-submit[disabled] {
    background: rgba(133, 185, 30, 0.41)!important;
    color: rgba(255, 255, 255, 0.44)!important;
}

span#password-strength {
    font-size: 0.55em;
    font-weight: 300;
    color: #739B45;
    text-transform: uppercase;
}

p.login-remember {
    display: none;
}

button:disabled,
input:disabled {
    cursor: default!important;
}


/*Table Style*/

table a:link {
    color: #666;
    text-decoration: none;
}

table a:visited {
    color: #999;
    text-decoration: none;
}

table a:active,
table a:hover {
    color: #7e8e5c;
    text-decoration: underline;
}

table {
    text-shadow: 1px 1px 0px #fff;
    background: #eaebec;
    margin: 12px;
    border: #ccc 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
    margin: 20px auto;
}

table th {
    padding: 8px 25px 12px 25px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top, #ededed, #ebebeb);
}

table th:first-child {
    text-align: left;
    padding-left: 20px;
}

table tr:first-child th:first-child {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

table tr:first-child th:last-child {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

table tr {
    text-align: center;
    padding-left: 20px;
}

table tr td:first-child {
    text-align: left;
    padding-left: 20px;
    border-left: 0;
}

table tr td {
    padding: 16px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}

table tr.even td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}

table tr:last-child td {
    border-bottom: 0;
}

table tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

table tr:last-child td:last-child {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

table tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}

#t_holi,
#t_free,
#t_tpc,
#t_voluntary {
    margin-bottom: 16px;
    margin-top: 0;
}

#t_all {
    margin-top: 16px;
    margin-bottom: 0;
}


/* footer */

footer {
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
    background: rgb(34, 34, 34);
    clear: both;
}

#footer-right,
#footer-left {
    width: 48%;
}

#footer-right a,
#footer-left a {
    color: rgba(255, 255, 255, 0.4);
}

#footer-right a:hover,
#footer-left a:hover {
    color: white;
}

#footer-left {
    float: left;
    text-align: left;
}

#footer-right {
    float: right;
    text-align: right;
}

.hidden {
    display: none!important;
}

.calendar-day.holid {
    background: rgba(125, 160, 97, 0.30);
}

.opaque {
    /* old browsers */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    font-weight: 700;
    filter: alpha(opacity=50);
    /* modern browsers */
    opacity: 0.5!important;
}

#calwrap {
    overflow: auto;
    width: 100%;
}

#newholidays span {
    font-size: 0.8em;
}

#calendar {
    width: 60%;
    float: left!important;
}

.nocalendar {
    background: rgba(125, 161, 97, 0.2);
    border-right: 12px solid #7da161;
    padding: 20px;
}

#summary,
#summary_v {
    width: 40%;
    float: left;
    padding: 0 0 20px 40px;
}

#summary a,
#summary_v a {
    color: rgb(87, 111, 68);
}

#bigpage,
#logn,
.smallview {
    float: right;
    width: auto;
}

.not_hidden {
    display: block!important;
}

#stats,
#nostats, #then_note {
    font-size: 0.75em;
    border: 1px dashed #cdcdcd;
    padding: 10px 10px 0 20px;
    margin-top: 10px;
}
#then_note{padding-top: 0;}
#stats h5{font-variant: small-caps;}
.hdrnote{width: 100%;
    background: #a9bc9e;
    font-size: 0.6em!important;
	padding: 0 10px 4px !important;
}
span#xclose {
    float: right;
    cursor: default;
    padding: 2px;
}
span#xclose:hover {
    font-weight: 600;
}

#stats h5,
#nostats h5 {
    font-size: 1em;
    width: auto;
}

#stats .v0,
#stats .v1,
#stats .v2,
#stats .v3 {
    display: block;
}

.calendar .opaque {
    color: #5c7a37!important;
}


/*** The ribbons ***/

.corner-ribbon {
    width: 200px;
    background: #e43;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 50px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    font-size: 1.2em;
    opacity: 0.9;
    letter-spacing: 1px;
}


/* custom styles */

.corner-ribbon.sticky {
    position: fixed;
}

.corner-ribbon.shadow {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}


/* different positions */

.corner-ribbon.top-left {
    top: 25px;
    left: -50px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right {
    top: 25px;
    right: -50px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left {
    top: auto;
    bottom: 25px;
    left: -50px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right {
    top: auto;
    right: -50px;
    bottom: 25px;
    left: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}


/* colors */

.corner-ribbon.white {
    background: #f0f0f0;
    color: #555;
}

.corner-ribbon.black {
    background: #333;
}

.corner-ribbon.grey {
    background: #999;
}

.corner-ribbon.blue {
    background: #39d;
}

.corner-ribbon.green {
    background: #2c7;
}

.corner-ribbon.turquoise {
    background: #1b9;
}

.corner-ribbon.purple {
    background: #95b;
}

.corner-ribbon.red {
    background: #e43;
}

.corner-ribbon.orange {
    background: #e82;
}

.corner-ribbon.yellow {
    background: #ec0;
}


/* videotutorials */

.tutorials .data-info {
    position: unset!important;
}

.cal-tutorials {
    width: 100%;
    height: auto;
    padding: 10px 10px 4px 10px;
    background: #375138;
    /*#70a760;*/
    float: none!important;
}

#summary_v .psmall {
    font-size: 0.75em;
    border-top: 1px dashed #cdcdcd;
    padding: 10px 0;
    margin-top: 20px;
}

a.video_lnk {
    margin-bottom: 18px!important;
}

a.video_lnk:hover {
    text-decoration: underline!important
}

a.video_lnk.this_v {
    color: #997047!important;
}

.cal-tutorials iframe {
    background: #232323!important;
    width: 100%!important;
    height: auto!important;
    min-height: 240px!important;
}


/*** REPORTS ***/

section.reports {
    font-size: 1.2em;
}

div.r_header,
div.r_footer,
div.n_footer {
    width: 100%!important;
    margin-bottom: 0!important;
    border: #ccc 1px solid;
    border-bottom: none!important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

.r_header .hdr1,
.r_footer .ftr1 {
    background: #395131;
    /*#6e9163;/*#232323!important;*/
    text-shadow: none!important;
    color: #eee;
}

div.r_footer {
    width: 50%!important;
    margin-left: 25%!important;
}

.n_footer .ftr1 {
    background: #232323
}

.r_header .hdr2,
.r_footer .ftr2,
.n_footer .ftr2 {
    background: #dfdfdf;
}

.hdr2 span {
    padding: 0 1em;
}

.r_footer,
.n_footer {
    margin-top: 2em;
}

.r_header>div,
.r_footer>div {
    padding: 10px 0!important;
}

.n_footer>div {
    padding: 10px 20px!important;
}

div.report {
    overflow-x: auto;
    margin-top: -20px!important;
}

div.report table {
    border-collapse: collapse;
    border-spacing: 0;
    border-top: none!important;
}


/*.report table tr:first-child {}*/

div.report table tr td:first-child {
    background: #dfdfdf;
}

tr.table_hdr td {
    background: #EAEBEC!important;
}

tr.table_hdr td:first-child {
    background: #dfdfdf!important;
    border-bottom: 2px solid #eee;
}

div.report table th {
    background: #232323!important;
    text-shadow: none!important;
    color: #eee;
}

.n_day {
    font-weight: 900;
}

.the_note {
    margin-bottom: 20px;
}
.the_note span {
    /* font-variant: small-caps; */
    text-transform: uppercase;
    font-size: 0.8em;
}
tr.tbody td:last-child {
    background: #EAEBEC!important;
}

tr.subtxday td {
    background: #f2f2f2;
    border-top: 2px dotted #ddd;
}

tr.subtxday td:first-child {
    background: #e9e9e9!important;
}

#pdfs {
    display: inline-flex;
    margin: 3em auto 0;
    float: none;
    clear: both;
    font-size:1em;
}
button#pdfconfg span {
    display: block;
}
button#xpdf:hover {
    background: rgb(87, 111, 68);
}
#pdfstats h5{display:none!important;}

@media print {
    div.report table {
        background: none!important;
    }
    h5{display:none!important;}
}

label span {
    /*color: #739b45;
    opacity: 0.5;*/
    font-size: 0.6em;
    display: block;
}