﻿body {
}

.bckgrd {
    /*CHANGE BACKGROUND COLOUR*/
    background: #ffffff;
    /*CHANGE FONTS*/
    font-family: 'Open Sans';
}

.header-bckgrd {
    /*CHANGE HEADER BACKGROUND COLOUR*/
    background: none;
}

.bckgrd2 {
    background: repeating-linear-gradient( to right, #D0D6DF, #D3D7E1 4px, #D7DBE5 10px );
}

.alert-success2 {
    color: #012639;
    border-color: #d1d6e1;
}

.btn-success-custom-01 {
    color: #fff;
    background-color: #012639;
    border-color: #637697;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #FFF;
    text-decoration: none;
}

.modal-static {
                position: fixed;
                top: 50% !important;
                left: 55% !important;
                margin-top: -100px;
                margin-left: -100px;
                overflow: visible !important;
            }

                .modal-static,
                .modal-static .modal-dialog,
                .modal-static .modal-content {
                    width: 200px;
                    height: 200px;
                }

                    .modal-static .modal-dialog,
                    .modal-static .modal-content {
                        padding: 0 !important;
                        margin: 0 !important;
                    }

                        .modal-static .modal-content .icon {
                        }