@charset "utf-8";
/* CSS Document */

.bg-blue{background-color:#013e5b !important}

.bg-yellow{background-color:#FDFFDE !important}

.text-underline-hover {
    text-decoration: none;
}

.text-underline-hover:hover {
    text-decoration: underline;
}

.modal-dialog {width:auto 100%;
}

.btn-primary {margin-bottom: 10px; background-color: #013e5b; border: #013e5b;}

.btn-primary {margin-bottom: 10px; background-color: #013e5b; border: #013e5b;}

.bg-red {margin-bottom: 10px; background-color: red; color: aqua;}

h4 {margin-bottom: 10px !important; margin-top: 10px !important;}
