.icon{
    text-align: center;
}

.icon:hover{
    color: #ffdf00;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.save{
    border: 10px double #ffdf00;
    border-radius: 12px;
}

.icon-save{
    color: #ffdf00;
}

.dk-yellow{
    background-color: #fffb00;
    font-weight: bold;
}

.dk-blue{
    background-color: #004586;
}

.bg-gray{
    background-color: #dfdfdf;
}

.dk-blue-text{
    color: #004586;
}

.dk-yellow-text{
    color: #fffb00;
}

.check-card{
    text-align: center !important; 
    margin-top: 15px; 
    margin-bottom: 15px;
}

.btn-circular {
    display:block;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    border: 3px double #fffb00;
    background-color: #004586;
    
}

.btn-circular-secondary {
    display:block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 5px double #fffb00;
    background-color: #004586;
    
}

.btn-circular-secondary-vertical {
    margin-left: 15px;
    display:block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 5px double #fffb00;
    background-color: #004586;
    
}  
.btn-solo{
    height: 435px;
}


.btn-screen{
    clear: both;
    position:fixed;
    bottom: 10%;;
    right:1%;
    height: 270px;
}
 
input:disabled{
    background-color: #d3d3d3 !important;
    cursor: not-allowed !important;
    /*color:#ffff !important */
}

.required{
    color: #ff0000;
}