﻿/* DEFAULT ELEMENTS CSS */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} 

html, body {
    margin: 0;
    padding: 0;
    color: #212121;
    font-family: Arial,Verdana,sans-serif;
    /*    font-size: 12px;*/
}

body {
    background: url("/Content/img/bg.gif") repeat-x scroll left top #DEE4E7;
    color: #000000;
    /*    font-size: 12px;*/
    margin: auto;
    font-family: Arial, Verdana, sans-serif;
    border-top: 2px solid #003e7e;
}

a {
    /* fix for links without href attribute */
    cursor: pointer;
}

    a, a:visited {
        /*color: rgb(66, 139, 202);*/
        color: #0066FF;
        /*cursor: auto;*/
        display: inline;
        font-family: Arial, Verdana, sans-serif;
        /*    font-size: 12px;*/
        height: auto;
        text-decoration: none solid rgb(66, 139, 202);
        width: auto;
    }

        a:hover,
        a:focus {
            color: #0066FF;
            text-decoration: underline;
        }

        a:focus {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

label {
    display: inline-block;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #000000;
    /*    font-size: 12px;*/
    box-sizing: border-box;
}

select option[disabled]:first-child {
    display: none;
}

select option {
    color: black;
}

    select option:first-child {
        color: grey;
    }

select.empty {
    color: grey;
}

textarea {
    resize: vertical;
}

ul {
    margin: 0;
    padding: 0;
}

/* VALIDATION */

.validation-summary-errors {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    padding: 4px;
    margin-top: 10px;
    color: #FF0000;
    font-weight: bold;
}

    .validation-summary-errors ul {
        padding: 5px 0 0 20px;
    }

    .validation-summary-errors li {
        list-style-type: square;
        padding: 0 0 4px;
    }

/* ROUNDED ELEMENTS */

.round-bottom-left {
    border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-radius-bottomleft: 8px;
}

.round-bottom-right {
    border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-radius-bottomright: 8px;
}

.round-top-left {
    border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -webkit-border-radius-topleft: 8px;
}

.round-top-right {
    border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-radius-topright: 8px;
}

.round-all, .panel, nav {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    behavior: url("/Content/PIE.htc");
}

/* LOGOS AND SPRITES */

.sprite {
    background-image: url("/Content/img/sprite.png");
}

header .logo, footer .DnB, footer .cribis, .logon h1 span, button, .logon .DnB-logo, .account-info, .account-info .btn-logout p, .ico-registered,
.ico-out-of-business, .ico-balance-sheet, .ico-news, .ico-document, .search .detail .nav-tabs li.active a {
    background-image: url("/Content/img/sprite.png");
}

.links {
    height: 45px;
    line-height: 45px;
    margin: 0 0 0 8px;
    float: left;
}

.logo {
    position: absolute;
    top: 17px;
    width: 171px;
    height: 57px;
}

/* SITE LAYOUT */

header {
    background-image: url(/Content/img/header_login.jpg);
    position: relative;
    height: 158px;
    padding: 1px;
    margin: 0 auto 0 auto;
    width: 1230px;
    color: #9F9F9F;
    font-size: 11px;
    font-weight: 400;
}
header.no-menu {
    height: 85px;
}

footer {
    height: 210px;
    color: #949494;
    font-size: 11px;
    font-weight: bold;
    width: 1230px;
    margin: 0 auto;
    padding: 0 5px 0 5px;
}

    footer .line {
        margin-bottom: 5px;
    }

    footer .dark {
        color: #404040;
    }

    footer .uppercase {
        text-transform: uppercase;
    }

    footer .defaultLink {
        /*color: #3F48D0;*/
        text-decoration: underline;
    }

    footer .copy {
        color: #000;
        margin: 0 0 10px 0px;
        font-weight: normal;
    }

    footer .finarDescription {
        /*color: #428BCA;*/
        color: #00568d;
    }

    footer .DnB {
        float: right;
        width: 41px;
        height: 41px;
        margin: 2px 24px 0 14px;
        background-position: -508px -5px;
    }

    /*footer .cribis {
        float: right;
        width: 125px;
        height: 44px;
        background-position: -370px -1px;
        margin: 0 0 0 2px;
    }*/

    footer .finar {
        width: 72px;
        height: 42px;
        background-position: -382px -48px;
        margin: 3px 0 8px 0;
    }

    footer .crif {
        
        width: 95px;
        height: 43px;
        background-position: -455px -48px;
        margin: -15px 0 0 0;
        display: block;
    }

    footer .contactHeader {
        font-weight: bold;
        font-style: italic;
    }

    footer .contact li {
        list-style-position: inside;
        color: black;
        font-weight: bold;
        font-style: italic;
    }

        footer .contact li span {
            margin-left: 15px;
            display: inline;
        }

        footer .contact li a {
            text-decoration: underline;
            font-style: normal;
            /*color: #3484F9;*/
        }

        footer .logoLink {
            
        }

section.main {
    width: 1230px;
    margin: 0 auto 12px auto;
    padding: 10px;
}

section.boxes, section.search {
/*    padding: 15px 25px;*/
}

/* PANELS, BOXES, SEPARATORS */

.box {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    padding: 4px;
    margin-top: 10px;
}

body > .panel, .account-settings .panel {
    background: url("/Content/img/bg2.gif") repeat-x scroll left top white;
    padding: 15px 25px;
}

.panel, nav {
    border-color: #D6D4D4;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    padding: 10px;
}

.panel {
    margin-bottom: 20px;
}

    .panel h1 {
        color: #8D8D8D;
        font-style: italic;
        font-size: 18px;
        margin: 10px 0 10px 0;
    }

    .panel h2 {
        color: #EE7423;
        font-size: 17px;
        margin: 10px 0 10px 0;
    }

.divider {
    content: '|';
    margin: 0 4px;
}

/* CLEARFIX */

.cf:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.cf {
    display: inline-block;
}

html[xmlns] .cf {
    display: block;
}

* html .cf {
    height: 1%;
}

.right {
    text-align: right;
}

.breadcrumb {
    margin: 10px 0 0 0;
    padding: 0 0 5px;
    background-color: #FFF !important;
}

    .breadcrumb h3 {
        font-style: italic;
        font-weight: 700;
        font-size: 13px;
        color: #949494;
        margin: 0;
        padding: 4px;
    }

    .breadcrumb a {
        color: #949494;
    }

.tab-list ul {
    float: right;
    margin: -24px 0 0;
    padding: 0;
}

.tab-list li {
    float: left;
    list-style: none;
    font-weight: 700;
    margin: 0 10px;
}

.TabSelected {
    background: url(/Content/img/tab_selected.gif) bottom center no-repeat;
    height: 24px;
    color: #f3740c;
}

.subMenu {
    background: #ebebeb;
    border: 1px solid #dcdcdc;
    border-right: 2px solid #d3d3d3;
    border-bottom: 2px solid #d3d3d3;
    height: 24px;
    margin: 0 0 15px;
    padding: 0;
}

    .subMenu ul {
        float: right;
        color: #949494;
        margin: 0;
        padding: 0;
    }

        .subMenu ul.first {
            float: left;
        }

        .subMenu ul.second {
            float: left;
            margin-left: 218px;
        }

        .subMenu ul.third {
            float: left;
            margin-left: 436px;
        }

    .subMenu li {
        float: left;
        list-style: none;
        font-size: 11px !important;
        font-weight: 700;
        margin: 2px 5px 0;
        padding: 0px 6px;
        line-height: 16px;
        vertical-align: middle;
        display: block;
        border: 1px solid transparent;
    }

        .subMenu li a {
            font-size: 11px !important;
            padding: 0;
            display: inline-block;
        }

            .subMenu li a img {
                display: inline-block;
            }

        .subMenu li.subMenuSelected {
            background: #FFF;
            border: 1px solid #dcdcdc;
            border-right: 1px solid #bcbcbc;
            border-bottom: 1px solid #bcbcbc;
            color: #f3740c;
            padding: 0 5px;
        }

.homeBox {
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #dcdcdc;
    text-transform: capitalize;
}

    .homeBox th, .resultListTable th {
        background-color: #dddddd;
        font-size: 13px;
        padding: 7px 7px 7px 6px;
        border-right: 1px solid #dcdcdc;
        border-bottom: 1px solid #e2e2e2;
    }

    .homeBox td {
        background-color: #eeeeee;
        font-size: 13px;
        padding: 7px 7px 7px 6px;
        border-right: 1px solid #dcdcdc;
        border-bottom: 1px solid #e2e2e2;
        height: 50px;
    }

    .homeBox > tbody > tr:nth-child(2n+ 1) > td {
        background-color: #ffffff;
    }

    .homeBox td img, .myUpdatedReports td img {
        width: 15px;
    }


.customerListControl {
    font-size: 0.85em;
}

    .customerListControl .topInfo {
        background-color: #EDEFF7;
        padding: 4px 10px;
        margin-bottom: 15px;
    }

    .customerListControl .customersTable {
        margin: 10px 0;
    }

.customersTable tr:nth-child(4n+1) > td {
    background-color: #eeeeee;
}

.customerListControl .customersTable td,
.customerListControl .customersTable th {
    padding: 3px 3px;
    font-size: 12px;
}

.customerListControl .customersTable th {
    background-color: #e0e0e0;
    font-weight: bold;
}

.customerListControl .customersTable .shadowBg {
    background-color: #EDEFF7;
}

.customerListControl .customersTable .customerDetail {
    padding: 3px 0;
}

    .customerListControl .customersTable .customerDetail .keyValuePair b {
        margin-right: 10px;
    }


.qpaContainer {
    margin: 30px auto;
    width: 920px;
}

    .qpaContainer .qpaTitle {
        text-align: center;
        font-size: 1.1em;
        margin: 0 0 10px 0px;
    }

    .qpaContainer .qpaVertical {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
        font-size: 0.9em;
        font-weight: bold;
        float: left;
        position: relative;
        top: 170px;
        left: 105px;
    }

    .qpaContainer .qpaTable td {
        width: 45px;
        height: 45px;
        display: block;
        float: left;
        border: 1px solid #444;
        border-width: 0px 1px 1px 0px;
        text-align: center;
        padding-top: 13px;
        font-weight: bold;
        color: #222;
    }

    .qpaContainer .qpaTable .bottomLegend td {
        border: 0;
        text-align: left;
        padding-top: 0px;
        position: relative;
        left: -8px;
    }

    .qpaContainer .qpaTable .bottomLabel td {
        border: 0;
        text-align: center;
        padding-top: 0px;
        width: 100%;
        font-size: 0.9em;
    }

    .qpaContainer .qpaTable .leftLegend {
        border: 0px solid black;
        text-align: right;
        padding-top: 0px;
        padding-right: 5px;
        position: relative;
        top: -8px;
    }

    .qpaContainer .qpaTable .bg_o {
        background-color: orange;
    }

    .qpaContainer .qpaTable .bg_r {
        background-color: red;
    }

    .qpaContainer .qpaTable .bg_g {
        background-color: green;
    }

    .qpaContainer .qpaTable .bg_y {
        background-color: yellow;
    }

.lineDelimiter {
    height: 1px;
    background-color: #ccc;
    margin: 3px 0px 7px 0px;
}

.myDocsTopInfo {
    text-align: right;
    background-color: #EDEFF7;
    padding: 4px 10px;
    margin-bottom: 15px;
    font-size: 12px;
}

.resultListTable {
    font-size: 0.85em;
    margin-bottom: 10px;
}

    .resultListTable > tbody.striped2 > tr:nth-child(even) > td {
        background-color: #eeeeee;
    }

    .resultListTable > tbody.striped2 > tr:nth-child(odd) > td {
        background-color: transparent;
    }

    .resultListTable > tbody > tr:nth-child(4n-1) > td {
        background-color: #eeeeee;
    }

    .resultListTable th {
        line-height: 24px !important;
    }
        .resultListTable th a {
            display: block;
            line-height: 24px !important;
            padding-right: 20px;
            position: relative;
        }
        .resultListTable th a img {
            position: absolute;
            right: 0;
            top: 0;
        }

    .resultListTable .notes {
        background-color: #EDEFF7;
    }

    /*
    .resultListTable label {
        font-size: 14px;
        font-weight: bold;
        color: #EE7423
    }
    */

    .resultListTable input[type="text"] {
        width: auto !important;
        display: inline !important;
    }

.myDocsTagControll {
    border: 1px solid #ddd;
    padding-bottom: 20px;
    margin: 0 0 20px 0;
    border-radius: 4px;
}

    .myDocsTagControll .header {
        background-color: #eee;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .myDocsTagControll .lineDelimiter {
        height: 1px;
        background-color: #ccc;
        margin: 20px 0px 5px 0px;
    }

.pmCompanyVariations {
}

    .pmCompanyVariations h2 {
        font-size: 1.1em;
        font-weight: bold;
        margin: 0 0 10px 0;
    }

    .pmCompanyVariations .summary {
        background-color: #edeff7;
        padding-left: 10px;
        padding-right: 35px;
    }

    .pmCompanyVariations .panelShadow {
        background-color: #eee;
    }



.datepckr .dropdown-menu * {
    outline: none;
}

.datepckr .dropdown-menu {
    border: 1px solid #bbb;
    background-color: white;
}

    .datepckr .dropdown-menu button {
        border: 0px;
        /*background-color: #fff;*/
    }

.datepckr .btn[disabled] {
    background-color: #fff;
    color: #bbb;
}

.datepckr .text-muted {
    color: #fff;
    background-color: #fff;
}

.handCursor {
    cursor: pointer;
}

.left10 {
    padding-left: 10px;
}

.top5 {
    padding-top: 5px;
}

.top7 {
    padding-top: 7px;
}

.top10 {
    padding-top: 10px;
}

.bottom10 {
    padding-bottom: 10px;
}

.ico-registered {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 3px 4px 3px 0;
    background-position: -597px -31px;
}

.ico-out-of-business {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 3px 4px 3px 0;
    background-position: -623px -31px;
}

.ico-balance-sheet {
    display: inline-block;
    width: 20px;
    height: 40px;
    margin: 5px 4px 5px 0;
    background-position: -598px -58px;
}

span#balance-sheet-text {
    float: none;
}

.ico-news {
    display: inline-block;
    width: 22px;
    height: 21px;
    margin: 4px 4px 4px 0;
    background-position: -620px -58px;
}

.ico-document {
    display: inline-block;
    width: 52px;
    height: 54px;
    background-position: -649px -32px;
    margin-top: 10px;
}

button.btn {
    margin-left: 0px;
    margin-right: 8px;
}

    button.btn.pull-right {
        margin-left: 8px;
        margin-right: 0px;
    }

.btn-group > .btn {
    margin-right: 0px;
}
/******************************/
/* LOADING OVERLAY */
/******************************/
#loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background-color: gray;
    background-color: rgba(70,70,70,0.8);
    filter: Alpha(Opacity=80);
}

#loading-overlay-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    margin: -30px 0 0 -60px;
    background: #fff;
    border: 1px solid #bec2c8;
    padding: 15px 15px 15px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    opacity: 0.9;
    filter: alpha(opacity=90);
}

    #loading-overlay-box .message {
        color: #222;
        font-weight: bold;
        font-size: 15px;
        display: block;
        float: left;
        margin-top: 7px;
    }

    #loading-overlay-box p {
        display: block;
        float: left;
        width: 32px;
        height: 32px;
        margin: 0 10px 0 0;
        background-image: url("/Content/img/ajax-loader.gif");
    }
/**/
.underlined {
    text-decoration: underline;
}

.noresize {
    resize: none;
}

.red {
    color: red;
}

.green {
    color: green;
}

.white {
    color: white;
}

.yellow {
    color: rgb(200,200,10);
}

.pager-row {
    width: 100%;
    text-align: center;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.error {
    min-height: 200px;
}

    .error h1 {
        margin-bottom: 20px;
    }

    .error h3 {
        color: black;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }

    .error div {
        text-align: center;
    }

.link {
    cursor: pointer;
    color: #0066ff;
}
.link:hover {
    text-decoration: underline;
}
