﻿

/*Krishna Mannam HomeSchools CSS*/



@page {
    size: landscape;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
    @page {
        size: auto;
        margin: 0; 
        margin-right: 30px;
    }
  
}
.required:after {
    content: "*";
    font-weight: bold;
    color: #9F2D2D;
}

.bold {
    font: bold 12px arial;
    /*color: #008080;*/
    color: #30618C;
    margin-top: 10px !important;
    margin-left: 1em !important;
    line-height: 20px;
}

.boldAssurance {
    font: bold 12px arial;
    /*color: #008080;*/
    color: #30618C;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    margin-left: 1em !important;
    line-height: 20px;
}

.BulletPoint {
    color: #008080;
    width: 1.5em;
    height: 15px;
    
    vertical-align:central;
}

.DOEChildTd {
   max-width:240px !important;  
}
.ViewChildTd {
    width: 230px !important;
}

.DOEChildDatafields {
    /*min-width: 200px !important;*/
    width: 231px;
    font-size: 13px;
    padding: 3px 2px 3px 4px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.DOEChildDatafieldsDOB {
    /*min-width: 200px !important;*/
    width: 125px;
    font-size: 13px;
    padding: 3px 2px 3px 4px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.DOEChildDataDdls {
    /*min-width: 200px !important;*/
    width: 240px;
    font-size: 13px;
    padding: 3px 2px 3px 4px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

tr.spaceUnder > td {
    padding-bottom: 1em;
}

tr.spaceUnderDouble > td {
    padding-bottom: 2em;
}

.TextBoxAsReadOnly {
    background: transparent;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: none;
}

.DateReadonly {
    background: transparent;
    color: white;
    font-weight: bold;
    min-width:0px !important;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: none;
}

.TextBoxAsReadOnlyView {
    background: transparent;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
}

.TextBoxAsReadOnlyViewDocs {
    background: transparent;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: none;
}

.TextBoxAsReadOnlyChildView {
    background: transparent;
    border-left: none;
    border-top: none;
    border-right: none;
   border-bottom:none;
}
.TextBoxAsReadOnlyChildViewStatusDD {
    background: transparent;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: none;
    width: 230px;
    /*display: inline-block;
    word-wrap: break-word;*/
}

.ErrorMsg {
    color:red;
}


.CheckboxCheck {
    height: 15px;
    width: 15px;
    background-color: #000;
    cursor:pointer;
}
.TextBoxValues {
    font-size: 13px;
    padding: 3px 2px 3px 4px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    position: relative;

}
.TextBoxValuesParent {
    font-size: 13px;
    padding: 3px 2px 3px 4px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    width: 280px;
}
.DefaultDropDown {
    /*width: 20px !important;*/
    min-width: 100px !important;
    font-size: 13px;
    padding: 3px 2px 3px 4px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.DefaultDropDownAge {
   
    min-width: 70px !important;
    font-size: 13px;
    padding: 3px 2px 3px 4px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.DefaultDropDownView {
    /*width: 20px !important;*/
    min-width: 100px !important;
    font-size: 13px;
    position: relative;
    background: transparent;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
}

.ChildDataDdls {
    /*min-width: 200px !important;*/
    width: 200px;
    font-size: 13px;
    padding: 3px 2px 3px 4px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.HSbutton {
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    /*padding: 3px 3px 3px 4px;*/
    cursor: pointer;
    font: bold 12px arial, verdana;
}

    .HSbutton:hover {
        background-color: #274F73;
        color: white;
        /*padding: 3px 3px 3px 4px;
        font: bold 11px arial, verdana;*/
    }
div.scrollbar {
    width: 1200px;
    height: inherit;
    overflow-x: scroll;
    overflow-y: hidden;
   
}
div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

div::-webkit-scrollbar {
    width: 10px;
    height: 12px;
    background-color: #F5F5F5;
}

div::-webkit-scrollbar-thumb {
    border-radius: 10px;
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
   /*  background-color: #80cfce;*/
    background-color: #808080;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #274F73;
}
div::-webkit-scrollbar-button {
   
    color:aquamarine;
}
   
.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableCell, .divTableHead {
    border: 1px solid #999999;
    display: table-cell;
    padding: 3px 10px;
}

.divTableBody {
    display: table-row-group;
  
}
/* Buttons */
::-webkit-scrollbar-button {
    border-style: solid;
    height: 16px;
    width: 16px;
}
    /* Left */
    ::-webkit-scrollbar-button:horizontal:decrement {
        border-width: 7px 14px 7px 0;
        border-color: transparent #404040 transparent transparent;
    }

        ::-webkit-scrollbar-button:horizontal:decrement:hover {
            border-color: transparent #274F73 transparent transparent;
        }


    /* Right */
    ::-webkit-scrollbar-button:horizontal:increment {
        border-width: 7px 0 7px 14px;
        border-color: transparent transparent transparent #404040;
    }

        ::-webkit-scrollbar-button:horizontal:increment:hover {
            border-color: transparent transparent transparent #274F73;
        }
.ErrorFont {
    font-size: 750%;
}

.Docgridtable td, #Docgridtable th {
    font-size: small;
    border: 1px solid #ccc;
    padding: 2px 3px 1px 3px;
}

.Docgridtable th {
    font-size: small;
    font-weight: bolder;
    text-align: left;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 3px;
    padding-right: 3px;
    background-color: #274F73;
    color: white;
    border: 1px solid black;
}

.Docgridtable tr.alt td {
    color: #000000;
    background-color: #162c40;
}

.Docgridtable tr:nth-child(even) {
    background-color: #e2e4ff;
}
/*multiple uploads css*/
ul.links {
    list-style-type: none;
    margin-left: 0;
    
    width: 100%;
    padding: 0px;
}

li.LLinks {
    margin-top: 10px;
}


.editor-field {
 margin: 0.5em 0 0 0
}

    .editor-field textarea {
        width: 70%
    }

ul.attachment {
    width: 70%;
    padding: 0px;
}

    ul.attachment li {
        margin-left: 0;
        margin-right: 1em;
        margin-top: 1em;
        margin-bottom: 1em;
        padding: 1em;
        border: solid 1px #808080;
        background-color: #dddddd;
        font-size: 0.9em;
        list-style-type: none;
    }

        ul.attachment li a {

        }

            ul.attachment li a.title {
            }

            ul.attachment li a.deleteItem {
                text-align: right;
                float: right;
                color: #ff0000;
                font-weight: bold;
            }
/*Child level multiple uploads css*/ 

ul.childattachment {
    width: 100%;
    padding: 0px;
}

    ul.childattachment li {
        margin-left: 0;
        margin-top: 1em;
        margin-bottom: 1em;
        padding: 1em;
        border: solid 1px #808080;
        background-color: #dddddd;
        font-size: 0.9em;
        list-style-type: none;
    }

        ul.childattachment li a {
          
        }

            ul.childattachment li a.title {
            }

            ul.childattachment li a.deleteItem {
                text-align: right;
                float: right;
                color: #ff0000;
                font-weight: bold;
               
            }
.ChildUploadButton {
    /*min-width: 200px !important;*/
    width: 230px !important;
    font-size: 13px;
    padding: 3px 46px 3px 46px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

input:disabled + label {
    color: #ccc;
}

input:hover:disabled + label {
    color: #ccc;
    background-color: white;
    /*padding: 3px 3px 3px 4px;
        font: bold 11px arial, verdana;*/
}

.TableMaxWidth {
    width: 100%;
}
.NOIHeader {
    text-align: center !important;
    font: bold;
    margin: 0 !important;
}
.NOIHeaderTwo {
    text-align: center !important;
    vertical-align: top;
    margin: 15px 0 20px 0 !important;
}
.BoldCenterAlign {
    font: bold;
    text-align: center;
}
.EmailFontSize {
    font-size: 18px;
}
.HeaderNote {
    padding-right: 10px;
    vertical-align: top;
    padding-top: 12px !important;
}
.HeaderNoteSpan {
    color: black;
    font: bold 15px arial;
    text-align: left !important;
}
.SchoolYearLabelWidth {
    width: 100px;
}
.txtAlignLeft {
    text-align: left;
}
.txtAlignCenter {
    text-align: center;
}

.HSSchoolYearWidth {
    width: 285px;
    cursor: pointer;
}
.ParentGuardianLabelWidth {
    width: 25%;
    vertical-align: top;
    padding-top: 15px;
}
.CityZipcodeWidth {
    width: 16%;
}
.ChildErrorMessages {
    display: none;
    color: #9F2D2D;
    font: bold 14px arial, verdana;
    font-style: italic
}
.ChildErrorMessages2 {
    color: #9F2D2D;
    font: bold 14px arial, verdana;
    font-style: italic
}
.ErrorMessagesViewBag {
    color: #9F2D2D;
    font: bold 14px arial, verdana;
    font-style: italic;
    margin: 1px 0 5px 0;
}
.HILanguageColor {
    font: bold 12px arial;
    color: black;
    text-align: left;
}
.ChildDeleteButtonClr {
    color: silver;
    width: 240px;
    cursor: not-allowed;
}

label {
    font: bold 12px arial,verdana;
}
.Indexlinks {
    font: bold 14px arial,verdana;
    color: #30618C;
}
.IndexlinksPublic {
    font: bold 12px arial,verdana;
    color: #30618C;
}


.labelfloatleft label {
    width: 120px;
    margin-right: 0px;
    text-align: right;
    float: left;
}

.labelfloatleft p {
    display: block;
}

#containersize {
    width: 50%;
    border: none;
}