﻿.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.custumRigtSiteHelpText {
    float: left;
    text-align: right;
    width: 100%;
}

@media(max-width: 767px) {
    .custumRigtSiteHelpText {
        float: left;
        text-align: center;
        margin-top: 0px !important;
        padding-top: 0px !important;
        margin-bottom: 10px;
    }
}

.largerFont p {
    font-size: 1.8rem;
}

.textInAlerts {
    font-size: 1.8rem;
}

.form-control-static {
    padding-top: 0;
    text-align: right;
}

.trHead .bg-primary {
    color: #fff !important;
    background-color: #337ab7 !important;
}

.tablePadding .table .trHead tr td {
    padding: 0 !important;
}

span.bg {
    line-height: 30px;
    padding-left: 5px;
}

.arrow {
    stroke-dasharray: 7, 3;
}

.tooltipBtn {
    float: right;
    margin: 6px -15px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 3rem;
    text-align: center;
    border: rgb(255, 153, 0) 2px;
    color: rgb(255, 153, 0);
    background-color: #f0f0f0;
    padding: 0;
}

    .tooltipBtn .glyphicon {
        top: -2px;
    }

    .tooltipBtn:hover {
        color: rgb(255, 153, 0) !important;
        background-color: #f0f0f0;
    }

.noMargin {
    padding-top: 0px !important;
}

.tooltipBtnWithFields span {
    top: -2px;
}

.tooltipBtnWithFields {
    top: -2px;
}

input::-webkit-input-placeholder {
    color: #333 !important;
}

input::-moz-placeholder {
    color: #333 !important;
}

input:-ms-input-placeholder {
    color: #333 !important;
}

.error .help-block,
.error input,
.error label,
.error select,
label.error,
.error span,
.error .checkbox,
.error input + label,
.error .checkbox-inline,
.error.radio label,
.error.checkbox label,
.error.radio-inline label,
.error.checkbox-inline label {
    color: rgb(204, 0, 0) !important;
}

#email.ng-invalid-pattern,
#postcode.ng-invalid-pattern,
.error select,
.error input {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(204, 0, 0);
    background-color: rgb(204, 0, 0, 0.1);
}

    .error input::-webkit-input-placeholder {
        color: rgb(204, 0, 0);
    }

    .error input::-moz-placeholder {
        color: rgb(204, 0, 0);
    }

    .error input:-ms-input-placeholder {
        color: rgb(204, 0, 0);
    }


/*.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: red;
    opacity: 1;
}*/

.error .form-control:focus {
    /*border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;*/
    border-style: solid;
    border-width: 2px;
    border-color: rgb(204, 0, 0);
    background-color: rgb(204, 0, 0, 0.1);
}

.error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.error .form-control-feedback {
    color: #a94442;
}

.labelWithtoolTip {
    margin-right: 20px !important;
}

@media(max-width: 990px) {

    .labelWithtoolTip3Opt {
        margin-top: 25px;
    }
}

@media(max-width: 767px) {
    .labelWithtoolTip3OptTooltip {
        margin-top: 25px;
    }

    .tooltipBtnWithFields {
        margin: -30px 0 0 0;
    }

    .tooltipBtn {
        margin: 6px -25px;
        width: 25px;
        height: 25px;
        font-size: 2.8rem;
    }

    .t-score-sel{
        width: 80% !important;
    }
}

.manyLabelMargin label {
    margin-right: 20px !important;
    margin-top: 5px !important;
}

#privicePolicyModal {
    max-height: 85%;
    overflow-y: scroll;
    font-family: 'OpenSansRegular';
    width: 80%;
    margin: auto;
}

#priviceCollectionModal {
    max-height: 85%;
    overflow-y: scroll;
    font-family: 'OpenSansRegular';
    width: 80%;
    margin: auto;
}

#disclaimerModal {
    max-height: 85%;
    font-family: 'OpenSansRegular';
}

    #privicePolicyModal .modal-dialog {
        width: auto;
        margin: 0;
    }

    #disclaimerModal .modal-content,
    #privicePolicyModal .modal-content {
        border: 1px solid #999;
        border-radius: 0;
    }