@keyframes rotate {
  from{
      transform: rotate(0deg);
  }
  to
  {
      transform: rotate(359deg);
  }
}
#container input[type="text"], #container select, #container input[type="file"], #container textarea, #container input[type="password"]{
    color: #4b4b4b !important;
    border:thin solid #BABABA;
    border-radius: 0.3rem !important;
    background-color: #fff;
    line-height: 1.4 !important;
    padding: .3rem 1rem;
}
#container input[type="text"]:focus-visible, #container select:focus, #container input[type="file"]:focus-visible, #container textarea:focus-visible{
    border:1px solid #3366CC !important;
}
#container select{
    height: auto;
}
div.sel{
    position: relative;
}
div.sel div.select{
    background: #fff;
    color: #4B4B4B;
    border-radius: .28571429rem;
    border: thin solid #BABABA;
    transition: color .1s ease,border-color .1s ease;
    padding:0;
    height: 2.6rem;
    overflow: hidden;
}
div.sel div.select div:nth-child(1){
    color: #BABABA;
}
div.sel div.onError div:nth-child(1){
    color: #A80521 !important;
}
div.sel div.selop{
    max-height: 50vh;
    overflow-y: scroll;
    border: thin solid #3366CC !important;
    position:absolute;
    z-index:1000;
}
div.sel div.required{
    border: 1px solid #8AAEEA;
}
div.sel div.onError{
    border: 1px solid #A80521;
}
div.sel div.select div{
    line-height: 1.2rem;
    font-size: 1rem;
    padding:0.6rem 1rem;
    min-height: 1.5rem;
}
div.sel div.select div:hover{
    background-color: #E6EFFD;
}
#container textarea{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    o-appearance: none;
}
div.terms{
    border: 2.5px solid #3366CC;
    border-width: medium !important;
    border-radius: 5px;
    float:left;
    text-align:center;
}
div.chck{
    border: 2.5px solid #3366CC;
    border-width: medium !important;
    border-radius: 5px;
    float:left;
    text-align:center;
    background-color: #3366CC;
    color: white;
}
#container fieldset div.el div.pdb{
    margin-top:10px;
    text-align:left;
}
#container fieldset div.el div.pdb label{
    color: #4b4b4b;
    margin-left:5px;
    font-weight:normal;
    float:left;
}
#container input[type="checkbox"]{
}
#container input[type="text"].onError,#container input[type="date"].onError,#container select.onError,#container textarea.onError{
    border-color: #A80521 !important;
    color: #A80521 !important;
}
label.onError{
    border: none !important;
    color: #A80521 !important;
}
#container input[type="button"],#container input[type="submit"]{
    font-weight: 100;
    background-color: #3366CC !important;
    margin: 0px;
    font-size: 0.93rem;
    color: white !important;
    box-shadow: none;
    padding: 0.5rem 2rem;
    white-space: pre-line;
    cursor: pointer;
    height: auto;
    position: relative !important;
    line-height: 1.42;
    border-radius: 30px;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer !important;
    text-decoration: none;
}
#container input[type="button"]:hover,#container input[type="submit"]:hover{
    background-color: #004884 !important;
    -webkit-box-shadow: 0px 5px 8px -5px #004884 !important;
    box-shadow: 0px 5px 8px -5px #004884 !important;
}
#container div.captchar input[type="button"], #container #alert input[type="button"],#container #alert input[type="submit"]{
    border: 1.5px solid #3772FF !important;
    background-color: white !important;
    color: #3772FF !important;
}
#container div.captchar input[type="button"],#alert input[type="button"]:hover,#alert input[type="submit"]:hover{
    background-color: white !important;
    color: #3772FF !important;
    border: 1.5px solid #36c !important;
}
#container #alert p{
    font-size: 1.5rem;
    margin-top: 1rem;
    font-weight: 200;
    color: #A80521 !important;
    font-style: normal;
}
#container #alert p.ic{
    background-color: #A80521;
    color:white !important;
    width:35px;
    height:35px;
    margin:auto;
    font-weight:300;
    border-radius: 30px;
    line-height:35px;
    font-weight: normal;
}
#container #alert #alerttxt{
    color: #4b4b4b !important;
    padding-top: 1rem;
    padding-left: 9%;
    padding-right: 9%;
    margin-bottom: 0 !important;
    font-size: 0.8rem;
    line-height: 0.6rem;
    font-weight: normal;
}
#container #alert{
    position: relative;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    outline: 0;
    padding: 0rem 1.563rem 1.25rem;
}
#container #alert input[type="button"]{
    margin-top:3rem;
    margin-bottom: 1rem;
}
#container div.title_tables_box, #container div.title_alert_box{
    background-color: #004884;
    border: none;
    color: #FFF;
    text-align: left;
    max-width: 1000px;
    font-weight: 700;
    padding:3px;
}
#container div.text_alert_box{
    color: #004884;
}
#container div.inf_bg_alert_box{
    background-image: none;
}
#container fieldset ,#container fieldset div.el label, #container fieldset div.fs h3{
    color: #004884;
    border-bottom-color: rgba(0,0,0,0.25);
    font-size: 1.1rem;
}
#container div.invmsg{
    width: auto;
    margin-top: .25rem;
    font-size: 0.8rem;
    color: #A80521;
    position: relative;
    clear: both;
}
div.popup, div.msga{
    font-size: 1rem;
    color: #004884;
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 35px;
    padding-right: 35px;
    padding-right: 20px;
    border-radius: 5px;
    background-position: 15px center;
    background-repeat: no-repeat;
    opacity: 1;
    background-color: white;
    box-shadow: 0.25px 2.05px 2.05px 0.05px rgba(0,0,0,0.1) !important;
}
div.div_button{
    display: block;
    text-align: right;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 2px;
}
div.required span{
    display: none;
}
fieldset div.required label{
    font-family: SGDR;
}
div.captcha div.required label{
    width: 100%;
}
div.required label:after,li.required label:after{
    content: "*"
}
li.required span{display: none;}
#imgCaptcha{
    border: 1px solid rgba(0,0,0,0.25);
}
#tables_box div.text_tables_box{
    font-size: 1rem;
}
@media (min-width: 1024px) and (hover:hover){
    html,body{
    }
    div.msga{
        border:1px solid #FFAB00
    }
    div.popup{
        border:1px solid #36c
    }
    div.terms{
        height: 20px;
        width: 20px;
    }
    div.serv{
        position:absolute;
        font-size: 200%;
        color:#5b5bf4;
        top:0px;
        right: 0px;
    }        
    #container fieldset ol li label,#container div.el label{
        width: 200px;
        float: left;    
    }
    #annexProject div.el label, #annexFormat div.el label{
        width: 70%;
    }
    div.sel{
        width: 70%;
        float: left;
    }
    div.sel div.select{
        width: 70%;
        float: left;
    }
    #load_layer img{
         width: 220px;
         height: 19px;
    }
    #loggedin{
        width:100%;
        border:1px solid #EEE;
        text-align: center;
        margin:1vh 0;
        color:#DD2D2B;
    }
    #container div.title_tables_box{
        margin:0.5rem;
    }
}
@media (max-width: 1024px) or (hover:none){
    html,body{
    }
    #container fieldset{
        border:none;
        margin: 0;
    }
    #container div.title_tables_box{
        margin:0.1rem;
    }
    #loggedin{
        width:100%;
        border:1px solid #EEE;
        text-align: center;
        margin:1vh 0;
        color:#DD2D2B;
        font-size:0.5rem;
    }
    #container input[type="text"], #container select, #container textarea, #container input[type="file"],#container input[type="date123"]{
        width: 85%;
        font-size: 1rem;
        line-height: 1rem;
        color: #4B4B4B;
        border-radius: 0.3rem;
        height: 2.6rem;
        margin:0;
    }
    form div fieldset div.fsh{
        padding:0;
    }
    div.captchal,div.captchar,div.captcha{
        width:90vw;
        margin: auto;
    }
    #container input[type="button"],#container input[type="submit"]{
        width: 100%;
        border: 2.5px solid #3772FF !important;
        font-size:1rem;
        font-weight: bold;
    }
    div.title_tables_box{
        font-size: 1rem;
    }
    #imgCaptcha{
        width:80%;
    }
    div.popup{
        border:2px solid #36c
    }
    div.msga{
        padding:0;
        font-size:0.7rem;
    }
    div.terms{
        height: 1rem;
        width: 1rem;
        font-size:0.7rem;
    }
    #container fieldset div.el div.pdb label{
        font-size:1rem;
    }
    #alert{
        max-width: 80%;
    }
    div.serv{
        position:relative;
        color:#5b5bf4;
        top:0px;
        right: 0px;
        font-size:0.5rem;
    }    
    #container fieldset ol li label,#container div.el label{
        width: 90%;
    }
    div.sel{
        width: 99%;
    }
    div.sel div.select{
        width: 100%;
    }
    div.g-recaptcha {
        /*transform: scale(2.5);
        transform-origin: top left;
        height: 4.5rem;
        width: 40%;*/
    }
    #load_layer{
        font-size: 1.5rem;
        margin-top: 0px;
        width: 100%;
        background-size: contain;
    }
    #load_layer img{
         width: 80%;
    }
    fieldset div.el{
        margin:0.5rem 0;
    }
    #container div.invmsg{
        margin-left: 0;
    }
}
div.upload{
    border:1px #3772FF dashed;
    border-radius: 0;
    background-color: white;
    color: #3772FF;
    padding: 1.5rem 1rem;
}
div.upload:hover{
    color: white;
    background-color: #3772FF;
}
div.upload::before{
    font-family: FAS;
    font-size:150%;
    content: "\f0c6";
    color: white;
    background-color: #3772FF;
    padding:0.3rem;
    margin-right: 0.5rem;
    border-radius: 0.5rem;
}
div.loading::before{
    font-family: FAS;
    font-size:150%;
    background-color: white;
    color: #3772FF;
    padding:0.3rem;
    margin-right: 0.5rem;
    border-radius: 0.5rem;
    content:"\f1ce";
    animation: rotate 2s linear infinite;
    display: inline-block;
}
div.loading:hover{
    background-color: white;
    color: #3772FF;
}
#annex div{
    min-width:200px;
    border-radius: 1rem;
    padding:0.5rem;
    background-color: rgba(55, 114, 255, 0.1);
    color:#3772FF;
    margin:0.2rem;
    display: inline-block;
}
#annex div progress{
    display: block;
}
#annex div span{
    font-size:90%;
    margin:0.5rem;
}
#annex div a{
    font-weight: bold;
}
.tables_style03 th strong{
    color: #004884;
    font-size: 1.1rem;
    font-weight: bolder;
}
#container fieldset ol li label,#container div.el label{
    color: #004884;
    font-size: 1.1rem;
    margin: 0px;
    padding: 0px;
}
#internal_container{
    max-width: none;
}
#container fieldset,#container fieldset ol li{
    clear: both;
}
fieldset .tables_style03 th{
    border-bottom-color: rgba(0,0,0,0.25);
    margin: 1rem;
}
div.t2032{
    max-width: 1000px;
    margin: auto !important;
}
h2{
    font-size: 120%;
    margin: 0px;
}