/* 
* CSS for the custom child theme 
* 
* Name: child-styles.css
* Author: Gregory G. Lewis
* Date: March 2, 2023
* Location: North Adams, Massachusetts
* 
* Description: This child theme stylesheet was designed to modify the hookfish theme, and especially the Client Page template.
*/


input[name="password"]{
    width:200px;
    height:30px;
    line-height: 30px;
}

h1{
    font-size: 2em;
    color: #666;
}

h1.entry-title{
    margin-left:60px;
    text-transform: uppercase;
}

.head-of-page h1{
    margin-top:0;
    padding-top: 0;
    font-size: 1.4em;
    color: #33f;
}

h2{
    font-size: 1em;
    color: #777;
}

h3{
    color: #999;
}

h4{
    color: #aaa;
}

h5{
    font-size:1em;
    color: #66c;
}

p{
    font-size: .8em;
    color: #444;
    margin:0;
}

body{
    font-size: 1em;
}

body,p,h1,h2,h3,h4,h5,span,label,table,td,th{
    font-family: Helvetica, Arial, Sans-Serif;
}

label,span{
    font-size: 1em;
}

.h4-small{
    font-size:16px;
    color:#999;
    margin-top:10px;
    margin-bottom: 10px;
}

.bottom-border{
    border-bottom:#000 1px solid;
}


.textarea-information-statement{
    font-size: .8em;
    line-height: 1.2em;
}

button,input[type="submit"]{
    width:80px;
    margin:0;
    padding:6px;
    color:#666;
    font-size: .7em;
}

input[type='file']{
    font-size:.9em;
}

input::file-selector-button {
    font-weight: normal;
    color: #666;
    background-color: #dfd;
    padding: 5px;
    border: thin solid grey;
    border-radius: 5px;
}

input::file-selector-button:hover {
    background-color: #beb;
}

.smaller{
    font-size: .8em;
}

/* Custom forms */
.hf-centered{
    text-align: center;
}

.hf-left{
    text-align: left;
}


div#client-form-container{
    width:75%;
    margin-left:12%;
}

form[name='client-sms-form']{
    margin-top:0px;
}

textarea[name="message"]{
    width:99%;
    height:120px;
    resize:vertical;
}

#submit-notification{
    margin-top:-80px;
    text-align: center;
}

.return-message{
    font-weight: bold;
    text-align:center;
}

.red{
    color:#f00;
}

.white{
    color:#fff;
}

.yellow{
    color:#ee0;
}

.green{
    color:#0a0;
}

.blue{
    color:#33f;
}

.dark-green-gray{
    color:#545a48;
};

.light-green-gray{
    color:#dce8bc
}

.black-back{
    background-color: #000;;
}

.pad-top-10{
    padding-top:10px;
}

.small-text{
    font-size: 11px;;
}

.bold{
    font-weight:bold;
}

.italic{
    font-style: italic;
}

.light{
    font-weight:light;
    color:#666;
}

.center, .centered{
    text-align: center;
}

.pad-2{
    padding:2px;
}

.pad-3{
    padding:3px;
}

.top-margin-10{
    margin-top:10px;
}


#clear-list{
    position:fixed;
    left:10px;
    top:10px;
}

div#wait{
    position:absolute;
    width:100%;
    height:auto;
    top:0%;
    min-height:400px;
    background-color:none;
    background-image:url('../img/loading.gif');
    background-repeat: no-repeat;
    background-position: center bottom;
    border:none
}

div#sub-wait{
    position:relative;
    width:100%;
    height:100px;
    text-align:center;
    padding-top:100px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    top:3px;
    width: 40px;
    height: 20px;
    margin-top:0px;
    margin-left:10px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "N";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 0px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    text-align: center;
    line-height: 20px;
}

input:checked + .slider {
    background-color: #ffd043dc;  /* #8bc34a; */
}

input:focus + .slider {
    box-shadow: 0 0 1px #dfd;
}

input:checked + .slider:before {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
    content: "Y";
    line-height: 20px;
}

input[name="single-number"]{
    width:116px;
    border:#00c 1px solid;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

div#button-container{
    width:100%;
    font-size:12px;
}

.inline-spacing{
    position: relative;
    display:inline-block;
    margin-left:20px;
    top:1px;
    line-height:30px;
}

#single-send-container{
    display:none;
    margin: 10px auto;
}

#single-send-container p{
    padding:5px;
    margin:0;
}

main#main{
    margin-top:0px;
    margin-bottom:0px;
}

#primary{
    position:relative;
    top:0px;
    left:0px;
    margin-top:0px !important;
}

main#main article{
    margin:0;
    padding:0;
}

/* Custom layout */
div.row{
    font-size: 0;
    width:100%;
    margin-top:0px;
}

div.section{
    display: inline-block;
    font-size: 16px; /*reset font size*/
    vertical-align: top;
    border: none;
    padding-top:30px;
}

div#col1{
    width:25%;
}

div#col2{
    width:50%;
}

div#col3{
    width:24%;
}

/* Widget styles */
.widget-unit-container{
    width:100%;
    padding:0px;
    margin:10px auto 20px auto;
}

div.widget-unit-container p{
    margin:0px;
}

div.widget-unit-container h5{
    text-align: left;
}
div.widget-unit-container p.blockquote{
    text-align: justify;
    font-style: italic;
    font-size: small;
    margin:0px 10px 0px 10px;
}

#invalid-numbers-widget{
    display:none;
}

.grid-container {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 20px;
}

#list-count{
    background-color: inherit;
}

.submit{
    color:#666;
}

.question-mark{
    display:inline-block;
    padding:5px;
    border-radius: 8px;
    border:#0c6c25 1px solid;
    background-color: rgb(144, 234, 132);
    line-height: 5px;
    text-align: center;
    color:#000;
}

.question-mark:hover{
    cursor: pointer;
}

.question-mark::before {
    content: "?";
}

button, input[type='submit'], input[name='submit']{
    background-color: #dfd;
    border:#060 1px solid;
    color:#666;
}

button:hover, input[type='submit']:hover, input[name='submit']:hover{
    background-color: #beb;
    border:#050 1px solid;
    color:#555;
}


button[name="remove-number-submit"],button[name="add-number-submit"]{
    display:inline-block;
}

#send-report{
    background-color: #efefef;
}

.ast-container{
    width: 100%;
    height:100%;
    margin:0;
    padding:0;
    max-width: 100%;
    background-color: #ffffff; /* The main background color.*/
}

.head-of-page{
    margin:0px auto 40px 0;
}

.post-password-form{
    padding-top:100px;
    padding-bottom:100px;
}

#datetimepicker-container{
    display: none;
}

input[type="text"]{
    height:24px;
}

select{
    margin-left:10px;
    padding:5px;
}

/* Diagnostic */
pre{
    background-color:#d2dfae;
    font-family: 'Courier New', Courier, monospace;
}

h5.client-section-heading{
    padding:4px 4px 4px 4px;
    text-align: center;
}

.right-side{
    min-height:700px;
}

.left-side{
    min-height:700px;
    padding: 0px 20px 0px 20px;
}
.side-inner{
    width:90%;
}

.middle-section{
    padding:10px;
}

.add-file:hover,.subtract-file:hover{
    cursor: pointer;
}

div.black-inverted{
    background-color: #dfd;
    color:#333;
    padding:5px;
}

div.black-inverted h5{
    color:inherit;
    text-align: center;
}

.light-pink-border{
    border:#fcc 5px solid;
}
.light-blue-border{
    border:#ccf 5px solid;
}
.light-green-border{
    border:#cac 1px solid;
}


/* Attachment table */
table#attachments, table#attachments tr,table#attachments th, table#attachments td,
table#send-form, table#send-form tr, table#send-form th, table#send-form td {
    border:none;
}

table#attachments td{
    text-align: left;
}

/* END REGULAR STYLES */

table.output-table{
    font-size:small;
    width:400px;
    padding:0;
    margin:0;
}

table.output-table td:first-child{
    text-align:right;
}

table.output-table td:nth-child(2){
    text-align:center;
}

#processing{
    width:50%;
    height:50%;
    margin-left:25%;
    margin-top:25%;
    text-align:center;
}

pre{
    font-size:10px;
}


div.loadingDiv{
    width:100%;
    height:100%;
    margin-left:auto;
    position:fixed;
    top:0;
    left:0;
    background-color: #000;
}

.loading{
    position:fixed;
    display:block;
    left:50%;
    top:50%;
    text-align:center;
}

.green-check{
    width:30px;
}

/* Modal popup box */
.helpModal{
    width:300px;
    height:300px;
    border:#666 1px solid;
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-150px;
    margin-left:-150px;
    background:#fffeee;
    padding:0px;
    border-radius: 12px;
    font-size: small;
}

.inboundsModal{
    width:50%;
    height:50%;
    border:#666 1px solid;
    position:fixed;
    top:25%;
    left:25%;
    background:#fffeee;
    padding:0px;
    border-radius: 12px;
    font-size: small;
}

.top-bar{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    height: 30px;
    background-color: #cccccc;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom: #666666 1px solid;
}

.inner-box{
    position:relative;
    left:0px;
    top:0px;
    width:100%;
    height:90%;
    padding:0px 10px 10px 10px;
    overflow-y: scroll;

}

.inner-box h3{
    font-size: small;
}

.close-box{
    position:absolute;
    width:30px;
    height:29px;
    left:100%;
    margin-left:-30px;
    top:0px;
    background-color: #ffffff;
    text-align: center;
    padding-top:2px;
    border-top-right-radius: 11px;
}

.dialogue{
    position:fixed;
    width:300px;
    height:300px;
    left:50%;
    margin-left:-150px;
    top:50%;
    margin-top:-150px;
    padding:20px 0px;
    background-color:#eee;
    border:#f00 1px solid;
    border-radius: 20px;
    z-index:1000;
}

.inner-dialogue{
    padding:20px;
}

.dialogue .dialogue-inner-table{
    width:100%;
    height:auto;
    vertical-align: bottom;
    text-align: center;
    margin:0px auto 10px 0;
    border: none;
}

.dialogue .dialogue-inner-table tr, .dialogue .dialogue-inner-table td{
    border:none;
    margin:auto;
}

.dialogue-glass{
    position:absolute;
    left:0px;
    top:0px;
    width:1000%;
    height:1000%;
    background-color: #000;
    opacity:.4;
    z-index: 999;
}

div.scroll {
    background-color: #ffffff;
    width: 100%;
    height: 60px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
    padding-left: 5px;
    line-height: 11px;
}

div.widget-unit-container p{
margin:5px auto;
}

div#recharge-button{
padding:10px;
background-color: darkred;
color: #fff;
}

.small.courier{
font-size:10px;
font-family: 'Courier New', Courier, monospace;
}

.thin-light-gray-underline{
border-bottom:#000 1px solid;
}

.inbound-list{
width:50%;
height:50%;
}

.flyer-upload-container{
    margin-top:30px;
}

.icon{
    width:20px;
}

.welcome{
    visibility:visible;
}

#welcome{
    height:50px;
}

.test-send{
    visibility: visible;
}

#test-send{
    height:50px;
}


/* BEGIN MEDIA QUERIES */
@media (max-width: 768px) { /*breakpoint*/
    .row {
      flex-direction: column;
    }
    .section{
        display:block;
    }
    div#col1, div#col2, div#col3{
        position:relative;
        width: 100%;
        display:block;
    }

    .right-side, .left-side{
        border-left:none;
        min-height:100px;
        width:100%;
    }

    .left-side{
        padding-left: 0px;
    }

    .widget-unit-container{
        width:100%;
    }

    div#client-form-container{
        width:100%;
        margin:auto;
    }

    label#message-lead{
        line-height: 10px;
    }

    div#send-form{
        bottom:-30px;
    }

    div#col3{
        margin-top:50px;
    }
    
    input.attachment{
        font-size: small;
    }

    #clear-list-button{
        background-color:#ffeeee;
        position:relative;
        left:50%;
        margin-left:-100px;
        width:200px;
    }

}
