/*
Color Palette: It should match to BrokerFirst Theme , Confirm it with brokerfirst.css
 Warning - #BF491A
 Info message - #858585
*/

button:active, button:focus {
    outline: none !important;
}

.cir-loader {
    position: relative;
    margin-left: 40%;
    z-index: 1;
    height: 0;
}

.custom-report-loader {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url('../images/ajax_loader.gif') 50% 50% no-repeat;
}

.cir-portfolio-score {
    background-color: #fff;
}

.cir-portfolio-score:not(.affix) .container {
    padding: 0;
    margin: 0;
    width: auto;
}

.switchInNotAllowed {
    color: blue;
}

.switchOutNotAllowed {
    color: orange;
}

.switchInNotAllowed.switchOutNotAllowed {
    color: red;
}

.table-striped {
    caption-side: bottom;
}

.btn-clear {
    margin-right: 5px;
}

.chart-clear {
    margin-bottom: 10px;
}

.reducedBottomMargin {
    margin-bottom: 5px;
}

.reducedBottomMarginSection {
    margin-bottom: 20px;
}

.reducedPaddingTop {
    padding-top: 10px;
}

.reducedPaddingBottom {
    padding-bottom: 10px;
}

.verticalAlignCenter {
    vertical-align: middle;
}

.btn-left {
    float: left;
}

.custom-dropzone {
    min-height: 200px !important;
}

.dropzone .dz-default.dz-message span {
    display: block !important;
    margin-top: 3.5em;
    text-align: center;
    color: #858585;
    font-size: 14px;
}

.container section {
    margin-bottom: 40px !important;
    font-size: 1.25em;
}

.table > thead > tr > th {
    padding: 4px !important;
    vertical-align: middle;
}

.table > tbody > tr > td {
    padding: 4px !important;
    vertical-align: middle;
}

.dropzone .dz-progress .dz-upload {
    display: block;
    margin-top: 4em;
    text-align: center;
    color: #858585;
    font-size: 14px;
}

.dropzone.additional-content .dz-success .dz-upload,
.dropzone.additional-content .dz-error .dz-upload,
.dropzone.additional-content .dz-error .dz-details,
.dropzone.additional-content .dz-file-preview .dz-details {
    display: none;
}

.dropzone.additional-content .dz-file-preview:not(:last-child) {
    display: none;
}

.dropzone.additional-content .dz-success .dz-details {
    display: block;
    margin-top: 4em;
    text-align: center;
    color: #858585;
    font-size: 14px;
}

.dropzone .dz-error .dz-error-message span {
    display: block;
    margin-top: 5em;
    text-align: center;
    color: #BF491A;
    font-size: 14px;
}

.dropzone .dz-error .dz-progress span {
    display: none;
}

.logo {
    display: block;
    max-width: 100%;
    max-height: 200px;
}

.form-group ul[dnd-list] .dndDraggingSource {
    display: none;
}

.form-group ul[dnd-list] .dndPlaceholder {
    background-color: #ddd;
    display: block;
    min-height: 42px;
}

/* Date picker - start
   It is temporary styles for date picker - it should be changed by designer.*/
.uib-daypicker {
    outline: none !important;
    padding: 3px;
    background-color: transparent;

}

.uib-monthpicker tbody tr td button, .uib-daypicker tbody tr td button {
    border-radius: 1px !important;
}

.uib-daypicker tbody tr td button, .uib-monthpicker tbody tr td button, .uib-yearpicker tbody tr td button {
    color: #001e60 !important;
    border: 1px solid #004fb6 !important;
    background-color: #004fb6;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#087a6993', endColorstr='#08684994', GradientType=0) !important;
}

.uib-daypicker tbody tr td button:active,
.uib-monthpicker tbody tr td button:active,
.uib-yearpicker tbody tr td button.active {
    color: white !important;
    border: 1px solid #004fb6 !important;
    background-color: #004fb6 !important;
    box-shadow: none !important;
    text-shadow: 0 0 0 !important;
}

.uib-yearpicker tbody tr td button {
    text-shadow: none !important;
}

.uib-day button, .uib-month button, .uib-year button {
    border-radius: 0 !important
}

.uib-daypicker tbody tr td button:hover,
.uib-daypicker tbody tr td button.active:hover,
.uib-daypicker tbody tr td button.active:active:hover,
.uib-monthpicker tbody tr td button:hover,
.uib-monthpicker tbody tr td button.active:hover,
.uib-monthpicker tbody tr td button.active:active:hover,
.uib-yearpicker tbody tr td button:hover,
.uib-yearpicker tbody tr td button.active:hover,
.uib-yearpicker tbody tr td button.active:active:hover {
    color: white !important;
    text-shadow: 0 0 0 !important;
    border: #004fb6 !important;
    background-color: #004fb6 !important;
    box-shadow: none !important;
    /* IE6-9 */

}

.uib-daypicker tbody tr td button:hover *,
.uib-daypicker tbody tr td button:active *,
.uib-daypicker tbody tr td button.active:hover *,
.uib-daypicker tbody tr td button.active:active:hover *,
.uib-monthpicker tbody tr td button:hover *,
.uib-monthpicker tbody tr td button.active:hover *,
.uib-monthpicker tbody tr td button.active:active:hover *,
.uib-yearpicker tbody tr td button:hover *,
.uib-yearpicker tbody tr td button.active *,
.uib-yearpicker tbody tr td button.active:hover *,
.uib-yearpicker tbody tr td button.active:active:hover * {

    color: white !important
}

.uib-datepicker-popup > li, .uib-datepicker-popup > li > .dropdown-menu {
    border: 0 solid transparent !important;
    outline: none !important;
}

.uib-daypicker thead tr th button, .uib-monthpicker thead tr th button, .uib-daypicker tbody tr td button, .uib-monthpicker tbody tr td button {
    padding: 8px 10px !important;
    border-radius: 0 !important;
}

.uib-yearpicker tbody tr td button, .uib-yearpicker thead tr th button {
    padding: 8px 8px !important;
}

.uib-daypicker thead tr th button, .uib-monthpicker thead tr th button, .uib-yearpicker thead tr th button {

    background: #004fb6;
    /* Old browsers */
    background: -moz-linear-gradient(top, #004fb6 0%, #001e60 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #004fb6 0%, #001e60 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #004fb6 0%, #001e60 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004fb6', endColorstr='#001e60', GradientType=0);
    /* IE6-9 */
    box-shadow: none;
    color: white !important;
    border-radius: 0;
    border: 1px solid #fff !important;
}

.uib-daypicker thead tr th button.uib-left {
    border-radius: 3px 0 0 3px;
}

.uib-daypicker thead tr th button.uib-right {
    border-radius: 0 3px 3px 0;
}

.uib-daypicker thead tr th button.uib-title {
}

.uib-daypicker thead tr th, .uib-daypicker tbody tr td {
    color: #001e60;
}

.uib-daypicker thead tr th button:hover,
.uib-daypicker thead tr th button:active,
.uib-monthpicker thead tr th button:hover,
.uib-yearpicker thead tr th button:hover,
.uib-monthpicker thead tr th button:active,
.uib-yearpicker thead tr th button:active {
    color: white !important;
    border-color: #fff !important;
    background: rgb(133, 110, 171);
    background: -moz-linear-gradient(top, #004fb6 0%, #001e60 100%);
    background: -webkit-linear-gradient(top, #004fb6 0%, #001e60 100%);
    background: linear-gradient(to bottom, #004fb6 0%, #001e60 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004fb6', endColorstr='#001e60', GradientType=0);
}

.dropdown-menu {
    padding: 0;
    border: 0 !important;
    min-width: 100px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: white;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.uib-datepicker .btn.btn-default {
    background-color: rgba(104, 73, 148, 0.03);
}

/* Date picker - end*/

/*
 *  Scroll bar - start
    This style is not applied for FireFox and IE. But works for Crome
 */

.scrollbox-large::-webkit-scrollbar {
    width: 2px;
}

.scrollbox-large::-webkit-scrollbar-thumb {
    background-color: #DCD5E5;
}

/*
 *  Scroll bar - ends
 */

.angular-ui-tree-placeholder {
    background-color: #ddd;
}

.angular-ui-tree-handle {
    font-weight: normal;
    display: block;
}

.angular-ui-tree-empty {
    border: 0;
    min-height: 0;
    background-color: transparent;
    background-image: none;
    background-size: 0;
    background-position: 0;
}

@media screen and (max-width: 767px) {
    .ffWizardPanelCol {
        overflow: auto;
    }
}

@media (max-width: 1200px) {
    .chartMargin {
        margin-left: 0.95em;
    }
}

#screenSplash {
    background: url(../images/PFB_Homepage-updated.png?_=3) no-repeat center;
    width: 100%;
    height: 386px;
}

#screenSplashLogo {
    width: 100%;
    height: 100%;
}

.popup-spacer{
    padding: 1em;
}
.popup-header{
    color: #004fb6;font-size: 2em;
}
.popup-body{
    color: #001e60;
    font-size: 1.25em;
}

.aviva-panel-body{
    color: #001e60;
    padding: 15px;
    font-size: 1.4em;
}

.aviva-btn-bigger{
    font-size: 1.3em;
}

.ffWizardWrapper {
    height: 100%;
    /*width: 750px;*/
    margin-left: auto;
    margin-right: auto;
}
.ffWizard {
    background-color: #eeeeee;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}
.white-background {
    background-color: white!important;
}
.ffNavigation {
    margin: 0px 15px 10px 15px;
    font-size: 16px;
}