﻿@font-face {
    font-family: 'Rubik-Light';
    src: url('fonts/Rubik/static/Rubik-Light.ttf')
}

@font-face {
    font-family: 'Rubik-Regular';
    src: url('fonts/Rubik/static/Rubik-Regular.ttf')
}

@font-face {
    font-family: 'Rubik-Bold';
    src: url('fonts/Rubik/static/Rubik-Bold.ttf')
}

html, body {
    background-color: #fff;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "ArmataRegular",Helvetica,Arial,sans-serif;
    font-size: .9em
}

#Form1 {
    height: 100%
}

h1, h2, h3, h4, h5, h6 {
    color: #2e3d59
}

h1 {
    font-size: 2em;
    font-weight: 500
}

h2 {
    font-size: 2em;
    font-weight: 700
}

h3 {
    font-size: 1.8em;
    font-weight: 700
}

h4 {
    font-size: 1.5em;
    font-weight: 600
}

h5 {
    font-size: 1.3em
}

h6 {
    font-size: 1.3em
}

.page {
    position: absolute;
    width: 100%;
    background: none;
    height: inherit
}

#header {
    width: 100%;
    z-index: 999;
    background: url(img/HeaderMock.png);
    background-size: 1170px !important;
    height: 200px;
    max-width: 1170px;
    margin: 1em auto;
    position: relative
}

/*#main {
    width: 90%;
    margin: 1em 0 1em 2em;
    min-height: 400px;
    position: relative
}*/

#footer {
    width: 100%;
    z-index: 999;
    background: url(img/footerMock.png);
    background-size: 1170px !important;
    height: 380px;
    max-width: 1170px;
    margin: 1em auto;
    position: relative
}

#content .headerContent h1, #content h1 {
    text-align: center;
    padding-left: 1em;
    color: #623E9C;
    padding: 10px 0;
    border-bottom: 2px solid #00C2C5;
    margin: 0;
    display:inline-block;
    font-size: 35px;
}

    #content .headerContent h1 > p {
        color: #000;
        margin: 0;
        font-size: .4em;
        text-shadow: none
    }

#content .headerContent h5, #content h5 {
    text-align: center;
    padding-left: 1em;
    color: #9661EC;
    padding: 10px 0;
    margin: 0;
    display: inline-block;
    font-size: 28px;
}


#content .headerContent h6, #content h6 {
    padding-left: 1em;
    color: #623E9C;    
    margin: 0;    
    font-size: 20px;
}

    #content .headerContent h1 > p {
        color: #000;
        margin: 0;
        font-size: .4em;
        text-shadow: none
    }

div.form {
    width: 100%
}

    div.form .formLogin {
        margin-left: 5em;
        width: 50% !important
    }

        div.form .formLogin > tbody {
            margin: 0 auto
        }

            div.form .formLogin > tbody tbody th {
                background: transparent
            }

            div.form .formLogin > tbody tbody td {
                background: transparent
            }

.work-area-center > div div.ui-jqgrid /*.ui-jqgrid-view,#grid_agente_pager,.ui-jqgrid-hdiv,.ui-jqgrid-bdiv*/ {
    margin: 0 auto
}

#PageOptions {
    width: 45px;
    position: absolute;
    top: 105px;
    padding: .5em 0;
    left: 100%;
    background-color: #fafafa;
    box-shadow: inset 1px 0 5px 0 #2e3d59;
    border-radius: 0 2em 2em 0
}

    #PageOptions .ui-pg-button {
        margin-left: 25%;
        display: inline-block
    }

    #PageOptions span.ui-separator {
        display: none !important
    }

    #PageOptions td.ui-pg-button.ui-state-disabled {
        display: none !important
    }

h1 #PageOptions_Navigation div.personal-icon {
    background-size: 25px !important;
    background-position: center !important;
    margin-top: 3px;
    width: 25px;
    height: 100%;
    display: inline-block;
    float: right;
    padding: 0 5px
}

#main #PageOptions span.ui-icon-plus, #dialog-help span.ui-icon-plus {
    background-image: url(img/add.png) !important
}

#main #PageOptions span.ui-icon-pencil, #dialog-help span.ui-icon-pencil {
    background-image: url(img/edit.png) !important
}

#main #PageOptions span.ui-icon-trash, #dialog-help span.ui-icon-trash {
    background-image: url(img/trash.png) !important
}

#main #PageOptions span.ui-icon-refresh, #dialog-help span.ui-icon-refresh {
    background-image: url(img/reload.png) !important
}

#main #PageOptions span.ui-icon-search, #dialog-help span.ui-icon-search {
    background-image: url(img/Search-2-icon.png) !important
}

#main #PageOptions span.ui-icon-help, #dialog-help span.ui-icon-help {
    background-image: url(img/help.png) !important
}

#main #PageOptions div.personal-icon:hover {
    border: 1px solid #153053;
    background: #264d80 url(images/ui-bg_highlight-soft_10_264d80_1x100.png) 50% 50% repeat-x
}

#main #PageOptions div.personal-icon, #dialog-help div.personal-icon {
    margin-left: 25%;
    display: inline-block;
    border-radius: .5em
}

#main #PageOptions span.ui-icon-person, #dialog-help span.ui-icon-person {
    background-image: url(img/beneficiario.png) !important
}

#main #PageOptions span.ui-icon-note, #dialog-help span.ui-icon-note {
    background-image: url(img/book.png) !important
}
