
body{
    overflow-y:scroll;
    overflow-x: scroll;
}


a{
    color: #007eff;
    text-decoration: underline;
}
a:hover{

    color: black;
    text-decoration: none;

}

.formHeader{

    color: black;
    font-size: x-large;
    font-weight: bold;
    text-decoration: underline;

}

.warning{

    border: 2px solid red;
    background-color: white;
    color: red;
    font-weight: bold;
    font-size: large;
    width: 100%;
    padding: 10px;
    margin-top: 10px;

}

.success{

    border: 2px solid green;
    background-color: white;
    color: green;
    font-weight: bold;
    font-size: large;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;

}

.fontSize9{
    font-size: 9px;
}

.fontSize7{
    font-size: 7px;
}

.fontSize11{
    font-size: 11px;
}

.width100percent{
    width: 100%;
}

.width98percent{
    min-width: 98%;
    max-width: 98%;
}

.width80percent{
    min-width: 80%;
    max-width: 80%;
}

.width70percent{
    min-width: 70%;
    max-width: 70%;
}

.floatRight{
    float: right;
}

.width60percent{
    width: 60%;
}

.width58percent{
    width: 58%;
}

.width50percent{
    min-width: 50%;
    max-width: 50%;
}

.width40percent{
    min-width: 40%;
    max-width: 40%;
}

.width49percent{
    width: 49%;
}


.width30percent{
    min-width: 30%;
    max-width: 30%;
}

.width33percent{
    min-width: 33%;
    max-width: 33%;
}

.width34percent{
    min-width: 34%;
    max-width: 34%;
}

.width28percent{
    min-width: 28%;
    max-width: 28%;
}

.width26percent{
    min-width: 26%;
    max-width: 26%;
}

.width25percent{
    min-width: 25%;
    max-width: 25%;
}

.width20percent{
    min-width: 20%;
    max-width: 20%;
}

.width23percent{
    min-width: 23%;
    max-width: 23%;
}

.width15percent{
    min-width: 15%;
    max-width: 15%;
}

.border10pxSolidBlack{
    border: 10px solid black;
}

.border1pxSolidBlack{
    border: 1px solid black;
}

.marginLeft2px{
    margin-left: 2px;
}

.marginLeft10px{
    margin-left: 10px;
}

.marginTop10px{
    margin-top: 10px;
}

.marginBottom10px{
    margin-bottom: 10px;
}

.marginTop2px{
    margin-top: 2px;
}

.marginBottom2px{
    margin-bottom: 2px;
}

.width80percent {
    width: 80%;
}

.width20percent {
    width: 20%;
}

.minWidth300px{
    min-width: 300px;
}

.floatLeft{
    float: left;
}

.floatRight{
    float: right;
}

.boldFont{
    font-weight: bold;
}

.blueFont{
    color: #0084ff;
}

.darkBlueFont{
    color: #1a486c;
}

.redFont{
    color: red;
}

.underline{
    text-decoration: underline;
}

.padding5px{
    padding: 5px;
}

.paddingLeft5px{
    padding-left: 5px;
}

.padding2px{
    padding: 2px;
}

.margin5px{
    margin: 5px;
}

.marginBottom5px{
    margin-bottom: 5px;
}

.displaceDownwards3px{
    position: relative;
    top: 3px;
}

.margin10px{
    margin: 10px;
}

.marginTopAndBottom5px{
    margin-top: 5px;
    margin-bottom: 5px;
}

.marginTopAndBottom1px{
    margin-top: 1px;
    margin-bottom: 1px;
}

.padding1px{
    padding: 1px;
}

.lighterBG{
    background-color: #f6f6f6;
}

.darkerBG{
    background-color: #e3e3e3;
}

.whiteBG{
    background-color: #ffffff;
}

.height400px{
    height: 400px;
}

.height200px{
    height: 200px;
}

.width200px{
    width: 200px;
}

.blackText{
    color: black;
}

.cursorPointer{
    cursor: pointer;
}

.maxHeight400px{
    max-height: 400px;
}

.paddingBottom10px{
    padding-bottom: 10px;
}

.ui-slider .ui-slider-horizontal{
    background-color: white;
    color: #000000;
    border: 1px solid #000000;
}

.overFlowYScroll{
    overflow-y: scroll;
}



.ui-dialog { z-index: 1000 !important ;}





















@media only screen and (max-width : 991px) {

    .mobileWidth100percent{
        width: 100%;
        display: block;
    }

    .mobileWidth100percent_{
        width: 100%;
        display: block;
    }

    .mobileMarginTop10px{
        margin-top: 10px;
    }

    .mobileMarginBottom10px{
        margin-bottom: 10px;
    }

    .mobileMarginTop20px{
        margin-top: 20px;
    }

    .mobileMarginTop30px{
        margin-top: 30px;
    }

    .mobilePaddingBottom10px{
        padding-bottom: 10px;
    }

    .mobilePaddingBottom10px{
        padding-bottom: 10px;
    }

    .mobileMaxWidth800px{
        max-width: 800px;
    }

    .mobileFloatNone{
        float: none;
    }

    .mobileFloatLeft{
        float: left;
    }

    .width60onPc100percentOnMobile{
        width: 100%;
    }

    .width63onPc100percentOnMobile{
        width: 100%;
    }

    .width36onPc100percentOnMobile{
        width: 100%;
    }

    .floatRightOnPcLeftOnMobile{
        float: left;
    }

    .mobileBorderTopBottomGrey{
        border-top: 1px solid darkgrey;
        border-bottom: 1px solid darkgrey;
    }

    .mobilePaddingTopBottom10px{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .mobileBoldText{
        font-weight: bold;
    }

    .mobileProminentText{
        background-color: #eafdff;
        font-weight: bold;
    }

    .hideInMobile{
        display: none;
    }

    .mobilePaddingTop70px{
        padding-top: 70px;
    }

    .mobilePaddingTop100px{
        padding-top: 100px;
    }

    .rightBorder1pxSolidGrey{
        border-right: 1px solid grey;
    }

    .mobileBorder1pxSolidBlack{
        border: 1px solid black;
    }

    .mobileBackgroundLightGreen{
        background-color: #ebffeb;
    }

    .mobileBackgroudLightBlue{
        background-color: #e9fffd;
    }

}



@media only screen and (max-width : 767px) {

    .mobileWidth100percent{
        width: 100%;
        display: block;
    }

    .mobileWidth100percent_{
        width: 100%;
        display: block;
    }

    .mobileMarginTop10px{
        margin-top: 10px;
    }

    .mobileMarginBottom10px{
        margin-bottom: 10px;
    }

    .mobileMarginTop20px{
        margin-top: 20px;
    }

    .mobileMarginTop30px{
        margin-top: 30px;
    }

    .mobilePaddingBottom10px{
        padding-bottom: 10px;
    }

    .mobilePaddingBottom10px{
        padding-bottom: 10px;
    }

    .mobileMaxWidth800px{
        max-width: 800px;
    }

    .mobileFloatNone{
        float: none;
    }

    .mobileFloatLeft{
        float: left;
    }

    .width60onPc100percentOnMobile{
        width: 100%;
    }

    .width63onPc100percentOnMobile{
        width: 100%;
    }

    .width36onPc100percentOnMobile{
        width: 100%;
    }

    .floatRightOnPcLeftOnMobile{
        float: left;
    }

    .mobileBorderTopBottomGrey{
        border-top: 1px solid darkgrey;
        border-bottom: 1px solid darkgrey;
    }

    .mobileBoldText{
        font-weight: bold;
    }

    .mobileProminentText{
        background-color: #eafdff;
        font-weight: bold;
    }

    .hideInMobile{
        display: none;
    }

    .mobilePaddingTop70px{
        padding-top: 70px;
    }

    .rightBorder1pxSolidGrey{
        border-right: 1px solid grey;
    }

    .mobileBorder1pxSolidBlack{
        border: 1px solid black;
    }

    .mobilePaddingTop100px{
        padding-top: 100px;
    }

    .mobileBackgroundLightGreen{
        background-color: #ebffeb;
    }

    .mobileBackgroudLightBlue{
        background-color: #e9fffd;
    }

}