﻿select option {
    color: black;
}

.header_title {
    margin-top: 40px;
}

.solo_logo span {
    width: 50%;
}

.solo_logo img {
    width: 100%;
}

.shared_logos {
    display: none;
}

.image.login {
    border: 0;
    display: inline-block;
    position: relative;
}

#error p {
    font-size: 1.2em;
}

#ticket-details div.row,
#appeal-personal-details div.row,
#appeal-details div.row {
    margin-bottom: 10px;
}

#create-appeal section ul.actions {
    margin-top: 40px;
}

#create-appeal section.attachments {
    margin-top: 40px;
}

#infringments-payment .actions {
    margin-top: 60px;
}

#payment-error {
    margin-top: 20%;
}

body.inline-view {
    background-color: white;
}

.ticket-status-note {
    margin-top: 40px;
    background-color: #fff3cd;
    border-color: #ffeeba;
    padding: 25px;
}

    .ticket-status-note > div {
        margin-top: 10px;
    }

.field-validation-error {
    color: red;
    font-weight: bold;
    font-size: 0.8em;
}

#Information-box-bottom {
    display: none;
}

@media screen and (max-width: 737px) {
    #Information-box-bottom {
        clear: both;
        display: block;
        height: 0.5em;
        width: 100%;
    }
}

.left-floating-div {
    float: left;
    width: 30%
}

@media only screen and (max-width:737px) {
    .left-floating-div {
        clear: both;
        width: 100%;
        display: block;
    }
}

.info-box {
    width: 100%;
    background: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.35);
    margin: 0 auto;
    text-align: left;
    padding: 10px;
    font-weight: bold;
    border-radius: 10px;
}

.info-text-header {
    cursor: pointer;
    margin-left: 5px;
    margin-bottom: 5px;
    font-size: 12px;
}

@media only screen and (max-width: 737px) {
    .collapsible:after {
        margin-left: 5px;
        content: '\002B';
    }
}

@media only screen and (max-width: 737px) {
    .active:after {
        content: "\2212";
        margin-left: 5px;
    }
}

#InfoContent {
    font-size: 10px;
    margin-left: 15px;
    transition: max-height 0.3s ease-out;
}

@media only screen and (max-width:737px) {
    #InfoContent {
        max-height: 0;
        overflow: hidden;
    }
}

.alert {
    padding: 20px;
    background-color: #f44336;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
}

    .alert.success {
        background-color: #4CAF50;
    }

.btn-primary {
    color: #fff;
    background-color: #0495c9;
    border-color: #357ebd;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #00b3db;
        border-color: #285e8e;
    }

.inline-block-auto-width {
    display: inline-block;
    width: auto;
}

.inline-text-padding {
    padding: 0 5px 0 5px;
}

/*Custom alert CSS*/
.alertBox {
    overflow: hidden;
    box-shadow: 0 0 20px black;
    border-radius: 8px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    padding: 10px;
    text-align: center;
    display: none;
    background: #f1f1f1;
}

    .alertBox span {
        font-size: 40px;
        display: block;
        margin: 20px 0;
    }

.alert-box-close {
    font-size: 20px;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    background: #3498db;
    display: inline-block;
    border-radius: 4px;
}

.icon.paymentSuccess {
    color: green;
    margin-left: 20%;
}

.icon.paymentError {
    color: red;
    margin-left: 10%;
}

.address-lookup input {
    display: inline-block;
}

.address-lookup .icon-location {
    margin-left: -5%;
}

@media only screen and (max-width:600px) {
    .address-lookup .icon-location {
        margin-left: -10%;
    }
}

.upper-case-text {
    text-transform: uppercase;
}

.lower-case-text {
    text-transform: lowercase;
}

.capitalise-case-text {
    text-transform: capitalize;
}
/*animation related section*/

.action-overlay {
    display: none;
    position: fixed;
    margin: auto;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    padding: 10px;
    z-index: 999;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(0,0,0,0.5);
    color: white;
    border-radius: 10px;
}

div.loading .action-overlay {
    display: block;
}

.section-divider {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

    .section-divider hr {
        flex: 1;
        border: none;
        border-top: 1px solid rgba(0, 0, 0, 0.35);
    }

    .section-divider span {
        padding: 0 15px;
        font-weight: bold;
        font-size: 1em;
        color: #000
    }
