﻿body {
    

}
.blackLabelClass {
    font-size: 20px;
    color:black;
}

.blackLabelClass2 {
    font-size: 25px;
    color: black; 
    font-weight: bold;
}

.blackLabelClass2New {
    width: 100%;
    text-align: center;
    display: block;
    font-weight: bolder;
    font-size: 120% !important;
}

.blackLabelClass3 {
    color: #9e9e9e;
    display: block;
    width: 100%;
    margin-bottom: -13px;
    text-align: center;
    border-top-style: solid;
    font-weight: 500;
    font-size: 134% !important;
    border-width: 1px;
    border-color: lightgrey;
}

.blackLabelClass4 {
    font-size: 23px;
    color: black;
    font-weight: bold;
}

.blackLabelClass41 {
    font-weight: bold;
    font-size: 121% !important;
    border-bottom-style: solid;
    width: 100%;
    display: block;
    margin-bottom: -20px;
    border-width: 1px;
    border-color: #d6d6d6;
}

.blackLabelClass5 {
    font-size: 20px;
    color: black;
    font-weight: bold;
}

.blackLabelClass6 {
    font-size: 20px;
    color: #39bfff;
    /* text-decoration: dashed; */
    font-weight: bold;
}

.darkgrayLabelClass {
    font-size: 20px;
    color: darkgray;
}

.blueLabelClass {
    font-size: 20px;
    color: rgb(255, 126, 15);
    font-weight: bold;
}

.greenLabelClass {
    font-size: 20px;
    color: #6fa530;
    font-weight: bold;
}

.textBoxClass {
    /*position: absolute;*/
    width: 86px;
    height: 31px;
    border: 0.5px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-style: solid;
    border-color: #a7c2d0;
    margin-top: 7px;
    font-family: 'ComfortaaLight';
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
}

.textBoxClass1 {
    margin-left: 29px;
}


.textBoxClass2 {
    margin-left: 133px;
}
.textBoxClass3 {
    margin-left: 238px;
}
.textBoxClass4 {
    margin-left: 343px;
}

.divControlsClass {
    margin-left: -6px;
    margin-top: 14px;
    width: 523px;
    position: absolute;
    height: 150px;
}

.divControlsClassAd {
    margin-left: 523px;
    margin-top: 14px;
    width: 270px;
    height: 150px;
    /*border-color: #ddd;
    border-style: solid;
    border-width: thin;*/
    position: absolute;
}

.labelClassTitle {
    left: 15px;
    margin-top: 25px;
    width: 700px;
    border: none;
    color: black;
    font-size: 20px;
    font-family: 'ComfortaaLight';
    margin-left: 29px; 
}

.buttonClassNokNod {
    text-align: center;
    width: 84px;
    height: 27px;
    background-color: lightgray;
    border-radius: 3px;
    border: none;
    margin-top: 50px;
}

.buttonClassNokNod1 {   
    margin-left: 32px;   
}

.buttonClassNokNod2 {
    margin-left: 19px;
}

.RadioButtonList1Title {
    /* color: black; */
    /* font-size: 15px; */
    /* font-family: 'ComfortaaLight'; */
    margin-top: 12px;
    /* margin-left: 26px; */
    margin-bottom: 0.5rem;
}

    .RadioButtonList1Title label {
        display:inline-block !important;
        padding-left:3px;
    }
    
    .panelClass {
        margin-left: 20px;
        height: 600px;
        border-color: #ddd;
        border-style: solid;
        border-width: thin;
        margin-top: 182px;
        padding: 15px;
        font-family: 'ComfortaaLight';
        font-size: 30px;
        position: absolute;
    }

.panel {
    /*box-shadow: 0 0 10px rgba(0,0,0,0.5);*/
    padding: 18px;
    /*margin-top: 20px;*/
    border-radius: 10px;
    overflow: hidden;
    font-size: 117%;
    padding-top:0;
}

    .panel span {
        font-size: 100%;
        font-family: 'Calibri';
    }

.tb_btn_cont {
    text-align: center;
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: lightgray;
    padding: 10px;
   
}

.smallTextLable {
    font-weight: 600;
    font-size: 120%;
}

