/* Minification failed. Returning unminified contents.
(105,6): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
@font-face {
    font-family: 'Franklin Gothic Book';
    src: url(/Content/fonts/FranklinGothicBook.ttf);
}

body {
    text-align: center;
    font-family: 'Franklin Gothic Book', Verdana, sans-serif;
    font-size: 13pt;
    color: #b0b1b4;
    background-color: #fff;
    margin: 0;
    height: 100%;
}

/* Links */
a:link, a:visited {
	text-decoration: none;
	color: #99C019;
}
a:hover, a:active {
	text-decoration: none;
	color: #008aff;
}

#login-page {
    border-collapse: collapse;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}
    #login-page td {
        /*border: 1px solid #f3f3f3;*/
        padding: 0;
        vertical-align: top;
    }

td.login-logo {
    font-size: 15pt;
    height: 70px;
    width: 72%;
}
    td.login-logo img {
        float: left;
        height: 62px;
        padding: 8px 2px 0 20px;
    }
    td.login-logo span {
        display: block;
        margin-top: 32px;
    }


.login-panel {
    background-color: #fff;
    text-align: center;
}
.login-panel .wrp {
    width: 24%;
    min-width: 340px;
    text-align: center;
    margin: 4% auto 0;
}
    .login-panel img.logo {
        margin-bottom: 10%;
        margin-top: 12%;
        width: 55%;
    }
    .login-panel .inputs {
        color: #636363;
        width: 80%;
        text-align: left;
        margin: 0 auto;
        font-size: 13pt;
        height: 320px;
    }


.login-panel .text-box {
    display: block;
    border: 1px solid #949494;
    font-size: 15px;
    font-weight: 200;
    color: #444;
    line-height: 1;
    outline: 0 none;
    margin: 4px 0 14px;
    padding: 3px;
    height: 32px;
    width: 100%;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
    .login-panel .text-box:focus {
        border: 1px solid #c2c2c2;
    }

.login-panel .placeholder {
    font-family: Verdana;
    font-size: 9pt;
    font-weight: bold;
    color: #666;
    padding-left: 10px;
    * padding-top: 7px;
}

.login-panel .button-submit {
    font-size: 12pt;
    font-weight: bold;
    height: 32px;
    line-height: 31px;
    padding: 0 32px 2px;
    color: #fff;
    background-color: #99C019;
    border-width: 0;
    cursor: pointer;
    /*-moz-box-shadow: 1px 1px 1px #7d863e;
    -webkit-box-shadow: 1px 1px 1px #7d863e;
    box-shadow: 1px 1px 1px #7d863e;*/
}
    /*.login-panel .button-submit:active {
        position: relative;
        top: 2px;
        left: 2px;
        -moz-box-shadow: -1px -1px 1px #7d863e;
        -webkit-box-shadow: -1px -1px 1px #7d863e;
        box-shadow: -1px -1px 1px #7d863e;
    }*/

.rememberme {
    display: block;
    font-size: 10pt;
    margin: 10px 0 20px;
}
.forgotten-pass {
    font-size: 10pt;
    margin-top: 10px;
    text-align: right;
    margin-top: 18px;
}
.forgotten-pass a:link, .forgotten-pass a:visited {
    color: #888;
}
.forgotten-pass a:hover, .forgotten-pass a:active {
    color: #99C019;
}
.regulamin {
    margin-top: 5px;
    font-size: 10pt;
}

.poznaj-nas {
    text-align: center;
}
    .poznaj-nas .loga {
        vertical-align: middle;
    }
        .poznaj-nas .loga a {
            display: inline-block;
            margin: 0 2% 6%;
            vertical-align: middle;
        }


.rights {
    margin: 10px auto;
    font-size: 9pt;
    text-align: center;
    max-width: 650px;
}


#UnizetoSealMVVSRAXV {
    text-align: right;
}


#page {
    width: 390px;
    height: 480px;
    margin: 0 auto;
    text-align: center;
}

    #page .login-logo img {
        max-height: 86px;
        max-width: 215px;
        padding-top: 80px;
    }
    #page .login-panel {
        width: auto;
    }
    #page .login-panel .inputs {
        text-align: center;
    }
    #page .button-submit {
        background-color: #2A95C5;
    }

/* integracja */
    #page .integration {
        padding-top: 20px;
    }
        #page .integration .select {
            width: 100%;
            padding: 6px;
            margin: 4px 0;
        }
        #page .integration .button-submit {
            font-size: 12pt;
            padding: 0 10px 2px;
        }
.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
}
.ui-menu-item { 
    text-align: left;
    margin: 0px; 
    padding: 2px 5px; 
    cursor: default; 
    display: block; 
    font: menu; 
    font-size: 12px; 
    line-height: 16px; 
    overflow: hidden; 
}
/* fix do ui combobox */
.ui-menu-item:last-of-type.ui-state-focus {
    margin-bottom: 0 !important;
}

.info {
    margin: 0 auto;
    width: 480px;
    color: #636363;
    margin-top: 40px;
    font-size: 11pt;
}
    .info div {
        padding-top: 8px;
    }
    .info ul {
        text-align: left;
        padding-left: 75px;
    }

#rododialog  {
    font-size: 10pt;
}
#rododialog .sc {
    text-indent: 20px;
    height: 400px;
    overflow-y: scroll;
    padding-right: 5px;
}
#rododialog .hd {
    font-weight: bold;
    text-align: center;
    font-size: 12pt;
}
