body {
    font: 300 15px/19px klavika,helvetica,arial,sans-serif;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

#title {
    height: 100%;
    width: 100%;
    background: #fff;
}


#title > .wrap {
    height: 100%;
}

.wrap {
    width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
}


@media screen and (max-width: 1000px) {
    .wrap {
        width: 100%;
    }
}

#sencha-logo,
#title-logo {
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 50%;
}


#sencha-logo {
    background-image: url(../imagemenu/logo-segeplan-marn-75px.png);
    width: 100%;
    height:100%;
    left: 10px;
    margin-top: -40px;
    background-repeat: no-repeat;
}

#ext-logo {
    background-image: url(../imagemenu/signe_logo.png);
    width: 70px;
    height : 86px;
    line-height: 86px;
}

#title-text {
    right: 20px;
    font-weight: 400;
    font-size: 15px;
    color: #888;
    background: url(../imagemenu/header-bg.jpg);
    height: 50px;
    line-height: 50px;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#subtitle-text {
    right: 20px;
    font-weight: 400;
    font-size: 12px;
    color: #888;
    background: url(../imagemenu/header-bg.jpg);
    height: 50px;
    line-height: 50px;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


#header {
    background: url(../imagemenu/header-bg.jpg);
    width: 100%;
}

#header > .wrap {
    display: table;
    table-layout: fixed;
    height: 100px;
}

.header-item {
    display: table-cell;
    vertical-align: middle;
}

#header-title {
    width: 370px;
    font-size: 36px;
    color: #1c5a7d;
}

.header-link {
    text-align: right;
}
.header-link > a {
    font-weight: 500;
    color: #888;
}

.header-link > a:hover {
    color: #444;
}

.group-header {
    border-top: 1px solid #c8c8c8;
    height: 80px;
    font-size: 24px;
    text-transform: uppercase;
    color: #1c5a7d;
    cursor: pointer;
}

.group-header > .wrap {
    display: table;
    table-layout: fixed;
    height: 80px;
}

.group-title,
.group-action {
    display: table-cell;
    vertical-align: middle;
}

.group-action {
    width: 48px;
}

.group-action-icon {
    height: 24px;
    width: 24px;
    font-size: 24px;
    line-height: 24px;
    font-family: Sencha-Examples;
    background: center no-repeat;
}

.collapsed + .group {
    display: none;
}

.group {
    border-top: 5px solid #25657b;
    background-color: #2f7d9c;
    padding-bottom: 30px;
}

.example {
    float: left;
    padding-left: 85px;
    position: relative;
    color: #fff;
    width: 300px;
    height: 100px;
    margin: 30px 20px 0 0
}

.example-icon-wrap {
    height: 74px;
    width: 84px;
    font-size: 72px;
    line-height: 72px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -36px;
    color: #1c5a7d;
    font-family: Sencha-Examples;
}

/* tag name added to this selector to override line-height in font icon stylesheet */
div.example-icon {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    font-size: 36px;
    line-height: 72px;
    text-align: center;
}

.example-text-wrap {
    display: table;
    height: 100%;
}
.example-text-wrap-inner {
    padding-left: 15px;
    display: table-cell;
    vertical-align: middle;
}

.example-title {
    font-size: 17px;
    font-weight: bold;
}

#footer {
    padding: 24px 0;
    border-top: 1px solid #c8c8c8;
    color: #888;
}


.thumb-wrap{
    display: table;
    float: left;
    width: 50%;
    padding: 10px;
}


.thumb {
    display: table-cell;
    background-color: #ffffff;
    padding: 16px;
    border-radius: 5px;
    cursor:pointer;

    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.25);
    box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.25);
}

.thumb-icon {
    background-image: url(../resources/images/pdf.png);
    height: 90px;
    width: 90px;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    margin-right: 5px;

    .x-ie8 & {
        background-image: url(../resources/images/pdf-small.png);
    }
}