﻿body {
    font-family: 'Open Sans' !important;
    background-color: white;
    margin: 0;
    font-size: 18px;
    color: #001435;
    scrollbar-color: #BEC6DD #F1F3F8;
}

h3 {
    font-family: 'Open Sans Extrabold';
    color: #2273FF;
    padding-top: 5px;
    margin-top: 20px;
}

.blue-text {
    color: rgb(34, 115, 255);
}

div.blockUI.blockMsg.blockPage {
    padding: 0;
    margin: 0;
    width: 100%;
    top: 40%;
    left: 0;
    text-align: center;
    color: #fff;
    border: none;
    background: no-repeat;
    /*background-image: url("/Images/spinner.gif");*/
    background-color: #2273FF;
    cursor: wait;
}

    div.blockUI.blockMsg.blockPage h4 {
        margin: 1rem auto 1rem auto;
    }

.poldet .invoice-price .invoice-price-left,
.poldet .invoice-price .invoice-price-right {
    width: 100%;
    display: block;
}

.poldet .invoice-price .invoice-price-right {
    width: 100%;
    display: block;
}

.poldet .invoice-price .invoice-price-row {
    width: 100%;
    display: block;
    float: none;
}

.poldet .invoice-note {
    margin-top: 30px;
}

.BGC-DarkBlue {
    background-color: rgb(0, 45, 87);
}

.BGC-MediumBrightBlue {
    background-color: rgb(0, 92, 178);
}

.BGC-GreyBlue {
    background-color: rgb(119, 153, 170);
}

.BGC-Grey {
    background-color: rgb( 226, 231, 235);
}

.BGC-Red {
    background-color: rgb( 220, 53, 69 );
}

.F-DarkBlue {
    color: rgb(0, 45, 87);
}

.F-MedBrightBlue {
    color: rgb(0, 92, 178);
}

.F-GreyishBlue {
    color: rgb(119, 153, 170);
}

.F-Grey {
    color: rgb( 226, 231, 235);
}

.F-Red {
    color: rgb( 220, 53, 69 );
}

.F-Black {
    color: black;
}

.F-White {
    color: white;
}

.bold {
    font-weight: 700 !important;
}

.portlet {
    margin-top: 0;
    margin-bottom: 25px;
    padding: 0;
}

    .portlet.box {
        padding: 0 !important;
    }

        .portlet.box.blue-hoki {
            border: 1px solid #BEC6DD;
        }

            .portlet.box.blue-hoki > .portlet-title {
                background-color: #404F68;
            }

        .portlet.box > .portlet-title {
            border-bottom: 0;
            padding: 0 10px;
            margin-bottom: 0;
            color: #fff;
            min-height: 41px;
        }

            .portlet.box > .portlet-title > .caption {
                padding: 11px 0 9px 0;
            }

        .portlet.box > .portlet-body {
            background-color: #fff;
            padding: 10px;
        }

.controls{
    max-width: 1200px;
}

.ResourceDropdown {
    display: none;
    background-color: white;
    position: absolute;
    border: solid 1px #bbb;
    left: 0px;
    right: 0px;
    z-index: 100;
    max-height: 375px;
    overflow-y: auto;
}

    .ResourceDropdown tr {
        border-bottom: solid 1px #bbb;
    }

        .ResourceDropdown tr:hover td {
            background-color: #CDF;
            cursor: pointer;
        }

.ControlTooltip {
    color: #005cb2
}

.field-validation-error {
    color: rgb(237, 12, 36);
    font-size: 12px !important;
    font-weight: normal;
}

.field-validation-valid {
    display: none;
}

.required:after {
    content: "*";
    color: #e02222;
    font-size: 12px;
    padding-left: 2px;
}


.layout-within {
    position: relative;
    margin-bottom: 5px;
}

    .layout-within .date-picker input {
        margin-bottom: 5px;
    }

    .layout-within .attribute-readonly {
        padding: 23px 10px 0px;
        min-height: 50px;
        box-sizing: border-box;
        font-weight: bold;
        font-size: 16px;
        border-radius: 6px !important;
    }

    .layout-within input,
    .layout-within select {
        height: 50px;
    }

    .layout-within input,
    .layout-within select,
    .layout-within textarea {
        padding: 22px 10px 0px;
        border: 1px solid #cdcdcd;
        border-radius: 6px !important;
        width: 100%;
        box-sizing: border-box;
        font-size: 16px;
        font-weight: bold;
        box-shadow: none !important;
    }

        .layout-within input:focus,
        .layout-within select:focus,
        .layout-within textarea:focus {
            border-color: #999;
            outline: none;
        }

    .layout-within label {
        position: absolute;
        color: rgb(64, 79, 104);
        top: 1px;
        left: 1px;
        font-size: 16px;
        padding: 7px 8px 0;
        transition: .1s;
        z-index: 5;
        pointer-events: none;
    }

        .layout-within label i {
            pointer-events: all;
        }

        .layout-within label.not-empty {
            padding-top: 4px;
            font-size: 12px;
            color: rgb(0, 20, 53);
        }

    /*.layout-within.edit label.not-empty {
        border-bottom-style: none;
        border-top-left-radius: 2px !important;
        border-top-right-radius: 2px !important;
        background-color: white;
        box-sizing: border-box;
    }*/


    .layout-within .date-picker {
        display: block;
    }

        .layout-within .date-picker .input-group-btn {
            position: absolute;
            display: block;
            top: 0px;
            right: 12px;
            width: 40px;
            pointer-events: none;
        }

            .layout-within .date-picker .input-group-btn .btn {
                height: 50px;
                border: 1px solid #BEC6DD;
            }

    .layout-within .field-validation-error {
        padding-left: 5px;
    }

    .layout-within input,
    .layout-within select,
    .layout-within textarea {
        border-color: #BEC6DD;
        border-radius: 6px !important;
    }

        .layout-within input:focus,
        .layout-within select:focus,
        .layout-within textarea:focus {
            border-color: rgb(64, 79, 104);
            outline: none;
        }

.text-remaining {
    color: rgb(34, 115, 255);
    font-size: 12px;
    padding-left: 20px;
}

.field-note {
    color: rgb(34, 115, 255);
    font-size: 12px;
    padding-left: 20px;
    font-style: italic;
}

.optional-attach {
    position: relative;
    top: -5px;
    display: inline-block;
    color: rgb(34, 115, 255);
    font-size: 12px;
    padding-left: 5px;
}

.form-control:focus {
    box-shadow: none !important;
}

.attribute-readonly {
    border: 1px solid #BEC6DD;
    background-color: #F1F3F8;
}

    input [type=checkbox] {
    margin-left: 12px;
}


.modal-content {
    border-radius: 30px !important;
    background-color: transparent !important;
}

    .modal-content .modal-header {
        background-color: #001435 !important;
        border-radius: 30px 30px 0 0 !important;
        border-bottom: none !important;
        font-family: 'Open Sans';
        font-weight: bold;
        font-size: 20px;
        color: white;
        padding: 15px 25px 10px 25px;
    }

    .modal-content .modal-body {
        background-color: white;
        font-size: 14px;
        padding: 10px 25px 10px 25px;
    }

    .modal-content .modal-footer {
        font-size: 14px;
        padding: 10px 15px 10px 15px;
        background-color: #F1F3F8;
        border-radius: 0 0 30px 30px !important;
        border-top: 3px solid #38CC76;
    }

        /*        .modal-content .modal-footer .btn {
            padding: 3px 17px;
        }
*/
        .modal-content .modal-footer .btn.red {
            background-color: #ED0C24;
        }

            .modal-content .modal-footer .btn.red:hover {
                background-color: #CC0A1F;
            }


/* the norm */
#gritter-notice-wrapper {
    position: fixed;
    top: 15%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 301px;
    z-index: 9999;
}

.gritter-pagedisable {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1050;
}

#gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto;
}

    #gritter-notice-wrapper.bottom-right {
        top: auto;
        left: auto;
        bottom: 20px;
        right: 20px;
    }

    #gritter-notice-wrapper.bottom-left {
        top: auto;
        right: auto;
        bottom: 20px;
        left: 20px;
    }

.gritter-item-wrapper {
    position: relative;
    margin: 0 0 10px 0;
    background: url('../images/ie-spacer.gif'); /* ie7/8 fix */
}

.gritter-top {
    background: url(../images/gritter.png) no-repeat left -30px;
    height: 10px;
}

.hover .gritter-top {
    background-position: right -30px;
}

.gritter-bottom {
    background: url(../images/gritter.png) no-repeat left bottom;
    height: 8px;
    margin: 0;
}

.hover .gritter-bottom {
    background-position: bottom right;
}

.gritter-item {
    display: block;
    background: url(../images/gritter.png) no-repeat left -40px;
    color: #eee;
    padding: 2px 11px 8px 11px;
    font-size: 11px;
    font-family: verdana;
}

.hover .gritter-item {
    background-position: right -40px;
}

.gritter-item p {
    padding: 0;
    margin: 0;
    word-wrap: break-word;
}

.gritter-close {
    display: none;
    position: absolute;
    top: 5px;
    left: 3px;
    background: url(../images/gritter.png) no-repeat left top;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-indent: -9999em;
}

.gritter-title {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 7px 0;
    display: block;
    text-shadow: 1px 1px 0 #000; /* Not supported by IE :( */
}

.gritter-image {
    width: 48px;
    height: 48px;
    float: left;
}

.gritter-with-image,
.gritter-without-image {
    padding: 0;
    min-height: 90px;

}

.gritter-with-image {
    width: 220px;
    float: right;
}
/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
    background-image: url(../images/gritter-light.png);
    color: #222;
}

.gritter-light .gritter-title {
    text-shadow: none;
}


#gritter-notice-wrapper {
    width: 90%;
    max-width: 490px !important;
    z-index: 1050 !important;
}

.gritter-item-wrapper {
    background: none !important;
    overflow: hidden !important;
    border-radius: 16px !important;
    filter: drop-shadow(10px 10px 4px #4444);
}

.gritter-top,
.gritter-item,
.gritter-bottom {
    background: url(images/transparent/black-0.8.png) !important;
    background: rgba(0,0,0,0.8) !important;
}

.gritter-with-image {
    width: 280px !important;
}

.gritter-with-image, .gritter-without-image {
    padding-right: 70px !important;
}

.gritter-image {
    margin: 2px 10px 0 0 !important;
    border-radius: 8px;
}

.gritter-title {
    font-size: 20px !important;
    line-height: 24px !important;
    padding-bottom: 3px !important;
    font-weight: 600 !important;
    color: #fff !important;
    text-shadow: none !important;
}

.gritter-light .gritter-title {
    color: #333 !important;
    font-weight: 600 !important;
}

.gritter-item {
    font-family: inherit !important;
    color: #aaa !important;
    font-size: 14px !important;
    padding: 2px 15px 5px !important;
}

.gritter-close:hover:before,
.gritter-close:focus:before {
    color: #fff;
}

.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top {
    background: url(images/transparent/white-0.98.png) !important;
    background: rgba(255,255,255,0.98) !important;
    color: #999 !important;
}

.gritter-light .gritter-close {
    border-left: 1px solid #ccd0d4;
}

    .gritter-light .gritter-close:hover:before,
    .gritter-light .gritter-close:focus:before {
        color: #212121;
    }

.gritter-red .gritter-item,
.gritter-red .gritter-bottom,
.gritter-red .gritter-top {
    background: url(images/transparent/white-0.98.png) !important;
    background: #ED0C24 !important;
    color: #fff !important;
}

.gritter-red .gritter-close:hover,
.gritter-red .gritter-close:focus {
    background-color: #C80A1E !important;
}

.gritter-blue .gritter-item,
.gritter-blue .gritter-bottom,
.gritter-blue .gritter-top {
    background: url(images/transparent/white-0.98.png) !important;
    background: #2273FF !important;
    color: #fff !important;
}

.gritter-blue .gritter-close:hover,
.gritter-blue .gritter-close:focus {
    background-color: #003FAB !important;
}

.gritter-red .gritter-close,
.gritter-blue .gritter-close {
    border-left: 1px solid #fff;
}

    .gritter-red .gritter-close:hover:before,
    .gritter-red .gritter-close:focus:before,
    .gritter-blue .gritter-close:hover:before,
    .gritter-blue .gritter-close:focus:before {
        color: #fff;
    }

    .gritter-red .gritter-close:before,
    .gritter-blue .gritter-close:before {
        color: #eee;
    }

.gritter-close,
.gritter-light .gritter-close {
    left: auto !important;
    right: 0 !important;
    top: 0 !important;
    background: 0 0 !important;
    width: 70px !important;
    height: auto !important;
    display: block !important;
    bottom: 0;
    border-left: 1px solid #444;
}

    .gritter-close:before,
    .gritter-light .gritter-close:before {
        content: 'Close' !important;
        position: absolute !important;
        text-align: center !important;
        right: 0 !important;
        color: #999;
        left: 0;
        z-index: 10;
        text-indent: 0;
        font-size: 13px;
        font-weight: 600;
        line-height: 9px;
        top: 50% !important;
        margin-top: -5px;
        font-family: inherit;
    }

#gritter-notice-wrapper.middle-left {
    bottom: auto;
    right: auto;
    top: 40%;
    left: 10px;
}
/*
.modal button.red {
    background-color: #ED0C24;
}

    .modal button.red:hover {
        background-color: #ED0C24;
    }
*/
.modal-dialog {
    margin: 10% auto auto auto;
}

.footer {
    font-size: 14px;
    position: relative;
}

.footer .social {
    display: inline-block;
    padding: 3px 30px 3px 45px;
    position: relative;
    top: 2px;
    height: 60px;
    vertical-align: middle;
}

    .footer .social .social2 {
        display: inline-block;
        color: #2273FF;
        position: absolute;
    }

        .footer .social .social2 img {
            height: 36px;
            width: 36px;
        }

.foothome {
    height: 180px;
    width: 240px;
    margin: 5px 17px;
    position: relative;
    text-align: center;
}

@media (min-width: 1500px) {

    h3 {
        font-size: 25px;
    }

    .link-head {
        display: inline-block;
        float: right;
    }

        .link-head a {
            color: #001435;
        }

            .link-head a.active {
                color: #2273FF;
            }

    .foot-top {
        color: white;
        background-color: rgb(0, 20, 53);
        border-top: 5px solid #38CC76;
        margin-left: 200px;
        height: 209px;
    }

    .foot-logo {
        position: absolute;
        top: 0;
        left: 0;
        padding: 20px;
    }

    .footdetails {
        display: inline-block;
        color: white;
        vertical-align: top;
        padding: 14px;
        position: relative;
        text-align: left;
    }

    .foot-contacts {
        color: white;
        float: right;
    }

    .foot-contacts-head {
        display: inline-block;
        background-color: #2273FF;
        padding-top: 159px;
        height: 204px;
        width: 44px;
        font-size: 25px;
        font-weight: normal;
    }

    .foot-contacts-title {
        transform: rotate(-90deg);
        white-space: nowrap;
        padding-left: 15px;
    }

    .foot-contacts-general {
        display: inline-block;
        padding: 14px;
        padding-left: 100px;
    }

    .foot-contacts-uw {
        display: inline-block;
        padding: 14px;
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (max-width: 1499px) and (min-width: 700px) {

    h3 {
        font-size: 22px;
    }

    .link-head {
    }

        .link-head a {
            color: #001435;
        }

            .link-head a.active {
                color: #2273FF;
            }

    .foot-top {
        color: white;
    }

    .foot-logo {
        position: absolute;
        top: 0;
        left: 0;
        padding: 20px;
    }

    .footdetails {
        border-top: 5px solid #38CC76;
        margin-left: 200px;
        display: block;
        color: white;
        vertical-align: top;
        padding: 14px;
        position: relative;
        text-align: left;
        background-color: rgb(0, 20, 53);
    }

    .foot-contacts {
        color: white;
        background-color: rgb(0, 20, 53);
    }

    .foot-contacts-title {
        padding: 6px;
        background-color: #2273FF;
        font-size: 22px;
    }

    .foot-contacts-general {
        display: inline-block;
        padding: 14px;
        padding-right: 100px;
    }

    .foot-contacts-uw {
        display: inline-block;
        padding: 14px;
    }
}

@media (max-width: 699px) {

    h3 {
        font-size: 22px;
    }

    .link-head {
    }

        .link-head a {
            color: #001435;
        }

            .link-head a.active {
                color: #2273FF;
            }

    .foot-top {
        color: white;
        background-color: rgb(0, 20, 53);
    }

    .foot-logo {
        padding: 20px;
        background-color: white;
        text-align: center;
        border-bottom: 5px solid #38CC76;
    }

    .footdetails {
        display: block;
        color: white;
        vertical-align: top;
        padding: 14px;
        position: relative;
        text-align: left;
    }

    .foot-contacts {
        color: white;
    }

    .foot-contacts-title {
        padding: 6px;
        background-color: #2273FF;
        font-size: 22px;
    }

    .foot-contacts-general {
        padding: 14px;
    }

    .foot-contacts-uw {
        padding: 14px;
    }
}

