/*****************************
Global page elements
*****************************/

.main-frm {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
    margin-top: 1px; /* to fix Telerik issue with tooltip/radwindow vertical positionning */
    overflow: auto;
    min-width: 1420px; /* minimum screen width otherwise horizontal scroll */
}

.main {
    padding: 20px 30px 30px 30px; /* left and right margin for the content of the page */
    text-align: center;
}

h1, h2, h3 {
    font-weight: normal;
    margin: 0;
}

a {
    text-decoration: none;
}


/*****************************
Header
*****************************/

.timeout {
    text-align: center;
    padding: 0 4em 1em 4em;
}


/*****************************
Header
*****************************/
.header {
    background-color: #222;
    height: 126px;
}

.header-top {
    height: 100px;
    background-color: #222;
}

.header-logo {
    float: left;
    width: 250px;
    height: 100px;
}

.header-app {
    float: left;
    width: 50px;
    height: 50px;
    margin: 24px 10px 0 0;
    background-color: rgba(200, 200, 200, 0.2);
    border-radius: 10px;
    padding: 3px;
}

.header-client {
    float: right;
    width: 300px;
    height: 100px;
}

.header-menu {
    height: 26px;
    color: #fff !important;
    background-color: #005490;
    vertical-align: top;
}

.RadMenu {
    padding-left: 18px;
}

.user-info {
    float: right;
    padding: 2px 8px 0 0;
    vertical-align: middle;
    /*font-size: 14px;*/
    color: #fff;
}

    .user-info a:link {
        text-decoration: none;
        color: #fff;
    }

    .user-info a:hover {
        color: #25A0DA;
    }


.header-user {
    margin-top: -2px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.header-sep {
    width: 8px;
    height: 16px;
    vertical-align: middle;
}

.header-ico {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}


/*****************************
Loading panel
*****************************/

.loadPan {
    position: relative;
    text-align: center;
}

    .loadPan .loadImg {
        width: 120px;
        height: 120px;
    }

    .loadPan .loadTxt {
        color: #005490;
        font-size: 1.2em;
    }

