﻿@import url('jquery.qtip.min.css');

.pwdReq {
    font-size: 16px;
    list-style: disc;
    padding-left: 30px;
    margin-top:10px;
}

.RequiredAsterisk {
    color: red
}

.passwordIntro {
    color: #4f4f4f;
}

.RequiredEntry {
    background-color: white;
}

form {
    min-width: 600px;
    
}

body {
    /*background-color: #dbe2ea;*/
    height: 100%;
    /*position: relative;*/
    min-height: 100%;
}

html {
    position: relative;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*.dark {
    border: 1px solid #7b9dcb !important;
}*/


*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

h1, h2, h3, h4, p, label, td, th, span, input {
    font-family: arial, verdana, sans-serif;
}

.hidden {
    display: none;
    visibility: hidden;
}

.secondLvl {
    font-weight: bold;
    margin: 40px 0px 20px 0px;
    color: #4f7bb8;
}

h1 {
    font-size: 24px;
    font-weight: bold;
}

h2 {
    font-size: 22px;
    /*font-weight: bold;*/
    font-weight: normal;
    color: #4f4f4f;
}

h3 {
    font-size: 18px;
    color: #4f4f4f;
    /*font-weight: bold;*/
}

h4 {
    font-size: 16px;
    font-weight: bold;
    color: #4f4f4f;
}

b {
    font-weight: bold;
}

p {
    line-height: 1.2em;
    text-align: justify;
    color: #4f4f4f;
    /*font-size: 16px;*/
}

span {
    color: #4f4f4f;
}

label {
    color: #4f4f4f;
}

/*input, label {
    display: block;
    font-size: 14px;
}*/


.content-form {
    width: 900px;
    margin: 0 auto;
    position: relative;
    height: auto;
    min-height: 100%;
    height: 100%;
    display: block;
    /*color: darkblue;*/
    top: 160px;
    z-index: 2;
    font-family: Arial, Helvetica, sans-serif;
    color: #4f4f4f;
}

.banner {
    width: 100%;
    height: 120px;
    position: fixed;
    display: block;
    background-color: #ffffff;
    z-index:10;
    top: 0;
}

.banner-header table {
    /*width: 80%;
    margin: 0 auto;
    margin: 2px auto;*/
    /*margin-left:235px;*/
    position: relative;
    border: 2px;
    border-color: red;
    height: 90px;
}

    .banner-header table tr td {
        vertical-align: middle;
    }

        .banner-header table tr td img {
            padding: 10px 0px;
            padding-right: 10px;
            vertical-align: top;
        }

.banner-title {
    /*background-color: #000000;*/
    background-color: #ff9933;
    height: 70px;
    display: block;
    position:relative;
    top:160px;
}

    .banner-title h1 {
        color: #fff;
        /*width: 800px;
        margin: 0 auto;*/
        padding-top: 25px;
        display: block;
    }

.content-header {
    padding: 30px 0;
    display: block;
}

.content-header2 {
    padding: 0 0 30px 0;
    display: block;
}


.btn-login {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #22ae8a;
    padding: 0px 0 !important;
    height: 40px !important;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*width: 100%;*/
    width: 200px;
    border-style: solid;
    border-color: #22ae8a #22ae8a;
    border-radius: 5px;
    margin-top: 20px;
    /*margin-left: 200px;*/
    margin: auto;
    /*margin-bottom: 100px;*/
    align-self: center;
}

.btn-logout {
    color: #22ae8b;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    padding: 0px 0 !important;
    height: 40px !important;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*width: 100%;*/
    width: 150px !important;
    border-style: solid;
    border-color: #235ba8 #235ba8;
    border-radius: 10px;
    margin-top: 15px;
    /*margin-right: 100px;*/
    border-width: 1.5px;
}

.btn-confirm {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #22ae8a;
    padding: 0px 0 !important;
    height: 40px !important;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*width: 100%;*/
    width: 200px !important;
    border-style: solid;
    border-color: #22ae8a #22ae8a;
    border-radius: 5px;
    margin-top: 20px;
    /*margin-left: 350px;*/
    /*margin-bottom: 100px;*/
    margin: auto;
    margin-bottom: 100px;
    align-self: center;
}



b.emphasis {
    /*font-size: 16px;*/
}


.spacer-20 {
    clear: both;
    display: block;
    height: 20px;
}

.spacer-30 {
    clear: both;
    display: block;
    height: 30px;
}

.spacer-40 {
    clear: both;
    display: block;
    height: 40px;
}

.spacer-100 {
    clear: both;
    display: block;
    height: 100px;
}

.spacer-120 {
    clear: both;
    display: block;
    height: 120px;
}

.content-form-row-inline table tr td {
    vertical-align: bottom;
}

.horizontal-line-top {
    border-top: 1px solid #eee;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.border-left-none {
    border-left: none;
}

.border-right-none {
    border-right: none;
}

.full-width {
    width: 800px;
}

.txt-decor {
    text-decoration: underline;
}

.lbtn-green {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    background: #22ae8a;
    padding: 10px 0 !important;
    height: 40px !important;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 200px;
    border-style: solid;
    border-color: #22ae8a;
    border-width: thin;
    display: inline;
    /*margin: auto;*/
    border-radius: 5px;
    margin-top: 15px;
    margin-right: -35px;
}

.lbtn-blue {
    color: #22ae8a;
    font-size: 16px;
    font-weight: bold;
    background: none;
    padding: 10px 0 !important;
    height: 40px !important;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 160px;
    border-style: solid;
    border-color: #235ba8;
    border-width: 1.5px;
    display: inline;
    /*margin: auto;*/
    border-radius: 5px;
    margin-top: 15px;
    margin-right: 35px;
}

.btn-green-tab {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    background: #22ae8a;
    padding: 10px 0 !important;
    height: 72px !important;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    border-style: solid;
    border-color: #22ae8a;
    border-width: thin;
}

.btn-grey-tab {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    background: #235ba8;
    padding: 10px 0 !important;
    height: 72px !important;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    border-style: solid;
    border-color: #235ba8;
    border-width: thin;
}

.btn-black-tab {
    color: #235ba8;
    font-size: 16px;
    font-weight: bold;
    background: #ffffff;
    padding: 10px 0 !important;
    height: 72px !important;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    border-style: solid;
    border-color: #ffffff;
    border-width: thin;
}

.push {
    clear: both;
}



.background {
    clear: both;
    bottom: 0;
    /*position: relative;*/
    width: 100%;
    height: 350px;
    display: block;
    z-index: -1;
}

    .background .dot {
        margin-top: 150px;
        background: url('../img/dot.png');
        background-size: 36px 36px;
        height: 180px;
        display: block;
        z-index: 1;
        width: 100%;
        position: absolute;
        bottom: 95px;
    }

    .background .circle {
        background: url('../img/circle_background.png');
        background-size: 300px auto;
        background-repeat: no-repeat;
        height: 400px;
        width: 300px;
        display: block;
        position: absolute;
        bottom: 135px;
        right: 0px;
        z-index: -1;
    }

    .background .triangle {
        background: url('../img/triangle_background.png');
        background-repeat: no-repeat;
        height: 285px;
        width: 515px;
        display: block;
        position: absolute;
        bottom: 20px;
        right: 150px;
        z-index: -1;
    }



.content-form-header {
    width: 100%;
    /*margin-left: 10%;
    margin-right: 10%;*/
    margin-bottom: 20px;
    /*border: dotted;*/
    /*padding: 10px;*/
    /*align-self: center;*/
}

    .content-form-header h1 {
        color: #235ba8;
        font-size: 18px;
        /*padding-top: 20px;
    padding-bottom: 20px;*/
        padding: 20px 0px 30px 0px;
    }


    .content-form-header h2 {
        padding: 20px 40px 20px 40px;
        color: #ffffff;
        font-size: 22px;
    }

.content-form-header-row {
    /*margin-left: 200px;*/
    /*margin-left: 10%;
    margin-right: 10%;*/
    margin-top: 10px;
    margin-bottom: 10px;
    /*border: dotted;*/
    /*padding: 10px;*/
}



.dropdown {
    position: relative;
    align-self: center;
    /*display: block;*/
    /*margin: 10px 0;*/
    /*overflow: visible !important;*/
}

.dropdown-processed {
    align-content: center;
    margin-left: 100px;
    margin-right: 100px;
    width: 620px;
    color: #22ae8a;
    background-color: #235ba8;
    line-height: 30px;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
    border-radius: 10px;
    /*border-top: 1px solid #fff;*/
    /*border-bottom: 1px solid #dadada;
        border-bottom-style: inset;*/
}

.tooltipme {
    cursor: pointer;
    text-decoration: none;
}
.qtip {
    max-width: 600px !important;
}

hr {
    margin-top: 10px;
    margin-bottom: 0;
    /*margin: 0px;*/
    border: 0.5px solid #4d93be;
    margin-left: 40px;
    margin-right: 40px;
}




.content-form-header p {
    /*padding: 0px 0px 0px 40px;*/
    padding: 5px;
    margin-top: -20px;
    margin-left: 40px;
    margin-right: 40px;
    color: #ffffff;
    font-size: 14px;
    /*font-stretch: wider;*/
    letter-spacing: 0.5px;
}


.dropdown-processedbottom {
    margin-left: 100px;
    margin-right: 100px;
    width: 620px;
    color: #22ae8a;
    background-color: #235ba8;
    line-height: 30px;
    padding: 0px 0px 10px 0px;
    cursor: pointer;
    border-radius: 10px;
    /*border-top: 1px solid #fff;
        border-bottom: 1px solid #dadada;*/
}



.dropdown-container {
    padding-top: 10px;
    padding-right: 20px;
    display: none;
}

.dropdown-processed .dropdown-link a.image-sprite {
    top: 20px;
    right: 25px;
    float: right;
    display: block;
    position: absolute;
    height: 30px;
    width: 28px;
    background: url('../img/btnClose_sprite_white.png') left bottom;
}

.dropdown-processedbottom .dropdown-link a.image-sprite {
    top: 20px;
    right: 25px;
    float: right;
    display: block;
    position: absolute;
    height: 30px;
    width: 28px;
    background: url('../img/btnClose_sprite_white.png') left bottom;
}

.content-form-panel {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.content-form-panel h1 {
    color: #4f4f4f;
    font-size: 18px;
    /*padding-left: 20px;*/
    /*padding-top: 20px;*/
    padding-bottom: 20px;
    /*padding: 20px 0px 20px 10px;*/
    /*margin-top: 10px;
margin-bottom: 10px;*/
}

.spanValid {
    color: red;
    margin-top: 8px;
    font-weight: bold;
}

.content-form-panel-row {
    width: 650px;
    margin-left: 190px;
    margin-right: 190px;
    margin-top: 20px;
    /*margin-bottom: 10px;*/
    align-content: center;
    align-items: center;
    /*border: dotted;*/
    /*padding: 10px;*/
}

.login-control {
    margin-top: 10px;
}

.asso-chooser .pin {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background: url(../img/chooser-pin.png) center center no-repeat #22ae8a;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border: 1px solid #d7d7d7;
}

.asso-name {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 20px;
    width: 400px;
    height: 40px;
    line-height: 50px;
    /*border: none;*/
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #d7d7d7;
    margin-left: -5px;
    /*border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;*/
}

.panel-dropdown {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 20px;
    width: 131px;
    height: 40px;
    line-height: 50px;
    border: 1px solid #d7d7d7;
    font-size: 14px;
    border-radius: 10px;
    /*border-radius: 4px;*/
    /*border-top-right-radius: 4px;*/
}

.panel-input-textbox {
    width: 400px;
    height: 40px;
    padding: 8px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    /*border-top-right-radius: 4px;*/
}

.content-form-panel-row-label {
    font-size: 14px;
    color: #4f4f4f;
    /*border-top-right-radius: 4px;*/
}

.RequiredAsterisk {
    color: red;
}



p {
    /*margin: 1.5em 0;*/
    margin: 10px 0px 20px 0px;
    padding: 0;
}

.footer2 {
    width: 100%;
    display: block;
    background: #ffffff;
    background-color: #4f7bb8 !important;
    /*position:absolute;*/
    /*clear: both;
    position: fixed;
    bottom: 0;
    left: 0;*/
}


.footer {
    background: #235ba8;
    font-family: arial, verdana, sans-serif;
    font-weight: bold;
    width: 100%;
    display: block;
    font-size: 18px;
    /*position:absolute;*/
    /*clear: both;
    position: fixed;
    bottom: 0;
    left:0;*/
}

    .footer div {
        padding-left: 0px
    }
        /*.footer div.nav{border-bottom:1px solid #000}*/
        .footer div.nav .homeLink {
            display: block;
            float: left;
            font-size: 24px;
            font-weight: bold;
            color: #fff;
            text-decoration: none
        }

        .footer div.nav ul {
            line-height: 41px;
            color: #878787
        }

            .footer div.nav ul li {
                display: inline-block;
                margin: 0 0px
            }

                .footer div.nav ul li:first-child {
                    margin-left: 0
                }

                .footer div.nav ul li:last-child {
                    margin-right: 0
                }

                .footer div.nav ul li a {
                    color: #878787;
                    text-decoration: none;
                    text-transform: uppercase
                }

                    .footer div.nav ul li a:hover {
                        color: #c5c5c5
                    }

            .footer div.nav ul li {
                color: #ffffff
            }

            .footer div.nav ul.leftNav {
                float: left;
            }

            .footer div.nav ul.rightNav {
                float: right
            }


.wrapper {
    max-width: 800px;
    margin: 0 auto
}


.footer2 div {
    padding-left: 0px
}

    .footer2 div.nav ul {
        line-height: 28px;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
        font-family: arial, verdana, sans-serif;
    }

        .footer2 div.nav ul li {
            display: inline-block;
            margin: 0 5px
        }

            .footer2 div.nav ul li:first-child {
                margin-left: 0
            }

            .footer2 div.nav ul li:last-child {
                margin-right: 0
            }

        .footer2 div.nav ul.leftNav {
            float: left;
        }

        .footer2 div.nav ul li a {
            color: #fff;
            text-decoration: underline;
        }

        .footer2 div.nav ul.leftNav-1 {
            float: left;
            font-size: 14px;
        }

        .footer2 div.nav ul.leftNav-2 {
            float: left;
            font-size: 14px;
        }

.footer2 table tr td a {
    color: #ffffff;
}

.footer2 table td {
    /*padding-top: 10px;*/
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 14px;
    text-decoration: none;
    font-family: arial, verdana, sans-serif;
}

.content-form-panel-confirm {
    margin-left: 100px;
    margin-right: 100px;
    width: 600px;
    /*margin-bottom: 20px;*/
    /*border: dotted;*/
    /*padding: 10px;*/
    background-color: #22ae8a;
    border-radius: 10px;
    padding: 30px;
    color: #ffffff;
    padding-bottom: 10px;
    margin-top: 40px;
}

    .content-form-panel-confirm h1 {
        color: #ffffff;
        font-size: 16px;
        padding-left: 30px;
        /*padding-top: 20px;*/
        padding-bottom: 10px;
        /*padding: 20px 0px 20px 10px;*/
    }

    .content-form-panel-confirm p {
        color: #ffffff;
        font-size: 12.5px;
    }

/*.checkbox-label{
        color: green;
    }

    .checkbox-design {
   content: "";
   display: inline-block;
   vertical-align: -25%;
   height: 2ex;
   width: 2ex;
   background-color: white;
   border: 1px solid rgb(166, 166, 166);
   border-radius: 4px;
   box-shadow: inset 0 2px 5px rgba(0,0,0,0.25);
   margin-right: 0.5em;
}*/

/*.checkbox-design .checked {
  
   background-color: red;
  
}*/

input[type="checkbox"], input[type="radio"] {
    width: 20px !important; /*Desired width*/
    height: 20px !important; /*Desired height*/
}

input[type="radio"] {
    -webkit-appearance: checkbox; /* Chrome, Safari, Opera */
    -moz-appearance: checkbox; /* Firefox */
    -ms-appearance: checkbox; /* not currently supported */
}

.radioButtonList label {
    display: inline;
}

.tbl-checkbox tr td {
    vertical-align: middle !important;
    /*padding-bottom: 20px;*/
}

.tbl-checkbox label {
    margin: 0 !important;
}

.tbl-checkbox input[type="checkbox"] {
    margin: 0 !important;
}


.info {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 15px;
    height: 15px;
    padding: 2px;
    background: #22ae8a;
    /*border: 2px solid #666;*/
    color: #fff;
    font-weight: bold;
    text-align: center;
    font: 12px Arial, sans-serif;
}

.footer-container {
    /*width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10;*/
    position: absolute;
    width: 100%;
    bottom:0px;
}

.WebSiteBckGrd {
    /*position: relative;*/
    bottom: 0;
    left: 0;
    z-index: -1000;
    margin-top: 100px;
}

.school-year {
    /*border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;*/
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 20px;
    width: 195px !important;
    height: 40px;
    line-height: 50px;
    border: 1px solid #d7d7d7;
    font-size: 14px;
    border-radius: 0;
}

.panel-input-textbox-2 {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 20px;
    width: 400px;
    height: 40px;
    /*padding: 8px 5px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
}

.content-form-panel-row-label-2 {
    font-size: 14px;
    margin-left: 105px; /*border-top-right-radius: 4px;*/
    color: #4f4f4f;
}

table.dataTable {
    text-transform: none;
}

table.dataTable tr td {
    vertical-align: middle;
}

.title {
    /*background: #f6f5f5;*/
    background-color: #235ba8;
    color: #fff;
    height: 41px;
    line-height: 41px;
    /*border-top: 1px solid #fff;*/
    /*border-bottom: 1px solid #bfbfbf;*/
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
}

.alertTitle {
    background-color: #a6302c;
    color: #fff;
    padding: 10px 10px 10px 40px;
    margin-bottom: 30px;
    font-style: italic;
    position: relative;
    border-radius: 5px;
}

.alertTitle img {
    vertical-align: -23%;
    position: absolute;
    left: 10px;
}

.alertTitle span {
    font-size: 12px;
    font-weight: normal;
}

table.dataTable tr.dark {
    /*background: #e7e7e7;#dbe2e9*/
    background: #e7e7e7;
    height:30px;
}

table.dataTable tr {
    height: 30px;
}

.formBtns {
    width: 80px;
    height: 35px;
    color: white;
    background-color: #4f7bb8;
    border-radius: 10px;
}

.modalBox {
    width: 600px;
    background-color: White;
    border-width: 1px;
    border-color: gray;
    border-style: solid;
    padding: 20px;
    border-radius: 10px;
}

.formBtns {
    float: right;
    margin-top: 10px;
}

div.fields {
    padding-bottom: 10px;
}


