/* General */
body, div, table, td, fieldset
{
    -webkit-user-select: none;
    margin: 0;
    padding: 0;
}

html
{
    width: 100%;
    height: 100%;
    position:fixed;
}

body
{
    overflow:hidden;
    display: block;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    font-size: 10pt;
    color: #444444;
    background: #fff;

	font-style: normal;
	font-variant: normal;
	font-weight: normal;

	font: 14px/21px;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;

    background-color: #ffffff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% -210px;
    margin: 0px;
}

#header
{
    top: 0px;
    height: 150px;
}

#header, #footer
{
    width: 100%;
    position: absolute;
    left: 0px;
    float: none;
    clear: both;
}

.footer
{
    background-image: url(../images/background.png);
    background-repeat: no-repeat;
    background-position-y: -150px;
    background-position-x: -40px;
    position: fixed;
    text-align: center;
    bottom: 0px;
    background-color: #ffffff;
    width: 100%;
    border-top: solid 1px #3297d6;
    padding-bottom: 5px;
}

    .footer *
    {
        text-decoration: none;
        white-space: nowrap;
        color: #3297d6;
    }

    .footer a
    {
        color: #3297d6 !important;
    }

.currentPanel
{
    z-index: 1;
}
/****************************/
/* Fields */

.firstTd
{
    text-align: left;
    width: 260px;
    padding-right: 20px!important;
}

fieldset, img
{
    border: 0;
}

input[type='checkbox']
{
    padding: 0px;
    margin-left: 10px;
}

/* Structure */
#panelSlider
{
    display: block;
    position: absolute;
    overflow: hidden;
    left: 24px;
    right: 24px;
    top: 0px;
    bottom: 0px;
    min-height: 180px;
    min-width: 320px;
    width: auto;
    height: auto;
    padding: 0px;
    margin: 0px;
}

#connect-page
{
    width: 100%;
    height: 100%;
}

.container
{
    display: block;
    text-align: left;
    position: absolute;
    z-index: 1;
    top: 125px;
    bottom: 50px;
    left: 0px;
    right: 0px;
}

.header
{
    height: 125px;
    border-bottom-color: #3297d6;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: transparent;
}

.logo
{
    width: 260px;
    margin-top: 29px;
    margin-left: 64px;
    display: inline-block;
}

#Group2
{
    clear: both;
}

.floatRight
{
    float: right;
}

#newWindowDiv
{
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-size: 12px;
    z-index: 999;
}

#fullscreenDiv
{
    position: absolute;
    bottom: 25px;
    left: 45px;
    font-size: 12px;
    z-index: 999;
}

/* Footer */
#footer
{
    clear: both;
    border-top: 1px solid #dedede;
    padding: 6px 14px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: fixed;
    bottom: 5px;
    z-index: 0;
}

    #footer p a
    {
        border: none;
    }

    #footer h6
    {
        float: right;
        font-size: 10pt;
    }

.webItem
{
    border: none;
    color: #3297d6;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

#authPane
{
    position: absolute;
    right: 0pt;
    top: 0pt;
    margin-top: 8px;
    margin-right: 18px;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    vertical-align: middle;
}
#authPane span
{
    margin-right: 0x;
    white-space: nowrap;
    color: #999999;
}

    #authPane span.action
    {
        color: #3297d6;
        cursor: pointer;
    }
/* switch pane arrows */
.switchButton
{
    top: 0px;
    bottom: 0px;
    width: 24px;
    position: absolute;
    z-index: 998;
}

    .switchButton span:hover
    {
        /*background-color: rgba(50, 141, 214, .025);*/
        cursor: pointer;
    }

#switchRight
{
    right: 0px;
}

    #switchRight span
    {
        background-position: 0px center;
    }
/* #switchRight:hover { border-left: solid 1px rgba(50, 141, 214, .05); } */
#switchLeft
{
    left: 0px;
}

    #switchLeft span
    {
        background-position: -24px center;
    }
/* #switchLeft:hover {	border-right: solid 1px rgba(50, 141, 214, .05); } */
.switchButton span
{
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 24px;
    height: 48px;
    text-align: center;
    line-height: 24px;
    vertical-align: middle;
    font-weight: 700;
    font-size: 20px;
    font-family: sans-serif;
    background-image: url(../images/idx/pagearrows.png);
    -moz-opacity: .25;
    filter: alpha(opacity=25);
    opacity: .25;
    cursor: pointer;
}

.switchButton span:hover
{
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

div#panelSlider.onlyicons
{
    margin: 0.01%!important;
}

div#btnLogout.onlyicons
{
    display: none!important;
}

/* ---------- Mini ------------ */
@media only screen and (max-width: 528px)
{

    .hiddenThin
    {
        display: none;
    }
}

@media only screen and (max-width: 412px)
{
    #panelSlider
    {
        left: 20px;
        right: 20px;
        min-width: 200px;
    }

    .tab_content table
    {
        padding: 15px 0px 15px 0px;
    }

    .logo
    {
		margin-top: 30px;
		max-width: 84%;
		margin-left: 8%;
    }
}

@-moz-document url-prefix() {
    @media only screen and (max-height: 752px) {
        #newWindowDiv {
            bottom: 85px;
        }
    }
}

@media only screen and (max-height: 540px)
{
    .header
    {
        height: 100px;
    }

    .logo
    {
        height: 80px;
        width: auto;
        margin-top: 10px;
        margin-left: 20px;
    }

    .container
    {
        top: 101px;
        bottom: 40px;
    }

	#newWindowDiv {
		bottom: 24px;
	}

}

@media only screen and (max-height: 538px)
{
    .header
    {
        height: 60px;
    }

    .logo
    {
        height: 50px;
        width: auto;
        margin-top: 8px;
        margin-left: 20px;
    }

    .container
    {
        top: 61px;
        bottom: 40px;
    }

    .connections
    {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
}

@media only screen and (max-height: 400px)
{
    #login-page .row
    {
        padding-bottom: 5px;
    }

    .container
    {
        bottom: 42px;
    }

    .container div.tab_content
    {
        min-height: 100px !important;
    }

    .tab_content table
    {
        padding-top: 20px;
    }

    .container div.panel .btntable
    {
        margin-top: 3px;
        padding-right: 5px;
        box-sizing: border-box;
    }

    .trdpbtn, .trdpbtn:hover
    {
        margin-top: 10px;
        margin-right: 5px;
    }
}

@media only screen and (max-width: 360px)
{
    #login-page
    {
        width: 360px;
        max-width: 360px;
    }

        #login-page input[type="text"],
        #login-page input[type="password"],
        #login-page select
        {
            width: 200px;
        }

}

@media only screen and (max-width: 320px)
{
    #login-page
    {
        max-width: 280px;
    }

    #btnlogout
    {
        right: 20px;
    }
}

/* connections section */
.connections
{
    overflow: hidden;
    position: absolute;
    float: none;
    padding: 10px;
    height: auto;
    display: block;
    left: 0px;
    right: 0px;
    top: 0px;
    width: auto;
    margin: 0px;
    bottom: 0px;
    box-sizing: border-box;
}

/* connection icons */
.connection
{
    height: 120px;
    width: 120px;
    margin: 8px;
    text-align: center;
    vertical-align: bottom;
    font-size: 11px;
    border: 1px solid rgba(50, 151, 214, .10);
    font-weight: normal;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666666;
    position: relative;
    box-sizing: border-box;
}

    .connection:hover
    {
        border: 1px solid rgba(50,151, 214, .20);
        background-color: rgba(50,151, 214, .025);
        color: #000000;
    }

    .connection img
    {
        margin: 36px 14px 14px 34px;
        height: 32px;
        width: 32px;
    }

    .connection span
    {
        padding: 0px 5px;
        color: #333;
    }

    .connection a
    {
        color: #666666;
    }

    .connection span, .connection img
    {
        position: relative;
        float: none;
        margin-right: auto;
        margin-left: auto;
        clear: both;
    }

@media only screen and (max-width: 690px) {
    .connection { margin: 3px; }
}

@media only screen and (max-height: 512px) {
	.connection { margin-top: 0px; margin-bottom: 2px; box-sizing: border-box; }
}

@media only screen and (max-height: 480px)
{
    .connection { height: 100px; margin: 3px; }
    .connection img { margin-top: 20px; }
}

@media only screen and (max-height: 360px)
{
    .header
    {
        height: 74px;
    }

    .logo
    {
        height: 60px;
        width: auto;
        margin-top: 10px;
        margin-left: 20px;
    }

    .container
    {
        top: 75px;
        bottom: 40px;
    }

}

@media only screen and (max-height: 320px)
{
    .header
    {
        height: 52px;
    }

    .logo
    {
        height: 30px;
    }

    .container
    {
        top: 53px;
        bottom: 40px;
    }
    .connections
    {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

}