﻿@import url(/Assets/css/root.css?v=00020);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);

.btn-facebook, .btn-twitter, .item-link, .small-chat-box .heading .pull-right {
    cursor: pointer
}

#a0-lock.a0-theme-default .a0-panel .a0-bg-gradient, .btn-google {
    background-color: #fff !important
}

.btn-google {
    color: #db4437 !important;
    font-weight: 700
}

.btn-facebook, .btn-twitter, .nav-header {
    color: #fff !important;
    font-weight: 700
}

.btn-facebook {
    background: #4c69ba !important;
    background: -webkit-linear-gradient(#4c69ba,#3b55a0) !important;
    background: linear-gradient(#4c69ba,#3b55a0) !important;
    text-shadow: 0 -1px 0 #354c8c;
    white-space: nowrap
}

.btn-twitter {
    background-color: #1b95e0 !important
}

.blur {
    -webkit-filter: blur(12px);
    -moz-filter: blur(12px);
    -o-filter: blur(12px);
    -ms-filter: blur(12px);
    filter: blur(12px)
}

.blur-bg {
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: -25%;
    width: 250%;
    height: 250%;
    z-index: 1;
    opacity: .75
}

.contact-box {
    overflow: hidden;
    position: relative !important
}

    .contact-box .details {
        position: relative;
        z-index: 3;
        background-color: transparent !important
    }

.contact-box-footer {
    position: relative;
    z-index: 3;
    background-color: rgba(47,64,80,.12) !important
}

.form-control-inline {
    width: auto !important;
    display: inline !important
}

.blockquote-normal {
    font-size: small
}

.padding-sm {
    padding: 12px !important
}

.margin-top-10 {
    margin-top: 10px
}

.margin-top-15 {
    margin-top: 15px
}

.margin-top-20 {
    margin-top: 20px
}

.margin-bottom-5 {
    margin-bottom: 5px
}

.margin-bottom-10 {
    margin-bottom: 10px
}

.margin-bottom-15 {
    margin-bottom: 15px
}

.margin-bottom-20 {
    margin-bottom: 20px
}

.border-top {
    border-top: 1px solid #e7eaec;
    margin-top: 10px;
    padding-top: 10px
}

.margin-top-5 {
    margin-top: 5px
}

.comment-wrapper .media-body {
    border: 0 solid #e7eaec
}

.post-options {
    padding: 5px;
    background-color: #f9f9f9
}

.comment-option {
    min-height: 42px
}

.comment-option-normal {
    min-height: 0;
    margin: 0;
    padding: 0
}

/*.form-control[type=file] {
    background-color: transparent !important;
    border-width: 0 !important
}*/

.btn-file {
    position: relative;
    overflow: hidden
}

   /* .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        opacity: 0;
        outline: 0;
        background: #fff;
        cursor: inherit;
        display: block
    }*/

.checkbox input[type=radio], .checkbox-simple input[type=checkbox] {
    opacity: 1 !important
}

.loginColumns .progress {
    margin-bottom: 0
}

.loginColumns .password-verdict {
    color: #888
}

/*Used for creating scrollable dropdowns in typeahead search*/
#scrollable-dropdown-menu .tt-menu {
    max-height: 150px;
    overflow-y: auto;
}

span.twitter-typeahead .tt-dropdown-menu, span.twitter-typeahead .tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box
}

span.twitter-typeahead .tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

span.twitter-typeahead .tt-suggestion.tt-cursor, span.twitter-typeahead .tt-suggestion:focus, span.twitter-typeahead .tt-suggestion:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.input-group.input-group-lg span.twitter-typeahead .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.input-group.input-group-sm span.twitter-typeahead .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.input-group span.twitter-typeahead {
    display: block !important;
    height: 34px
}

.input-group span.twitter-typeahead .tt-dropdown-menu, .input-group span.twitter-typeahead .tt-menu {
    top: 32px !important
}

.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
    border-radius: 0
}

.input-group span.twitter-typeahead:first-child .form-control {
    border-radius: 4px 0 0 4px
}

.input-group span.twitter-typeahead:last-child .form-control {
    border-radius: 0 4px 4px 0
}

.input-group.input-group-sm span.twitter-typeahead {
    height: 30px
}

.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu, .input-group.input-group-sm span.twitter-typeahead .tt-menu {
    top: 30px !important
}

.input-group.input-group-lg span.twitter-typeahead {
    height: 46px
}

.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu, .input-group.input-group-lg span.twitter-typeahead .tt-menu {
    top: 46px !important
}

.evaluation-form fieldset {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e5e5e5
}

.evaluation-form label span {
    font-size: 135%
}

.evaluation-form legend small {
    font-size: 65%
}

.evaluation-form .lead {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px
}

textarea.rf-size-large {
    height: 175px !important
}

textarea.rf-size-medium {
    height: 100px !important
}

textarea.rf-size-small {
    height: 40px !important
}

input.rf-size-medium {
    width: 50% !important
}

input.rf-size-small {
    width: 125px !important
}

.nav-header {
    background-image: none !important;
    padding: 21px !important;
    font-size: 18px;
    height: 66px;
    font-family: 'Roboto Condensed',sans-serif;
    border-bottom: 1px solid rgba(255,255,255,.2)
}
/*Should not be needed anymore*/
/*.logo {
    font-size: 16px;
    font-weight: 700
}*/

.img-responsive-max {
    max-width: 100%
}

#a0-lock.a0-theme-default .a0-panel {
    text-align: center;
    border-radius: 3px;
    font-size: 13px;
    position: relative;
    color: #4d4d4d;
    zoom: 1;
    width: 100% !important;
    background: 0 0;
    -webkit-box-shadow: 0 0 0 rgba(17,17,24,.6) !important;
    box-shadow: 0 0 0 rgba(17,17,24,.6) !important;
    border-width: 0 !important
}

#a0-lock a, #a0-lock button, #a0-lock div, #a0-lock h1, #a0-lock h2, #a0-lock html, #a0-lock input, #a0-lock select, #a0-lock span, #a0-lock textarea {
    font-family: 'Open Sans' !important
}

.a0-image {
    display: none
}

#a0-lock.a0-theme-default .a0-panel .a0-top-header {
    height: auto !important;
    min-height: inherit !important
}

#a0-lock.a0-theme-default .a0-panel .a0-icon-container {
    min-height: inherit !important
}

#a0-lock.a0-theme-default .a0-panel .a0-top-header h1 {
    font-size: 16px !important;
    font-family: 'Open Sans' !important
}

.resume-style {
    padding: 10px;
    color: #fff;
    border-radius: 6px;
    margin: 10px 0px;
}

.resume-style-1 {
    background-color: #2E8099
}

.resume-style-2 {
    background-color: #3A8370
}

.resume-style-3 {
    background-color: #3C8639
}

.resume-style-4 {
    background-color: #a1527c
}

.resume-style-5 {
    background-color: #B65C02 /*fda246*/
}

.resume-style-6 {
    background-color: #4b6a78
}

.small-chat-box {
    right: 10px !important;
    bottom: 0 !important;
    box-shadow: -2px 16px 16px 0 rgba(0,0,0,.4);
    z-index: 1001
}

    .small-chat-box .content .chat-message.active {
        color: #31708f !important;
        background-color: #d9edf7 !important;
        border-color: #bce8f1 !important
    }

.list-nostyle {
    list-style-type: none;
    padding-left: 15px
}

blockquote footer,
blockquote small,
blockquote .small {
    /*color: #757575 !important;*/
    /*overriding bootstrap's default color for blockquote so it meets accessibility contrast*/
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    /* overriding bootstrap's default color so it meets accessibility contrast */
    color: #737364 !important;
}

/*CUSTOM: TODO: Determine if this is still needed*/
.connection-row {
    margin-top:5px;
    font-size :18px;
}

.small .small-text {
    color: #737364 !important;
    font-size: 65%;
    font-weight: normal;
    line-height: 1;
}

.btn:disabled, .btn[disabled], .btn.disabled {
    /*overriding opacity changes in inspinia and bootstrap as this interferes with accessibility contrast */
    opacity: 1 !important;
}

.well {
    /*Overriding grey background from bootstrap used in full calendar,
      as it interferes with accessibility color contrast*/
    background-color: #FFFFFF !important;
}

.modal-header .close {
/* Ensure close button size meets accessibility minimum    */
    min-width:24px;
}

/*:focus,:focus-visible {*/
a:focus, button:focus, input:focus/*, [tabindex]:focus*/ { 
    /*Ensure highlight appears on elements when tabbing with keyboard for accessibility*/
    outline: -webkit-focus-ring-color auto 1px !important;
}

code {
    /*Overriding inspinia theme for color contrast*/
    color: #DA161F !important;
}

/*Overriding sweetalert buttons for color contrast*/
.sweet-alert button {
    background-color: var(--primary) !important;
}
.sweet-alert button.cancel {
    background-color: var(--default) !important;
 }

.badge.score-color {
    /*For some reason, Inspinia's badges override the normal styling method in Bootstrap 5 so have to customize this here.
      This is a combination of "bg-primary" and "text-white"*/
    background-color: rgba(var(--ins-primary-rgb), var(--ins-bg-opacity)) !important;
    color: rgba(var(--ins-white-rgb), var(--ins-text-opacity)) !important;
}
/*Overriding calendar background color for contrast accessibility*/
.fc-toolbar-chunk .fc-button-group .fc-button {
    background-color: #EAF4FA;
}
/*Overriding incorrect all day event color for contrast, seems to be a bug in fc*/
.fc-h-event .fc-event-main {
    color: var(--ins-primary);
}

/*Enables cursor not allowed when hovering over disabled radio buttons*/
input[type="radio"][disabled]
{
    cursor: not-allowed;
}
.form-check-input:disabled{
    pointer-events: initial;
}