﻿
body {
    font-family: Roboto !important;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.main-block {
    background-size: 100%;
    background-attachment: fixed;
    min-height: 100vh;
    /*background-image: url('../Resources/back2.jpg');*/
    position: relative;
}

    .main-block:before {
/*        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #f9f9f947;
*/    }

.logo-section {
    background-color: #2a3f54;
    padding: 15px;
    color: #fff;
}

    .logo-section h4 {
        margin-top: 10px;
        font-weight: 300;
    }

.input-section {
    background-color: #fff;
    padding: 15px;
}

.radio-block input[type=radio] {
/*    position: absolute;
*/    top: 20px;
}

    .radio-block input[type=radio] + img {
        height: 50px;
        padding: 5px;
        /*padding-left: 25px;*/
    }

.input-section h5 {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.input-section input[type=text], .input-section textarea {
    border-radius: 1px;
    font-size: 12px;
    font-weight: 500;
    max-width: none;
    margin-bottom: 15px;
    resize: none;
}

    .input-section input[type=text]:focus, .input-section textarea:focus, .input-section select:focus {
        box-shadow: none;
        outline: none;
        border-color: #007bff;
    }

.input-section select {
    border-radius: 1px;
}

.alert span {
    font-size: 30px;
    top: 8px;
    left: 15px;
    position: absolute;
}

.alert {
    padding-left: 40px !important;
}

.form-block {
    box-shadow: 6px 6px 6px #00000005;
    margin: 25px 0;
}

.input-section .btn-primary {
    margin-bottom: 15px;
    font-family: Roboto;
    padding: 6px 20px;
    border-radius: 1px;
    box-shadow: 2px 3px 6px #00000040;
    font-size: 15px;
}

    .input-section .btn-primary:hover, .input-section .btn-primary:focus {
    }

.input-section input[type=text]::-webkit-input-placeholder, .input-section textarea::-webkit-input-placeholder {
    color: #adadad;
}

.details-section .alert {
    padding: 10px 15px !important;
}

.details-section table tr th {
    font-weight: 500;
    background-color: #2a3f54;
    color: #fff;
    border-color: #2c4e6f;
}

.details-section .alert-danger {
    font-weight: 500;
    padding: 10px 35px !important;
    display: inline-block;
}
