﻿body {
    background-color: #778085;
    color: #404A4F;
}

input[type=text], input[type=password] {
    width: 89%;
    border: 1px solid #404A4F;
    border-radius: 5px;
    border-width: 1px;
    border-color: #ced4da;
    border-top-color: #ced4da !important;
    /*border-bottom: 1px solid #404A4F;*/
    padding: .5em .5em .5em;
    /*padding-left: 2em;*/
    outline: none;
    /*margin: 1.5em auto;*/
    transition: all .5s ease;
}

    input[type=text]:focus, input[type=password]:focus {
        /*border-bottom-color: #404A4F;*/
        box-shadow: 0 0 5px #E87D1E;        
        border-radius: 4px;
    }

i {
    margin-right: .25em;
}

A:link {
    /*font-family: Sans-Serif, Arial;*/
    text-decoration: none;
    font-weight: 500;
    /*color: #404A4F;*/
    color: #0d6efd;
}

A:visited {
    /*font-family: Sans-Serif, Arial;*/
    font-weight: 500 !important;
    text-decoration: underline;
    /*color: #404A4F;*/
    color: #0d6efd;
}

A:active {
    /*font-family: Sans-Serif, Arial;*/
    text-decoration: none;
}

A:hover {
    /*font-family: Sans-Serif, Arial;*/
    font-weight: 700 !important;
    /*color: #404A4F;*/
    color: #0d6efd;
}

.bg-secondary {
    background-color: #404A4F !important;
}

/*.bg-success {
    background-color: #428BCA !important
}*/

.rounded-start {
    border-bottom-left-radius: 1em !important;
    border-top-left-radius: 1em !important;
}

.rounded-end {
    border-bottom-right-radius: 1em !important;
    border-top-right-radius: 1em !important;
}

.rounded-top {
    border-top-left-radius: .5em !important;
    border-top-right-radius: .5em !important;
}

.btn {
    transition: all .5s ease;
    width: auto;
    border-radius: 20px;
    /*color: #E87D1E;
    background-color: #fff;*/
    font-weight: 600;
    border: 1px solid #E87D1E;
    margin-top: 1.5em;
    margin-bottom: 1em;
    height: 2.5em;
    background-color: #E87D1E;
    color: #fff;
    padding-left: 1em;
    padding-right: 1em;
    vertical-align: top !important;
}

    .btn:hover, .btn:focus, .btn:disabled {
        /*background-color: #E87D1E;
        color: #fff;*/
        color: #fff;
        background-color: #B95D0B;
        border-color: #B95D0B;
    }

.btn-secondary {
    transition: all .5s ease;
    width: auto;
    border-radius: 20px;
    /*color: #404A4F;
    background-color: #fff;*/
    background-color: #404A4F;
    color: #fff;
    font-weight: 600;
    border: 1px solid #404A4F;
    margin-top: 1.5em;
    margin-bottom: 1em;
    height: 2.5em;
    padding-left: 1em;
    padding-right: 1em;
}

    .btn-secondary:hover, .btn-secondary:focus {
        /*background-color: #404A4F;
        color: #fff;*/
        color: #fff;
        background-color: #232A2E;
        border-color: #232A2E;
    }

.btn-secondarywhite {
    transition: all .5s ease;
    width: auto;
    border-radius: 20px;
    color: #404A4F;
    background-color: #fff;
/*    background-color: #404A4F;
    color: #fff;*/
    font-weight: 600;
    border: 1px solid #404A4F;
    margin-top: 1.5em;
    margin-bottom: 1em;
    height: 2.5em;
    padding-left: 1em;
    padding-right: 1em;
}

    .btn-secondarywhite:hover, .btn-secondarywhite:focus {
        background-color: #404A4F;
        color: #fff;
        /*        color: #fff;
        background-color: #232A2E;*/
        border-color: #404A4F;
    }

.btn-danger {
    transition: all .5s ease;
    width: 30%;
    border-radius: 20px;
    color: red;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid red;
    margin-top: 1.5em;
    margin-bottom: 1em;
    height: 2.5em;
}

    .btn-danger:hover, .btn-danger:focus {
        background-color: red;
        color: #fff;
    }

.main-content {
    /*width: 75%;*/
    border-radius: 20px;
    box-shadow: 0 5px 5px rgba(0,0,0,.4);
    margin: 5em auto;
    display: flex;
}

.main-content-lg {
    width: 75%;
    border-radius: 20px;
    box-shadow: 0 5px 5px rgba(0,0,0,.4);
    margin: 5em auto;
    display: flex;
}

.Buttons {
    /*color: #404A4F;*/
    color: #0d6efd;
    background: white;
    font-weight: 500;
    text-decoration: none;
    font-size: 1rem;
    /*font-family: Sans-Serif, Arial;*/
    border: none;
    cursor: pointer;

}

    .Buttons:hover {
        font-weight: 700;
        /*color: #404A4F;*/
    color: #0d6efd;
    }

.fs-7 {
    font-size: .85rem !important;
}

.offcanvas-footer {
    padding: 1rem;
}

.options-table > tbody > tr > td:nth-child(2) {
    width: 70%;
    padding-left: .5rem !important;
    vertical-align: top;
    /*white-space: nowrap;*/
}

.optionspref-table > tbody > tr > td:nth-child(1) {
    width: 1%;
    white-space: nowrap;
}

.prefoptions-table > tbody > tr > td {
    /*padding-top: 1rem !important;
    padding-right: 1rem;*/
}

.prefoptions-table > tbody > tr > td > label {
    padding-left: .25rem !important;
    padding-right: 1rem;
}

.greyicon {
    color: #808080;
}

.voteerror {
    width: 100%; 
    border-radius: 7px 7px 0 0; 
    box-shadow: 0 0 10px #dc3545;
}

.surveyradios {
    margin-right: 5em;
}

.support-small {
    display: none;
}

.items {
    font-size: 1rem !important;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

@media screen and (max-width: 992px) {
    body {
        background: white;
    }

    .main-content {
        border-radius: 20px;
        box-shadow: 0 0px 0px rgba(0,0,0,.4);
        margin: 0em auto;
        display: flex;
        width: 100%;
    }

    .main-content-lg {
        width: 100%;
        border-radius: 0px;
        box-shadow: 0 0px 0px rgba(0,0,0,0);
        margin: 0em auto;
        display: flex;
    }

    .input-group {
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
        width: 100%;
    }

    .support-small {
        display: block;
        margin-top: 2em;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 100%;
    }

    .btn {
        transition: all .5s ease;
        width: auto;
        border-radius: 20px;
        /*color: #E87D1E;
    background-color: #fff;*/
        font-weight: 600;
        border: 1px solid #E87D1E;
        margin-top: 1.5em;
        margin-bottom: 1em;
        height: 2.5em;
        background-color: #E87D1E;
        color: #fff;
        padding-left: 1em;
        padding-right: 1em;
        vertical-align: top !important;
    }

    .items {
        font-size: 1rem !important;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}

@media screen and (max-width: 400px) {
    .btn {
        transition: all .5s ease;
        width: 100%;
        border-radius: 20px;
        /*color: #E87D1E;
    background-color: #fff;*/
        font-weight: 600;
        border: 1px solid #E87D1E;
        margin-top: 1.5em;
        margin-bottom: 1em;
        height: 2.5em;
        background-color: #E87D1E;
        color: #fff;
        padding-left: 1em;
        padding-right: 1em;
        vertical-align: top !important;
    }

    .btn-secondarywhite {
        transition: all .5s ease;
        width: 100%;
        border-radius: 20px;
        color: #404A4F;
        background-color: #fff;
        /*    background-color: #404A4F;
    color: #fff;*/
        font-weight: 600;
        border: 1px solid #404A4F;
        margin-top: 0em;
        margin-bottom: 0em;
        height: 2.5em;
        padding-left: 1em;
        padding-right: 1em;
    }

    .btn-secondary {
        transition: all .5s ease;
        width: 100%;
        border-radius: 20px;
        /*color: #404A4F;
    background-color: #fff;*/
        background-color: #404A4F;
        color: #fff;
        font-weight: 600;
        border: 1px solid #404A4F;
        margin-top: 1.5em;
        margin-bottom: 1em;
        height: 2.5em;
        padding-left: 1em;
        padding-right: 1em;
    }

    .text-danger {
        color: #FF9E9E !important;
    }
}

@media print {
  .main-content-lg {
    width:100%;
  }
}




