﻿body {
    height: 100px;
    padding-top: 50px;
}

html {
    -ms-overflow-style: scrollbar;
}

body, html {
    height: 100%;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-right: 15px;
    padding-bottom: 110px;
    padding-left: 15px;
}

#bodyWrapper {
    position: relative;
    min-height: 100%;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.float-left, .float-left-margined {
    float: left !important;
}

.float-left-margined {
    margin-left: 5px;
}

.float-right, .float-right-margined {
    float: right !important;
}

.float-right-margined {
    margin-right: 10px;
}

.float-clear {
    float: none;
    clear: both;
    height: 0;
}

.clear {
    clear: both;
}

.clear-fix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
}

.block {
    display: block;
}

.container-domains, .container-processes, .tile-processgroups {
    padding: 25px 30px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.tile-processgroups {
    padding: 0;
    padding-top: 12px;
}

    .tile-processgroups:not(:last-child) {
        margin-bottom: 20px;
    }

    .tile-processgroups .tile-processes-title {
        font-size: 17px;
        height: auto;
        min-height: 20px;
    }

    .tile-processgroups .tile-processes {
        padding-left: 30px;
        border-top: 1px solid #F2F2F2;
        border-bottom: 0 !important;
    }

.tile-processgroups-title {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    margin-left: 25px;
    color: #337AB7;
}

.tile-processgroups-description {
    font-weight: normal;
    margin-left: 25px;
}

.tile-domains, .tile-processes {
    height: auto;
    min-height: 90px;
    padding: 10px 10px;
    cursor: pointer;
    background: url('../images/metro/38/icon15-blue.png') center right 20px no-repeat;
}

    .tile-domains *, .tile-processes * {
        cursor: pointer;
    }

    .tile-domains:not(:last-of-type), .tile-processes:not(:last-of-type) {
        border-bottom: 1px solid #E1E1E1;
    }

.tile-domains-title, .tile-processes-title {
    font-size: 18px;
    display: inline-block;
    float: left;
    width: 95%;
    height: 26px;
    margin: 5px;
    margin-left: 10px;
    color: #404040;
}

.tile-domains-description, .tile-processes-description {
    font-size: 13px;
    font-weight: 100;
    display: inline-block;
    float: left;
    width: 64%;
    margin: 5px;
    margin-left: 10px;
    color: #333;
}

.tile-domains:hover, .tile-processes:hover {
    cursor: pointer;
    background-color: rgb(51, 124, 217);
    background-image: url('../images/metro/38/icon15-white.png');
}

    .tile-domains:hover *, .tile-processes:hover * {
        color: #FFF;
    }

#domainsInactive .tile-domains {
    background: none;
}

    #domainsInactive .tile-domains:hover, #domainsInactive .tile-domains:hover * {
        color: #404040;
    }

input, select, textarea {
    max-width: 280px;
}

input, textarea {
    font-size: 1em;
    color: #333;
    border: 1px solid #AAA;
    background: #FFF;
}

    input:focus, textarea:focus {
        border: 1px solid #7AC0DA;
    }

    input[type='checkbox'] {
        width: auto;
        margin-right: 8px;
        margin-left: 3px;
        border: inherit;
        background: transparent;
    }

    input[type='submit'], input[type='button'], button {
        font-size: 1em;
        font-weight: 400;
        width: auto;
        padding: 7px 17px;
        cursor: pointer;
        color: #1D1D1D;
        border: 1px solid #CCC;
        background-color: #FFF;
        -webkit-box-shadow: 2px 2px 5px #CCC;
        box-shadow: 2px 2px 5px #CCC;
        -ms-box-shadow: 2px 2px 5px #CCC;
    }

        input[type='submit']:hover, input[type='button']:hover, button:hover {
            background-color: #EEE;
            -webkit-box-shadow: 0 2px 2px #CCC;
            box-shadow: 0 2px 2px #CCC;
            -ms-box-shadow: 0 2px 2px #CCC;
        }

        input[type='submit']:active, input[type='button']:active, button:active {
            background-color: #EEE;
            -webkit-box-shadow: inset 0 2px 2px #CCC;
            box-shadow: inset 0 2px 2px #CCC;
            -ms-box-shadow: inset 0 2px 2px #CCC;
        }

        input[type='submit']:focus, input[type='button']:focus, button:focus {
            outline: none;
        }

td input[type='submit'], td input[type='button'], td button {
    font-size: 1em;
    margin-right: 4px;
    padding: 4px;
}

.content-section, .content-section-bordered {
    margin: 0 auto;
    margin-top: 30px;
}

.content-section-bordered {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #CECEEE;
}

.content-section-bordered-reversed {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CECEEE;
}

.content-section-margined {
    margin-top: 20px !important;
}

.content-section-margined-reversed {
    margin-top: -20px !important;
}

.content-section-padded {
    padding: 0 40px;
}

.content-section-spaced-left {
    margin-left: 10px;
}

.content-section-spaced-left-minor {
    margin-left: 5px;
}

.content-section-spaced-right {
    margin-right: 10px;
}

.content-section-spaced-right-minor {
    margin-right: 5px;
}

.content-section-framed {
    overflow: hidden !important;
    width: 100%;
    min-height: 1024px;
    padding: 5px 0 5px 0;
    border: 0;
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
}

/* message styles */
.footer-message {
    position: fixed;
    right: 3px;
    bottom: 3px;
    left: 3px;
    width: auto;
    padding: 5px;
    opacity: .90;
    color: #FFF;
    background-color: #0094FF;
    -khtml-opacity: .90;
    -webkit-filter: alpha(opacity=90);
    -moz-filter: alpha(opacity=90);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
    -o-filter: alpha(opacity=90);
    filter: alpha(opacity=90);
    -ms-opacity: .90;
}

    .footer-message a {
        color: #FFF;
    }

    .footer-message .button-close {
        float: right;
        width: 16px;
        height: 16px;
        cursor: pointer;
        color: #FFF;
        background-image: url(../Images/close-white-16.png);
        background-repeat: no-repeat;
    }

.center-message, .center-message-bordered {
    padding: 20px 0 20px 0;
    text-align: center;
    color: #499ED6;
}

.center-message-bordered {
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
}

.column-left {
    float: left;
    width: 33.333%;
    text-align: left;
}

.column-right {
    float: right;
    width: 33.333%;
    text-align: right;
}

.column-center {
    display: inline-block;
    width: 33.333%;
    text-align: center;
}

/* button styles */
.button-icon {
    padding: 5px 17px 5px 31px !important;
}

.button-no-icon {
    padding: 5px 17px 5px 17px !important;
}

.button-left {
    float: left;
}

.button-left-margined {
    float: left;
    margin-left: 5px;
}

.button-right {
    float: right;
    margin-right: 0 !important;
}

.button-right-margined {
    float: right;
    margin-right: 5px;
}

td .button-right-margined {
    float: none;
    margin: 10px;
}

.button-right-margined-extra {
    float: right;
    margin-right: 10px;
}

.button-top-margined {
    margin-top: 10px;
}

.button-margined {
    margin: 10px;
}

.icon-help-gray {
    background-image: url(../images/metro/16/icon1-gray.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-download-gray {
    background-image: url(../images/metro/16/icon2-gray.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-upload-gray {
    background-image: url(../images/metro/16/icon17-gray.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-secure-gray {
    background-image: url(../images/metro/16/icon3-gray.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-note-gray {
    background-image: url(../images/metro/16/icon4-gray.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-setting-gray {
    background-image: url(../images/metro/16/icon5-gray.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-zoom-gray {
    background-image: url(../images/metro/16/icon8-gray.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-home-gray {
    background-image: url(../images/metro/16/icon9-gray.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-search-gray {
    background-image: url(../images/metro/16/icon10-gray.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-plus-gray {
    background-image: url(../images/metro/16/icon11-gray.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-min-gray {
    background-image: url(../images/metro/16/icon12-gray.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-check-gray {
    background-image: url(../images/metro/16/icon13-gray.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-save-gray {
    background-image: url(../images/metro/16/icon13-gray.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-edit-gray {
    background-image: url(../images/metro/16/icon15-gray.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-close-gray {
    background-image: url(../images/metro/16/icon14-gray.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-back-gray {
    background-image: url(../images/metro/16/icon16-gray.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-next-gray {
    background-image: url(../images/metro/16/icon15-gray.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-help-blue {
    background-image: url(../images/metro/16/icon1-blue.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-download-blue {
    background-image: url(../images/metro/16/icon2-blue.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-upload-blue {
    background-image: url(../images/metro/16/icon17-blue.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-secure-blue {
    background-image: url(../images/metro/16/icon3-blue.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-note-blue {
    background-image: url(../images/metro/16/icon4-blue.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-setting-blue {
    background-image: url(../images/metro/16/icon5-blue.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-zoom-blue {
    background-image: url(../images/metro/16/icon8-blue.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-home-blue {
    background-image: url(../images/metro/16/icon9-blue.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-search-blue {
    background-image: url(../images/metro/16/icon10-blue.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-plus-blue {
    background-image: url(../images/metro/16/icon11-blue.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-min-blue {
    background-image: url(../images/metro/16/icon12-blue.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-check-blue {
    background-image: url(../images/metro/16/icon13-blue.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-save-blue {
    background-image: url(../images/metro/16/icon13-blue.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-edit-blue {
    background-image: url(../images/metro/16/icon20-blue.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-send-blue {
    background-image: url(../images/metro/16/icon17-blue.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-close-blue {
    background-image: url(../images/metro/16/icon14-blue.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-back-blue {
    background-image: url(../images/metro/16/icon16-blue.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-next-blue {
    background-image: url(../images/metro/16/icon15-blue.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-view-blue {
    background-image: url(../images/metro/16/icon26-blue.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-owner-blue {
    background-image: url(../images/metro/16/icon22-blue.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-document-blue {
    background-image: url(../images/metro/16/icon21-blue.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-folder-blue {
    background-image: url(../images/metro/16/icon25-blue.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-decide-blue {
    background-image: url(../images/metro/16/icon19-blue.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-prepare-print-blue {
    background-image: url(../images/Metro/16/icon23-blue.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-print-blue {
    background-image: url(../images/metro/16/icon24-blue.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-close-red {
    background-image: url(../images/metro/16/icon14-red.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.icon-settings {
    margin-top: 14px;
    cursor: pointer;
}

.icon-close-gray-large {
    background-image: url(../images/metro/38/icon14-gray.png);
    background-repeat: no-repeat;
}

.icon-close-gray-medium {
    background-image: url(../images/metro/24/icon14-gray.png);
    background-repeat: no-repeat;
}

.icon-close-gray-small {
    background-image: url(../images/metro/16/icon14-gray.png);
    background-repeat: no-repeat;
}

.icon-plus-gray-large {
    background-image: url(../images/metro/38/icon11-gray.png);
    background-repeat: no-repeat;
}

.icon-plus-gray-medium {
    background-image: url(../images/metro/24/icon11-gray.png);
    background-repeat: no-repeat;
}

.icon-plus-gray-small {
    background-image: url(../images/metro/16/icon11-gray.png);
    background-repeat: no-repeat;
}

.icon-close-blue-large {
    background-image: url(../images/metro/38/icon14-blue.png);
    background-repeat: no-repeat;
}

.icon-close-blue-medium {
    background-image: url(../images/metro/24/icon14-blue.png);
    background-repeat: no-repeat;
}

.icon-close-blue-small {
    background-image: url(../images/metro/16/icon14-blue.png);
    background-repeat: no-repeat;
}

.icon-plus-blue-large {
    background-image: url(../images/metro/38/icon11-blue.png);
    background-repeat: no-repeat;
}

.icon-plus-blue-medium {
    background-image: url(../images/metro/24/icon11-blue.png);
    background-repeat: no-repeat;
}

.icon-plus-blue-small {
    background-image: url(../images/metro/16/icon11-blue.png);
    background-repeat: no-repeat;
}


/* alert styles */
.modal-alert {
    z-index: 1050;
}

.alert-header {
    position: fixed;
    top: 90px;
    width: 99.3%;
    margin-right: 5px;
    margin-left: 5px;
}

.alert-footer {
    position: fixed;
    right: 3px;
    bottom: 3px;
    left: 3px;
    width: auto;
    min-height: 40px;
    padding: 5px;
    opacity: .90;
    color: #FFF;
    background-color: #09F;
    -khtml-opacity: .90;
    -webkit-filter: alpha(opacity=90);
    -moz-filter: alpha(opacity=90);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
    -o-filter: alpha(opacity=90);
    filter: alpha(opacity=90);
    -moz-opacity: .90;
    -ms-opacity: .90;
}

    .alert-footer label {
        margin-left: 10px;
    }

    .alert-footer a {
        color: #FFF;
    }

    .alert-footer .alert-footer-close {
        float: right;
        width: 16px;
        height: 16px;
        cursor: pointer;
        color: #FFF;
        background-image: url(../Images/close-white-16.png);
        background-repeat: no-repeat;
    }

.alert-title {
    font-weight: bold;
}

.alert-content {
    font-weight: normal;
    margin-left: 20px;
}

.modal-partial-open {
    display: block;
}

.modal-header-warning, .modal-header-danger, .modal-header-success, .modal-header-info, .modal-header-question {
    color: #FFF;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -ms-border-top-right-radius: 5px;
}

.modal-header-warning {
    background-color: #F0AD4E;
}

.modal-header-danger {
    background-color: #D9534F;
}

.modal-header-success {
    background-color: #5CB85C;
}

.modal-header-info {
    background-color: #337AB7;
}

.modal-header-question {
    background-color: #5BC0DE;
}

.modal-body {
    overflow-y: auto;
    max-height: 800px;
}

.modal-body .modal-icon {
    float: left;
}

.modal-body .modal-message {
    float: left;
    width: 92%;
    margin-left: 15px;
}

/* loading indicator styles */
.loading-indicator-backdrop {
    position: fixed;
    z-index: 1060;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-color: #000;
    filter: Alpha(Opacity=50);
    -moz-opacity: .5;
}

.loading-indicator-content-container {
    position: fixed;
    z-index: 1061;
    top: 230px;
    left: 34%;
    height: auto;
    padding: 3px;
    border: 1px solid #CCC;
    border-radius: 7px;
    -ms-border-radius: 7px;
}

.loading-indicator-content {
    height: auto;
    margin: 0;
    padding: 10px;
    color: #444;
    border-radius: 5px;
    background: #FFF;
    -ms-border-radius: 5px;
}

    .loading-indicator-content img {
        float: left;
        width: 48px;
        height: 48px;
    }

    .loading-indicator-content label {
        font-size: 14px;
        font-weight: normal;
        float: left;
        max-width: 350px;
        margin-right: 30px;
        margin-left: 15px;
        text-wrap: normal;
    }

.loading-indicator-title {
    font-weight: bold !important;
}


/*Header, home page, footer:*/
.navbar-header {
    max-width: 340px;
}

.navbar-blue {
    border-color: #193B64;
    background-color: #23538D;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1D4F8D), color-stop(1, #346299));
    background-image: -o-linear-gradient(bottom, #1D4F8D 0, #346299 100%);
    background-image: -moz-linear-gradient(bottom, #1D4F8D 0, #346299 100%);
    background-image: -webkit-linear-gradient(bottom, #1D4F8D 0, #346299 100%);
    background-image: -ms-linear-gradient(bottom, #1D4F8D 0, #346299 100%);
    background-image: linear-gradient(to bottom, #1D4F8D 0, #346299 100%);
}

    .navbar-blue .navbar-header {
        font-size: 15px;
        padding: 10px 0;
        color: rgba(255, 255, 255, .9);
    }

        .navbar-blue .navbar-header span {
            position: relative;
            top: 10px;
            left: 10px;
            display: inline-block;
            width: 63%;
            margin-left: -5px;
        }

#menu li a {
    background: #337AB7;
}

#menu, #loginMenu {
    margin-top: 20px;
    margin-left: -70px;
}

    #menu li a, #loginMenu li a {
        font-size: 15px;
        padding: 10px 7px;
        color: #FFF;
    }

        #menu li a:hover, #menu li a:focus {
            background: #499ED6;
        }

#logoutLink:focus, #logoutLink:hover {
    background: #499ED6 !important;
}

#loginMenu li a:hover, #loginMenu li a:focus, #loginMenu li img:hover, #loginMenu li img:focus {
    opacity: .8;
    background: transparent;
}

#loginMenu #profileLink {
    overflow: hidden;
    max-width: 300px;
    padding-right: 5px;
    text-overflow: ellipsis;
}

.icon-settings {
    margin-top: 8px;
}

.logo {
    cursor: pointer;
}

#loginLink, #logoutLink {
    margin-top: 20px;
    margin-left: 5px;
    padding: 10px 20px;
    color: #FFF;
    background: #337AB7;
}

    #loginLink:hover, #logoutLink:hover {
        background-color: rgba(73, 158, 214, .7);
    }

#logoutLink {
    margin-top: 0;
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 66px;
    padding: 10px 0;
    text-align: left;
    background-color: #7C7C7C;
}

    footer, footer * {
        color: #FFF;
    }

        footer p {
            font-size: 13px;
            margin-bottom: 0;
        }

        footer #footerMenu li a {
            font-size: 12px;
            text-transform: uppercase;
        }

            footer #footerMenu li a:hover {
                opacity: .9;
                color: #FFF !important;
            }

.vertical-separator {
    padding: 0 !important;
}

#welcomeBanner {
    height: 220px;
    margin-top: 58px;
    border-top: 3px #23538D solid;
    border-bottom: 3px #23538D solid;
    background: url(../Images/banner_top.png);
    background-size: 100%;
}

#bannerActions {
    height: 75px;
    margin-top: 70px;
    padding: 18px 30px 18px 20px;
    border-radius: 10px;
    background: #295993;
}

#bannerActionsInner {
    position: absolute;
    right: 0;
    margin-top: 50px;
    margin-right: 99px;
}

.banner-action-image {
    margin-left: 10px;
}

.banner-action:not(:last-of-type) {
    margin-bottom: 30px;
}

.banner-action-label {
    font-size: 21px;
    margin-left: 29px;
    cursor: pointer;
    color: #FFF;
}

    .banner-action-label:hover {
        text-decoration: none;
        opacity: .8;
        color: #FFF;
    }

#bannerTitle {
    font-size: 85px;
    margin-top: 50px;
    padding: 0 13px;
    color: #295993;
    border-radius: 11px;
    background: rgba(250, 250, 250, .6);
}

#welcomeMessageTitle {
    font-size: 30px;
    font-weight: bold;
}

#welcomeMessage, #homeMessage {
    margin-top: 40px;
}

#homeMessage {
    margin-bottom: 40px;
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 10px;
}

#welcomeMessageDesc {
    font-size: 18px;
}

#tiles {
    margin-bottom: 70px;
}

.tile-holder {
    display: inline-block;
    width: 31%;
}

    .tile-holder:not(:first-of-type) {
        margin-left: 3%;
    }

    .tile-holder .tile-description {
        font-size: 15px;
        font-weight: bold;
        margin-top: 20px !important;
        color: #295993;
    }

.tile {
    overflow: hidden;
    height: 270px;
    cursor: pointer;
    border-radius: 5px;
    background-color: #D5E9F6;
}

    .tile > div {
        display: inline-block;
        margin-top: 30px;
        text-align: center;
    }

    .tile img {
        margin-top: 40px;
    }

    .tile p {
        font-size: 20px;
        font-weight: bold;
        margin-top: 50px;
        padding: 0 15px;
        color: #295993;
    }

    .tile:hover {
        background-color: #295993;
    }

        .tile:hover > p {
            color: #FFF !important;
        }

#getStartedTile > div {
    width: 47px;
    height: 92px;
    background-image: url(../Images/icon_info.png);
}

#getStartedTile:hover > div {
    background-image: url(../Images/icon_info_h.png);
}

#getStartedTile > p {
    margin-top: 40px;
}

#registrationTile > div {
    width: 125px;
    height: 106px;
    background-image: url(../Images/icon_registrations.png);
}

#registrationTile:hover > div {
    background-image: url(../Images/icon_registrations_h.png);
}

#registrationTile > p {
    margin-top: 26px;
}

#startWorkTile > div {
    width: 122px;
    height: 115px;
    background-image: url(../Images/icon_register.png);
}

#startWorkTile:hover > div {
    background-image: url(../Images/icon_register_h.png);
}

#startWorkTile > p {
    margin-top: 15px;
}

/* Landing pages */
.error-msg {
    display: inline-block;
    float: left;
    padding-left: 50px;
}

.not-found-wrap {
    margin: 0 auto;
}

    .not-found-wrap h2 {
        font-size: 40px;
        display: block;
        width: 696px;
        height: 50px;
        margin-top: 40px;
        margin-right: auto;
        margin-left: auto;
    }

.not-found-wrapper .error-msg {
    width: 62%;
}

.block-holder {
    display: block;
    height: 313px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
}

.error-404 {
    position: relative;
    display: block;
    float: left;
    width: 313px;
    height: 313px;
    background-image: url(../images/LandingPages/barcode-404.png);
}

.barcode {
    position: relative;
    display: inline-block;
    float: right;
    width: 313px;
    height: 313px;
    background-image: url(../images/LandingPages/barcode-real.png);
}

.arrow-right {
    position: relative;
    display: inline-block;
    float: left;
    width: 124px;
    height: 112px;
    margin-top: 100px;
    margin-left: 125px;
    transform: rotate(55deg);
    background-image: url(../images/LandingPages/arrow-to-the-right.png);
}

.landing-page-message {
    display: block;
    width: 1000px;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 12px;
}

    .landing-page-message p {
        font-size: 25px;
    }

.landing-page-message-left {
    position: relative;
    display: inline-block;
    float: left;
}

.landing-page-message-right {
    position: relative;
    display: inline-block;
    float: right;
    width: 313px;
}

.error-wrapper, .not-found-wrapper {
    margin: 15% auto auto 0;
}

    .error-wrapper .error-message-block {
        margin-left: 300px;
    }

    .error-wrapper h2 {
        font-size: 40px;
        display: block;
        margin-top: 40px;
        margin-right: auto;
        color: #555;
    }

    .not-found-wrapper h2 {
        font-size: 40px;
        margin-top: 40px;
        color: #555;
    }

.error-message-right {
    font-size: 16px;
    display: inline-block;
    margin-top: 30px;
    color: #777;
}

    .error-message-right p {
        font-size: 16px;
        margin-top: 10px;
        color: #777;
    }

.error-icon {
    position: relative;
    display: block;
    float: left;
    width: 256px;
    height: 256px;
    margin-top: -45px;
    background-image: url(../images/LandingPages/sign-error.png);
}

.not-found-icon {
    position: relative;
    display: block;
    float: left;
    width: 424px;
    height: 315px;
    margin-top: -45px;
    background-image: url(../images/LandingPages/page-not-found.png);
    background-size: cover;
}

.not-authorized-icon {
    position: relative;
    display: block;
    float: left;
    width: 256px;
    height: 237px;
    margin-right: 20px;
    background-image: url(../images/LandingPages/not-authorized.png);
}

.page-head {
    margin: 58px 0 32px;
    padding: 20px 10px;
    padding: 25px 30px;
    color: rgb(255, 255, 255);
    background-color: #D5E9E9;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

    .page-head p {
        font-size: 16px;
        margin-bottom: 0;
        color: #23538D;
    }

        .page-head p .btn {
            float: right;
            margin-top: -6px;
        }

    .page-head .padded {
        float: left;
        clear: left;
        width: 85%;
    }

.collapse-icon {
    font-size: 16px;
    margin-right: 4px;
}

.tooltip-control + .tooltip > .tooltip-inner {
    opacity: 1;
    color: #FFF;
    background-color: #7C7C7C;
    -ms-opacity: 1;
}

.tooltip-control {
    cursor: pointer;
}

/*language selector styles*/

.language-selector {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 9px 0;
    cursor: pointer;
    text-align: center;
    color: #FFF;
    background: #337AB7;
}

    .language-selector:hover {
        background: #499ED6;
    }

#languageSelectorWrapper {
    display: inline-block;
    width: 43px;
    height: 40px;
    margin-top: 20px;
    margin-left: 5px;
}

    #languageSelectorWrapper:hover {
        background: #499ED6;
    }

#languageSelectorOptions {
    position: absolute;
}

#languageSelectorOptionsLinks {
    margin-top: 6px;
    color: #FFF;
}

    #languageSelectorOptionsLinks a {
        display: block;
        width: 100%;
        padding: 10px 17px;
        text-decoration: none;
        color: #FFF;
        border-bottom: 1px solid #EEE;
        background: #337AB7;
    }

#languageSelectorOptionsLinks a:hover {
    background: #499ED6;
}

.selected-language {
    margin-left: 15px;
}

/*-----------------*/
/*--------COLOR---------*/
/*-----------------*/
.error {
    color: #F66;
}

.warning {
    color: #F0AD4E
}

.success {
    color: #0C6;
}

.info {
    color: #09C;
}

.empty {
    color: #CCC;
}
/*-----------------*/

div.error, div.success, div.info, div.start {
    float: left;
    width: 40px;
    height: 40px;
}

div.error {
    background: url('../Images/alert_warning.png') no-repeat;
}

div.success {
    background: url('../Images/alert_success.png') no-repeat;
}

div.info {
    background: url('../Images/alert_info.png') no-repeat;
}

div.start {
    margin-top: 2px !important;
    cursor: pointer;
    background: url('../Images/start.png') no-repeat;
}

.search-filter-label {
    font-size: 22px;
    position: absolute;
    margin-top: -28px;
    margin-left: 25px;
    padding: 0 13px;
    cursor: pointer;
    color: #666;
    background: #FFF;
}

.search-filter-icon-wrap {
    font-size: 22px;
    position: relative;
    float: right;
    margin-top: -28px;
    margin-right: 54px;
    padding: 0 10px;
    cursor: pointer;
    color: #555;
    background: #FFF;
}

.search-icon-closed {
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s;
    -webkit-transform: rotateX(360deg);
    -ms-transform: rotate(360deg);
    transform: rotateX(360deg);
    -transform: rotateX(360deg);
}

.search-icon-opened {
    -webkit-transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s;
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateX(180deg);
    -moz-animation-delay: -moz-transform .3s;
    -transform: rotateX(180deg);
}

input[type=checkbox].custom-checkbox, input[type=radio].custom-radio {
    position: absolute;
    z-index: 1;
    width: 18px;
    height: 18px;
    cursor: pointer;
    opacity: 0;
}

label input[type=checkbox].custom-checkbox, label input[type=radio].custom-radio {
    position: absolute;
    z-index: -100 !important;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px !important;
    height: 1px !important;
}

input[type=checkbox].custom-checkbox:checked, input[type=radio].custom-radio:checked, input[type=checkbox].custom-checkbox:focus, input[type=radio].custom-radio:focus {
    outline: 0 !important;
}

input[type=checkbox].custom-checkbox + .field-label, input[type=radio].custom-radio + .field-label {
    font-weight: 400;
    line-height: 20px;
    position: relative;
    display: inline-block;
    min-width: 18px;
    min-height: 18px;
    margin: 0;
    cursor: pointer;
}

    input[type=checkbox].custom-checkbox + .field-label::before, input[type=radio].custom-radio + .field-label::before {
        font-family: fontAwesome;
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        position: relative;
        top: -1px;
        display: inline-block;
        min-width: 16px;
        height: 16px;
        margin-right: 1px;
        content: '\a0';
        cursor: pointer;
        text-align: center;
        color: #32A3CE;
        border: 1px solid #C8C8C8;
        border-radius: 0;
        background-color: #FAFAFA;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    }

input[type=checkbox].custom-checkbox:checked + .field-label::before, input[type=radio].custom-radio:checked + .field-label::before {
    display: inline-block;
    content: '\f00c';
    border-color: #ADB8C0;
    background-color: #F5F8FC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05), inset 15px 10px -12px rgba(255, 255, 255, .1);
}

input[type=checkbox].custom-checkbox:hover + .field-label::before, input[type=radio].custom-radio:hover + .field-label::before, input[type=checkbox].custom-checkbox + .field-label:hover::before, input[type=radio].custom-radio + .field-label:hover::before {
    border-color: #FF893C;
}

input[type=checkbox].custom-checkbox:active + .field-label::before, input[type=radio].custom-radio:active + .field-label::before, input[type=checkbox].custom-checkbox:checked:active + .field-label::before, input[type=radio].custom-radio:checked:active + .field-label::before {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 1px 3px rgba(0, 0, 0, .1);
}

.checkbox label input[type=checkbox].custom-checkbox + .field-label, .radio label input[type=radio].custom-radio + .field-label {
    margin-left: -10px;
}

input[type=radio].custom-radio + .field-label::before {
    font-family: FontAwesome;
    font-size: 10px;
    line-height: 15px;
    min-width: 17px;
    height: 17px;
    border-radius: 100%;
    text-shadow: 0 0 1px #32A3CE;
}

input[type=radio].custom-radio:checked + .field-label::before {
    content: '\f111';
}

.help-box {
    position: fixed;
    z-index: 1000;
    right: 0;
    width: 300px;
    transition-duration: .8s;
}

    .help-box .help-content {
        overflow-y: scroll;
        max-height: 500px;
    }

#helpBox {
    bottom: 30px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#helpVideos {
    bottom: 100px;
    width: 550px;
}

    #helpVideos.videos-open {
        height: 500px;
    }

#helpVideosContent {
    overflow-y: auto;
    height: 400px;
    min-height: 100%;
    padding: 20px;
}

    #helpVideosContent > div:first-child {
        margin-bottom: 15px;
    }

    #helpVideosContent .help-video div {
        font-size: 13px;
        color: #666;
    }

#helpVideosFilter {
    display: inline-block;
    max-width: 451px;
}

.help-box .help-icon {
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 44px;
    margin-top: 274px;
    margin-left: -50px;
    padding: 8px;
    padding-top: 10px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #CCC;
    border: 1px solid #E1E1E1;
    border-top: 1px solid #F2F2F2;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background: #FFF;
    background-clip: padding-box;
    box-shadow: -3px 3px 3px -2px rgba(0, 0, 0, .1);
}

#helpBox .help-icon {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.help-box.closed {
    right: -305px;
}

    .help-box.closed .help-icon {
        right: 305px;
    }

#helpVideos.closed {
    right: -555px;
}

    #helpVideos.closed .help-icon {
        right: 555px;
    }

.help-box .help-icon i {
    font-size: 1.8em;
}

.help-box .help-content {
    padding: 15px;
    background: #FFF;
    box-shadow: 0 0 10px rgba(51, 51, 51, .38);
}

#scrollToTop {
    font-size: 1.8em;
    line-height: 42px;
    position: fixed;
    z-index: 1000;
    right: 30px;
    bottom: 30px;
    visibility: hidden;
    overflow: hidden;
    width: 52px;
    height: 44px;
    margin-right: 37px;
    padding-top: 2px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-align: center;
    opacity: 0;
    color: #337AB7;
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    background-color: #FFF;
}

    #scrollToTop:hover {
        background-color: #F2F2F2;
    }

    #scrollToTop.show {
        visibility: visible;
        cursor: pointer;
        opacity: 1.0;
    }

    #scrollToTop.pushed {
        right: 325px;
    }

    #scrollToTop i.fa {
        line-height: inherit;
    }

#scrolTopTop span {
    font-size: 24px;
    font-weight: normal !important;
}

.indicator {
    font-size: 13px;
    min-width: 30px;
    min-height: 30px;
    padding: 8px;
    border-radius: 20px;
}

.indicator-alt {
    border-radius: 3px;
}

.indicator-red {
    background-color: #D9534F !important;
}

.indicator-yellow {
    background: rgb(240, 192, 24) !important;
}

.indicator-green {
    background: rgb(129, 199, 132) !important;
}

.alt-border {
    border: solid darkgray;
    border-width: 5px;
    border-radius: 25%;
}

.red-border {
    border: solid rgb(140, 70, 70);
    border-width: 0;
    border-radius: 25%;
}

.yellow-border {
    border: solid rgb(220, 160, 40);
    border-width: 5px;
    border-radius: 25%;
}

.green-border {
    border: solid rgb(110, 160, 110);
    border-width: 5px;
    border-radius: 25%;
}


.panel-collapsable {
    min-height: 44px;
}

.panel-collapsable-content, .panel-collapsed-content {
    margin-right: 20px;
}

.panel-collapsable-icon {
    font-size: 18px;
    position: relative;
    float: right;
    cursor: pointer;
}

#footerLogo {
    text-align: center;
    background: #7C7C7C;
}

#footerLogoWrap {
    display: inline-block;
    width: 813px;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 29px;
    background: #FFF;
}

    #footerLogoWrap a {
        background: #FFF;
    }

footer * {
    background: #7C7C7C;
}

footer p {
    padding-bottom: 10px;
}

.filter-container {
    margin-bottom: 14px;
}

    .filter-container > div {
        width: 100%;
    }

    .filter-container input[type='text'] {
        width: 400px !important;
        max-width: 400px !important;
        -webkit-transition: width .3s ease-in-out;
        -moz-transition: width .3s ease-in-out;
        -o-transition: width .3s ease-in-out;
        transition: width .3s ease-in-out;
    }

    .filter-container .filter-expandable:focus {
        width: 100% !important;
        max-width: 100% !important;
    }

.filter-advanced {
    margin-top: 15px;
}

    .filter-advanced > input[type=button] {
        margin-left: 15px;
    }

    .filter-advanced .filter-advanced-content {
        display: none;
        overflow: auto;
        margin-bottom: 15px;
    }

.checkbox-toggle {
    position: absolute;
    visibility: hidden;
    margin-left: -9999px;
}

input.checkbox-toggle + label {
    width: 54px;
    height: 23px;
    padding: 2px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    background-color: #DDD;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.checkbox-toggle + label {
    position: relative;
    display: inline-block;
    margin-bottom: -6px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}

input.checkbox-toggle + label:before {
    right: 1px;
    -webkit-transition: background .4s;
    -moz-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    background-color: #F1F1F1;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

input.checkbox-toggle + label:before, input.checkbox-toggle + label:after {
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    display: block;
    content: '';
}

input.checkbox-toggle + label:after {
    width: 23px;
    -webkit-transition: margin .4s;
    -moz-transition: margin .4s;
    -o-transition: margin .4s;
    transition: margin .4s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #FFF;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

input.checkbox-toggle + label:before, input.checkbox-toggle + label:after {
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    display: block;
    content: '';
}

input.checkbox-toggle:checked + label:before {
    background-color: #337AB7;
}

input.checkbox-toggle:checked + label:after {
    margin-left: 29px;
}

.status-list-item {
    margin: 10px;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #CDC8C8;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

#helpContainerAccordion {
    border-top: 0;
}

#helpContainer .panel-heading {
    padding: 13px 15px;
    cursor: pointer;
    background-color: #FAFAFA;
}

#helpContainer .panel-group .panel {
    margin-bottom: 7px;
    border: 1px solid #DDD;
}

    #helpContainer .panel-group .panel:last-child {
        border-bottom: 2px solid #CCC;
    }

#helpContainer .panel-heading a {
    margin-left: 5px;
}

#helpContainer .panel-heading a, #helpContainer .panel-heading span {
    text-decoration: none;
    color: #777;
}

#helpContainer .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
    background: #FAFAFA;
}

#helpContainer .panel-body {
    color: #777;
}

#helpContainer .video-container {
    margin-top: 10px;
    text-align: center;
}

.video-container {
    position: relative;
    height: 350px;
    max-height: 350px;
    padding-top: 25px;
}

.help-video .icon-play {
    font-size: 60px;
    position: relative;
    right: 5px;
    float: right;
    margin-top: -60px;
    cursor: pointer;
    vertical-align: middle;
    opacity: .4;
}

.help-video .help-video-content {
    padding: 5px 10px;
    padding-right: 63px;
    border: 1px solid #F2F2F2;
    background: #FAFAFA;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
}

#helpVideos .video-container {
    display: none;
    height: 200px;
}

    #helpVideos .video-container iframe {
        width: 100% !important;
    }

#helpVideos.videos-open {
    width: 90%;
    height: 70%;
}

.select2-selection {
    line-height: 1.42857143 !important;
    min-height: 34px !important;
    padding: 1px 12px 0 2px !important;
    border: 1px solid #CCC !important;
    border-radius: 0 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    max-width: 100%;
}

.select2-selection {
    line-height: 1.42857143 !important;
    min-height: 34px !important;
    padding: 1px 12px 0 2px !important;
    border: 1px solid #CCC !important;
    border-radius: 0 !important;
}

#profileDetails {
    position: absolute;
    min-width: 350px;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, .14902);
    border: 1px solid #CCC;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    background-color: #FFF;
    -webkit-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: rgba(0, 0, 0, .172549) 0 6px 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

    #profileDetails:before {
        position: absolute;
        z-index: 10000;
        top: 0;
        left: 18px;
        display: block;
        width: 0;
        height: 0;
        margin: -7px 0 0 0;
        content: '';
        border-right: 10px solid transparent;
        border-bottom: 7px solid #FFF;
        border-left: 10px solid transparent;
    }

    #profileDetails > div {
        display: inline-block;
        float: left;
        width: 48%;
        margin-bottom: 7px;
    }

        #profileDetails > div:nth-child(odd) {
            margin-right: 5px;
        }

        #profileDetails > div.large {
            width: 99%;
        }

    #profileDetails .profile-data-label {
        font-weight: 500;
        display: block;
        margin-bottom: 0;
        color: #444;
    }

    #profileDetails .profile-data-value {
        font-weight: normal;
        font-style: italic;
    }


#changeLog {
    z-index: 1040;
    bottom: 170px;
    width: 500px;
}

    #changeLog.closed {
        right: -500px;
    }

        #changeLog.closed .help-icon {
            right: 500px;
        }

    #changeLog .help-content {
        max-height: 480px !important;
    }

#changeLogContent > h4 {
    margin-top: 3px;
    margin-bottom: 16px;
}

#changeLogContent > div {
    color: #555;
    border: 1px solid #E1E1E1;
}

    #changeLogContent > div:not(:last-of-type) {
        margin-bottom: 18px;
        border-bottom: 1px solid #E1E1E1;
    }

    #changeLogContent > div p {
        margin-bottom: 7px;
        padding: 7px;
        cursor: pointer;
        color: #FFF;
        border-bottom: 1px solid #E1E1E1;
        background: #499ED6;
    }

        #changeLogContent > div p .fa {
            float: right;
            margin-top: 3px;
        }

    #changeLogContent > div ul {
        margin-bottom: 2px;
        padding: 0 13px;
    }

        #changeLogContent > div ul li {
            font-size: 13px;
            padding-bottom: 4px;
            list-style: none;
        }

            #changeLogContent > div ul li:not(:last-of-type) {
                margin-bottom: 3px;
                border-bottom: 1px solid #F2F2F2;
            }

    #changeLogContent > div.actions {
        padding-bottom: 15px;
        border: 0;
    }

/* Drop icons */
.groupico {
    position: relative !important;
}

    .groupico span {
        margin: 0 !important;
        padding: 0 10px !important;
    }

    .groupico #profileDetails {
        z-index: 10;
        top: 70%;
        right: 0;
        display: none;
        min-width: auto;
        padding: 15px;
        white-space: nowrap;
    }

        .groupico #profileDetails:before {
            right: 15px !important;
            left: initial;
        }

tr td table .groupico #profileDetails {
    top: 50px !important;
}

    tr td table .groupico #profileDetails:before {
        right: 20px !important;
    }

.groupico:hover #profileDetails, .groupico #profileDetails:hover {
    display: block !important;
}

.tooltip {
    width: auto !important;
    min-width: auto !important;
    max-width: 350px !important;
    white-space: normal !important;
}

.displaynone {
    display: none !important;
}

.whitespace {
    text-align: right;
    white-space: nowrap;
}

.parcelinvalid {
    background-color: #D9534F !important;
}

input[type=submit]:disabled,
input[type=button]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

#iframeHelp + footer {
    display: none !important;
}
