﻿.mandatory {
    color: #73899e;
}

div.s4-simple-iconcont {
    display: none;
}

.ms-titlearea {
    display: none;
}

.ms-titleimagearea {
    display: none;
}

.ms-globalbreadcrumb {
    display: none;
}

.ms-leftareacell {
    display: none;
}

.well-custom {
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #e5f5fb;
    border: 1px solid #e5f5fb;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0px 0px 15px 0px;
    text-align: center;
    margin-top: 50px;
}



.container {
    margin-right: auto;
    margin-left: auto;
}


.well {
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #eaeef7;
    border: 1px solid #eaeef7;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0px 0px 10px 0px;
    text-align: center;
    margin-top: 50px;
    width: 26% !important;
}



body {
    background-color: white;
    margin: 10px;
    overflow-x: hidden;
}

.btn-primary {
    color: #fff;
    background-color: #002191;
    border-color: #0024a0;
}


    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .active.btn-primary, .open .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #1a3491;
        border-color: #2140af;
    }


@media screen and (max-width: 900px) {
    .well {
        width: 100% !important;
    }
}