/* Minification failed. Returning unminified contents.
(1867,12): run-time error CSS1038: Expected hex color, found '#6d6e716d6e71'
(1872,16): run-time error CSS1038: Expected hex color, found '#6d6e716d6e71'
(2067,12): run-time error CSS1038: Expected hex color, found '#6d6e716d6e71'
(6410,36): run-time error CSS1038: Expected hex color, found '#6d6e716d6e71'
(6427,24): run-time error CSS1038: Expected hex color, found '#6d6e716d6e71'
 */
html
{
    margin: 0;
    padding: 0;
    min-width: 1024px;
}

body
{
    background-color: #f0f0f1;
    border-top: solid 10px #000;
    color: #6d6e71;
    font-size: .85em;
    font-family: HelveticaNeueRegular;
    margin: 0;
    padding: 0;
    position: relative;
}

a
{
    color: #6d6e71;
    outline: none;
    padding-left: 0px;
    padding-right: 0px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover
    {
        color: #6d6e71;
    }

    a:hover
    {
        color: #a30000;
        cursor: pointer;
    }

img
{
    border-width: 0px;
}

header, footer, hgroup,
nav, section
{
    display: block;
}

.content-menu
{
    height: 50px;
    width: 940px;
    margin: 0 auto;
    line-height: 50px;
}

.menu
{
    height: 50px;
    background-color: #ffffff;
    border-top: 1px solid #E2E2E3;
    border-bottom: 1px solid #E2E2E3;
}

header
{
    margin: 0 auto;
    max-width: 940px;
}

mark
{
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.without-margin-right
{
    margin-right: 0 !important;
}

.without-margin-top
{
    margin-top: 0 !important;
}

.without-border
{
    border: 0 none !important;
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.hidden
{
    display: none;
}

.block
{
    display: block !important;
}

.center
{
    margin: 0 auto;
    text-align: center;
}

.clear-fix:after
{
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6
{
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1
{
    font-size: 2em;
}

h2
{
    font-size: 1.75em;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active
    {
        padding: 0;
        text-decoration: none;
    }

.lblCheck
{
    float: none !important;
    width: 100% !important;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper
{
    margin: 0 auto;
    max-width: 940px;
}

#body
{
    clear: both;
    position: relative;
    padding-bottom: 35px;
    min-height: 700px;
}

.main-content
{
    margin-top: 20px;
}

.left-content-modal
{
    float: left;
    padding-left: 20px;
    width: 540px;
}


    .left-content-modal .activityDetail .title
    {
        border-bottom: 0 none;
    }

.left-content
{
    float: left;
    width: 620px;
    margin-bottom: 30px;
}

    .left-content-modal .title,
    .left-content .title
    {
        color: #000000;
        font-family: itc_stone_sans_stdmedium;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .left-content h2
    {
        color: #A30000;
        font-family: itc_stone_sans_stdmedium;
        font-size: 20px;
        font-weight: normal;
        margin: 25px 10px 5px;
    }

.right-content-modal
{
    float: right;
    padding-right: 20px;
    width: 200px;
}


    .right-content-modal .activityDetailRight .details
    {
        border-bottom: 0 none;
    }

.right-content
{
    float: right;
    width: 300px;
}

.featured + .main-content
{
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper
{
    overflow: hidden;
    position: relative;
}

footer
{
    clear: both;
    font-size: .8em;
    height: auto;
    height: 20px;
}

.content-main
{
    border: 1px solid #e2e2e3;
    background-color: #ffffff;
}

.content-public
{
    padding: 20px 80px;
    text-align: center;
}

/* Diferents colors segons el centre */
.fpcee a, a.fpcee, li.fpcee, span.fpcee
{
    color: #dd4b39 !important;
}

.fcs a, a.fcs, li.fcs, span.fcs
{
    color: #00a3a3 !important;
}

.fcc a, a.fcc, li.fcc, span.fcc
{
    color: #007bb6 !important;
}

.sg a, a.sg, li.sg, span.sg
{
    color: #a30000 !important;
}


/* site title
----------------------------------------------------------*/
.site-title
{
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active
    {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }

a.site-logo
{
    background: url("../Images/AlumniLogo.png") no-repeat scroll left center / 210px 47px rgba(0, 0, 0, 0);
    display: block;
    height: 67px;
    text-indent: -9999px;
    width: 210px;
}


/* login
----------------------------------------------------------*/
#login
{
    display: block;
    font-size: .85em;
    text-align: right;
    float: right;
}

    /*#login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }*/

    #login a.username
    {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul
    {
        margin: 0;
    }

    #login li
    {
        display: inline;
        list-style: none;
    }

    #login div.login-bottom
    {
        bottom: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        width: 250px;
    }


ul#menu li a.imgExit
{
    display: block;
    font-size: 20px;
    height: 50px;
    padding: 0 10px;
    font-family: FontAwesome;
    float: right;
}

ul#menu li a.imgMail,
ul#menu li a.imgConfig
{
    display: block;
    font-size: 20px;
    height: 47px;
    padding: 0 10px;
    font-family: FontAwesome;
    float: right;
}

ul#menu li span.numMails
{
    font-family: HelveticaNeueThin;
    float: right;
    display: block;
    font-size: 20px;
    height: 47px;
    padding: 0 0 0 10px;
}

ul#menu li.selected span.numMails
{
    color: #a30000;
    border-bottom: 3px solid #a30000;
}

ul#menu li a.imgExit
{
    border-left: 1px solid #E2E2E3;
    border-right: 1px solid #E2E2E3;
}

ul#menu li #mails
{
    float: right;
}

    ul#menu li.selected a.imgMail:hover,
    ul#menu li #mails:hover,
    ul#menu li a.imgConfig:hover
    {
        color: #a30000;
        border-bottom: 3px solid #a30000 !important;
    }

    ul#menu li.selected #mails a.imgMail:hover,
    ul#menu li #mails span.numMails:hover
    {
        color: #6D6E71;
    }

ul#menu li.selected #mails:hover,
ul#menu li a.imgMail:hover,
ul#menu li a.imgExit:hover
{
    border-bottom: 0 none !important;
}

#notifMenu
{
    float: right;
    background-color: #00A3A3;
    color: #FFFFFF;
    font-size: 13px;
    height: 45px;
    line-height: 20px;
    padding-top: 5px;
    width: 210px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    margin-right: 10px;
}
/* menu
----------------------------------------------------------*/
.lnkContactaPublic
{
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

.lnkContacta
{
    text-decoration: none;
    margin-top: 10px;
    display: block;
}

ul#menu,
ul#publicMenu
{
    font-size: 1em;
    margin: 0 0 5px;
    padding: 0;
    text-align: left;
}

    ul#menu li,
    ul#publicMenu li
    {
        display: inline;
        list-style: none;
        padding-left: 20px;
    }

        ul#menu li:first-child,
        ul#publicMenu li:first-child
        {
            padding-left: 0px;
        }

        ul#menu li a,
        ul#publicMenu li a
        {
            background: none;
            color: #6d6e71;
            text-decoration: none;
            height: 47px;
            display: inline-block;
            font-family: itc_stone_sans_stdmedium;
            font-size: 16px;
        }

            ul#menu li a:hover,
            ul#publicMenu li a:hover
            {
                color: #a30000;
                text-decoration: none;
                border-bottom: 3px solid #a30000;
            }

        ul#menu li.selected a,
        ul#publicMenu li.selected a
        {
            color: #a30000;
            text-decoration: none;
            border-bottom: 3px solid #a30000;
        }

        ul#menu li#InfoAddiotional,
        ul#publicMenu li#InfoAddiotional
        {
            float: right;
        }

        ul#menu li a.button-menu-register,
        ul#publicMenu li a.button-menu-register
        {
            background-color: #00A3A3;
            color: #FFFFFF;
            font-family: HelveticaNeueThin;
            font-size: 24px;
            height: 50px;
            padding: 0 15px;
            float: left;
        }

            ul#menu li a.button-menu-register:hover,
            ul#publicMenu li a.button-menu-register:hover
            {
                border-bottom: 0 none;
                text-decoration: underline;
            }


        ul#menu li .infoNoAlumni,
        ul#publicMenu li .infoNoAlumni
        {
            border-left: 1px solid #E2E2E3;
            float: left;
            height: 30px;
            line-height: 16px;
            padding: 10px 15px;
            text-align: center;
        }

            .registreHome .infoNoAlumni span.TitleInfoRegistre,
            ul#publicMenu li .infoNoAlumni span.TitleInfoRegistre
            {
                color: #000000;
                font-family: HelveticaNeueThin;
                font-size: 24px;
            }

            .registreHome .infoNoAlumni span.SubTitleInfoRegistre,
            ul#publicMenu li .infoNoAlumni span.SubTitleInfoRegistre
            {
                color: #6d6e71;
                font-family: HelveticaNeueThin;
                font-size: 14px;
            }


.select-idioma-login,
.select-idioma
{
    float: right;
    border-left: 1px solid #e2e2e3 !important;
    border-right: 1px solid #e2e2e3 !important;
}

    .select-idioma-login span,
    .select-idioma span
    {
        padding-bottom: 13px;
    padding-top: 15px;
    }

    .select-idioma-login .k-dropdown-wrap,
    .select-idioma .k-dropdown-wrap
    {
        border: 0 none;
         height: 22px;
    }

    .select-idioma-login .span.k-input,
    .select-idioma span.k-input
    {
        margin-left: 5px;
        font-family: HelveticaNeueRegular;
        font-size: 11px;
    }

    .select-idioma-login span.k-select,
    .select-idioma span.k-select
    {
        height: 5px;
        padding-top: 19px;
        margin-right: 5px;
    }

#llistaIdiomes-list li
{
    font-family: HelveticaNeueRegular;
    font-size: 11px;
}

/* toggleButton
----------------------------------------------------------*/
.toggleButton a,
.toggleButton label
{
    border: 0 none;
    cursor: pointer;
    float: left;
    font-family: HelveticaNeueThin;
    font-size: 20px;
    height: 38px;
    line-height: 35px;
    margin: 0;
    text-align: center;
}


    .toggleButton label.selected
    {
        background-color: #00a3a3;
        color: #ffffff;
        padding: 0 15px;
    }

    .toggleButton a.unselected,
    .toggleButton label.unselected
    {
        background-color: #f0f0f1;
        color: #6d6e71;
        padding: 0 15px;
    }



/* page elements
----------------------------------------------------------*/
/* featured */
.featured
{
    background-color: #fff;
}

    .featured .content-wrapper
    {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2
    {
        color: #fff;
    }

    .featured p
    {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title
{
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2
    {
        display: inline;
    }

    hgroup.title h2
    {
        font-weight: normal;
        /* margin-left: 3px;*/
    }

/* features */
section.feature
{
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round
{
    list-style-type: none;
    padding-left: 0;
}

    ol.round li
    {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero
        {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one
        {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two
        {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three
        {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four
        {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five
        {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six
        {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven
        {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight
        {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine
        {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article
{
    float: left;
    width: 620px;
    min-height: 500px;
}

aside
{
    float: right;
    width: 315px;
}

    aside ul
    {
        list-style: none;
        padding: 0;
    }

        aside ul li
        {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label
{
    font-weight: 700;
}

/* news widget */
.newswidget
{
    display: block;
    list-style: none;
    padding: 0;
    margin-top: 0;
}

    .newswidget li
    {
        background: none repeat scroll 0 0 transparent;
        border-bottom: 1px solid #e2e2e3;
        border-top: 0 solid;
        display: block;
        font-size: 0.85em;
        list-style: none outside none;
        padding: 5px 2px 5px 2px;
    }

        .newswidget li:last-child
        {
            border-bottom: 0 none;
        }

        .newswidget li a
        {
            text-decoration: none;
            font-family: HelveticaNeueRegular;
            color: #000;
            font-size: 12px;
        }

        .newswidget li a:hover
        {
            color: #a30000;
            cursor: pointer;
        }

#divTwitter
{
    margin-top: 5px;
}

#divFacebook
{
    margin-top: 5px;
}

._4s7c
{
    border: 0 none !important;
}

#divFacebookContent
{
    background-color: white;
}

#divLinkedin
{
    margin-top: 10px;
}

/* news page */
.introductionNew
{
    text-align: justify;
}

.textNew
{
    text-align: justify;
}

.imageNew
{
    padding-bottom: 10px;
    padding-right: 10px;
    max-width: 300px;
}

/* login page */
#loginForm
{
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error
    {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul
    {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li
    {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input
    {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button
        {
            width: auto;
        }

#socialLoginForm
{
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2
    {
        margin-bottom: 5px;
    }

#socialLoginList button
{
    margin-bottom: 12px;
}

#logoutForm
{
    display: inline;
}

#config
{
    float: right;
    margin-right: 5px;
}

/* contact */
.contact h3
{
    font-size: 1.2em;
}

.contact p
{
    margin: 5px 0 0 10px;
}

.contact iframe
{
    border: 1px solid #6d6e71;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset
{
    margin-right: 0;
}

/* fieldset legend
    {
        display: none;
    }

    fieldset ol
    {
        padding: 0;
        list-style: none;
    }

        fieldset ol li
        {
            padding-bottom: 5px;
        }*/

input, textarea
{
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #6d6e71;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea
{
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus
    {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"]
{
    background: transparent;
    border: inherit;
    width: auto;
}

/*input[type="submit"],
input[type="button"],
button
{
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
}

    input[type="submit"]:hover,
    input[type="button"]:hover,
    button:hover
    {
        color: #6d6e71;
        background-color: #c7d1d6;
    }*/

td input[type="submit"],
td input[type="button"],
td button
{
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}


/* login partial */
#loginForm
{
    border-right: 0px;
    float: left;
    width: 100%;
}

    #loginForm input
    {
        width: 150px;
    }

.divloginpart
{
    position: relative;
    /* width: 250px;*/
}

#divloginpart1
{
    /*margin-top: -10px;
    width: 390px;
    bottom: 10px;
    position: absolute;
    right: 0;*/
    overflow: hidden;
}

#divloginpart2
{
    margin-top: 20px;
    float: right;
}

#divloginpart3
{
    float: right;
    height: 20px;
    font-family: HelveticaNeueRegular;
    font-size: 11px;
    margin-right: 35px;
    margin-top: 5px;
}

    #divloginpart3 a
    {
        text-decoration: none;
    }

.imgAccount, .infoAccount
{
    float: left;
    margin-top: 10px;
}

.infoAccount
{
    margin-left: 10px;
}

.imgAccount img
{
    height: 65px;
}

.labelloginhome
{
    display: inline;
    font-size: 1em;
    font-weight: 400;
    vertical-align: central;
    float: left;
    margin-top: 2px;
    margin-bottom: 10px;
}

#logoutUserLabel
{
    font-family: HelveticaNeueThin;
    color: #a30000;
    font-size: 18px;
}

.textboxloginhome, .passwordloginhome
{
    display: inline;
    font-weight: 300;
    width: 150px;
    height: 20px;
    margin-top: 0px;
    font-family: HelveticaNeueThin;
    font-size: 14px;
    float: left;
}

.passwordloginhome
{
    margin-right: 10px;
}

.textboxloginhome
{
    margin-right: 20px;
}

.buttonloginhome
{
    background: url("../Images/go.png") no-repeat 0 0;
    cursor: pointer;
    float: right;
    height: 30px;
    width: 30px;
}

    .buttonloginhome:hover
    {
        background: url("../Images/go.png") no-repeat 0 -30px;
    }

#logoutLink
{
    margin-right: 0 !important;
    margin-top: 0;
    font-family: FontAwesome !important;
}

.centres-info label
{
    font-family: itc_stone_sans_stdmedium;
    color: #000000;
    font-size: 13px !important;
    margin-bottom: 0;
    margin-top: 0;
    float: right;
}

    .centres-info label.lblIdioma
    {
        clear: right;
        font-style: normal;
        color: #a30000;
    }

.centres-info
{
    float: right;
    margin-bottom: 15px;
}

#seach
{
    border-bottom: 3px solid #E2E2E3;
    padding-bottom: 10px;
    margin-bottom: 20px;
}


    #seach input.tbxCercador
    {
        color: #6D6E71;
        font-family: HelveticaNeueThin;
        font-size: 24px;
        height: 30px;
        float: left;
        width: 250px;
        margin-top: 0;
    }

    #seach .btnCercador
    {
        color: #FFFFFF;
        float: right;
        font-size: 24px;
        width: 38px;
        background-color: #00a3a3;
        float: right;
        margin-top: 0;
        border: 0 none;
        border-bottom: 1px solid #00a3a3;
        font-family: FontAwesome;
        height: 42px;
    }

    #seach .filtres
    {
        background-color: #ffffff;
        border: 1px solid #e2e2e3;
        margin-top: 10px;
        padding: 20px;
        overflow: hidden;
    }

        #seach .filtres .title
        {
            font-family: itc_stone_sans_stdmedium;
            color: #00a3a3;
            font-size: 18px;
        }

    #seach .toggleButton
    {
        border: 1px solid #E2E2E3;
        float: left;
        margin-top: 15px;
        width: 100%;
    }

        #seach .toggleButton label
        {
            border: 0 none;
            cursor: pointer;
            float: left;
            font-family: HelveticaNeueThin;
            font-size: 20px;
            height: 38px;
            line-height: 35px;
            margin: 0;
            text-align: center;
        }

.SearchListActivity .k-input
{
    box-shadow: 0 0 0 0 #DDDDDD inset !important;
    font-family: HelveticaNeueThin !important;
    font-size: 18px !important;
    color: #6D6E71 !important;
}

.SearchList .k-input
{
    box-shadow: 0 0 0 0 #DDDDDD inset !important;
    font-family: HelveticaNeueThin !important;
    font-size: 14px !important;
    color: #6D6E71 !important;
}

.SearchListActivity .k-icon,
.SearchList .k-icon
{
    margin-top: 10px !important;
}

#AnysTitulacio-list.k-list-container,
#Titulacions-list.k-list-container,
#Centres-list.k-list-container,
#TipusActivitats-list.k-list-container
{
    font-family: HelveticaNeueThin !important;
    font-size: 18px !important;
    color: #6D6E71 !important;
}


#AnysTitulacio-list.k-list-container,
#Titulacions-list.k-list-container,
#Centres-list.k-list-container
{
    font-size: 14px !important;
}

/* info and errors */
.message-info
{
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error
{
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success
{
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error
{
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.activityDetailRight input.input-validation-error
{
    border: 1px solid red;
}

input.input-validation-error
{
    border: 1px solid #e2e2e3;
}

input[type="checkbox"].input-validation-error
{
    border: 0 none;
}


.registreHome .validation-summary-errors
{
    border: 0 none;
}

.validation-summary-errors
{
    /*color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;*/
    /*display:none;*/
    background-color: #ffffff;
    border: 1px solid #e2e2e3;
    font-size: 15px;
    overflow: hidden;
    padding: 10px;
    color: #a30000;
}

.validation-summary-valid
{
    display: none;
}

/* home
----------------------------------------------------------*/
.titlePublic
{
    overflow: hidden;
    margin-top: -20px;
}

.titleMain
{
    float: left;
    color: #a30000;
    font-family: itc_stone_sans_stdmedium;
    font-size: 24px;
    line-height: 50px;
}

.titleRegister
{
    float: right;
    font-family: HelveticaNeueThin;
    font-size: 16px;
    line-height: 50px;
}

.imageHome
{
    float: left;
    height: 380px;
    overflow: hidden;
}

    .imageHome img
    {
        width: 500px;
    }

.registreEmpresa
{
    width: 395px;
    float: right;
    background-color: #ffffff;
    border: 1px solid #e2e2e3;
    padding: 20px;
    margin-top: 30px;
}

.noticiesPortada
{
    float: left;
    margin-right: 20px;
    width: 480px;
    margin-top: 30px;
}

.registreHome
{
    width: 395px;
    float: right;
    background-color: #ffffff;
    border: 1px solid #e2e2e3;
    padding: 20px;
    min-height: 334px;
}

    .registreHome a#registerLink
    {
        text-decoration: none;
        display: block;
        margin-top: 10px;
    }

    .registreHome .infoNoAlumni
    {
        float: left;
        text-align: center;
        width: 230px;
    }

    .registreHome .btnRegistre
    {
        float: right;
    }

.labelTitleInfoRegister 
{
    font-family: HelveticaNeueThin;
    font-size: 30px;
    color: #000000;
}

.labelTitleInfoRegisterError 
{
    font-family: HelveticaNeueThin;
    font-size: 30px;
    color: #a30000;
}

.labelSubTitleInfoAuxRegister
{
    display:block;
    margin-top: 30px;
}

.labelSubTitleInfoRegister
{
    font-family: HelveticaNeueLTStd-Lt;
    font-size: 18px;
    color: #6d6e71;
}

    .labelSubTitleInfoRegister a,
    .labelSubTitleInfoRegister a:hover
    {
        color: #00a3a3;
    }

.imgInfoPublic
{
    margin-top: 10px;
    width: 150px;
}

.registerHeader
{
    margin: 0 auto;
    text-align: center;
}

#list-avantatges
{
    margin-bottom: 40px;
    margin-top: 30px;
    overflow: hidden;
}

    #list-avantatges li
    {
        color: #000000 !important;
        display: block !important;
        float: left;
        font-family: HelveticaNeueLTStd-Lt;
        font-size: 15px;
        margin-right: 14px;
        text-align: center;
        width: 21%;
        text-decoration: none !important;
    }

    #list-avantatges li a.textIcones
    {
        color: #000000;
        text-decoration: none;
    }

    #list-avantatges li a.textIcones:hover
    {
        color: #a30000;
        cursor: pointer;
    }

a.btnRegistre
{
    background: url("../Images/go.png") no-repeat scroll 100% 6px / 30px auto rgba(0, 0, 0, 0);
    color: #00A3A3;
    font-family: HelveticaNeueThin;
    font-size: 30px;
    padding-right: 40px;
    text-decoration: none;
    float: right;
    height: 36px;
}

    a.btnRegistre:hover
    {
        background: url("../Images/go-active.png") no-repeat scroll 100% 6px / 30px auto rgba(0, 0, 0, 0);
    }

a.btnRed
{
    background-color: #a30000 !important;
    color: #FFFFFF !important;
    font-family: HelveticaNeueThin;
    font-size: 18px;
    padding: 5px 10px;
    text-decoration: none;
    width: auto;
}

a.greenButton, input[type="submit"].greenButton,
input[type="button"].greenButton,
.btnLink-message
{
    background-color: #00A3A3 !important;
    color: #FFFFFF !important;
    font-family: HelveticaNeueThin;
    font-size: 18px;
    padding: 5px 10px;
    text-decoration: none;
    width: auto;
    cursor: pointer;
}

input[type="submit"].greenButton
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    height: 35px;
    margin-left: 10px;
    margin-top: 0;
    padding: 0 10px;
}

.tbxHome
{
    color: #6D6E71;
    font-family: HelveticaNeueThin;
    font-size: 24px;
    height: 30px;
    width: 383px;
}

.lblHome
{
    font-family: itc_stone_sans_stdmedium;
    font-size: 18px;
    color: #00a3a3;
    float: left;
    line-height: 30px;
    margin-top: 5px;
    padding: 5px 0;
}

.lblDNI
{
    width: 142px;
}

.tbxDNI
{
    width: 130px;
    text-align: center;
    float: left;
}

.lletra
{
    width: 30px;
    text-align: center;
    float: right;
}

.lblLletra
{
    float: left;
    width: 64px;
    color: #6d6e71;
    font-family: HelveticaNeueThin;
    font-size: 24px;
    text-align: center;
    margin-top: 5px;
    padding: 5px 0;
}

.tbxDataNaix
{
    float: right;
}

.tbxHome #DataNaixement
{
    font-family: HelveticaNeueThin;
    font-size: 24px;
    height: 30px;
    padding: 5px 6px;
    color: #6d6e71;
}

.tbxDataNaix span
{
    border: 0 none !important;
    margin-top: 3px;
}

.tbxDataNaix .input-kendo-month
{
    width: 130px !important;
    padding: 5px 6px !important;
}

input.btnRegistre
{
    background-color: #00a3a3;
    color: #ffffff;
    font-family: HelveticaNeueThin;
    font-size: 30px;
    margin-top: 18px;
    width: 395px;
    cursor: pointer;
}

.select-idioma-registre
{
    float: right;
    border-left: 1px solid #e2e2e3 !important;
    border-right: 1px solid #e2e2e3 !important;
}

    .select-idioma-registre .k-dropdown-wrap
    {
        border: 0 none;
    }

    .select-idioma-registre span.k-input
    {
        margin-left: 5px;
        font-family: HelveticaNeueThin;
        font-size: 24px;
    }

    .select-idioma-registre span.k-select
    {
        margin-right: 5px;
        margin-top: 12px;
    }

    .select-idioma-registre .k-dropdown-wrap
    {
        padding: 2px 22px 0 2px;
    }

#llistaIdiomesRegistre_listbox .k-item
{
    font-family: HelveticaNeueThin;
    font-size: 24px;
    line-height: 30px !important;
}

/* tables
----------------------------------------------------------*/
table
{
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th
{
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a
    {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover
        {
            color: #6d6e71;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover
        {
            color: #000;
        }

    th.asc a, th.desc a
    {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after
        {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after
        {
            content: '▲';
        }

        th.desc a:after
        {
            content: '▼';
        }

td
{
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td
{
    padding: 0 0.25em 0 0;
}

.clear
{
    clear: both;
}

/* Botons vermells amb fletxa esquerra*/
button.btnRedLeft,
a.btnRedLeft
{
    background: url("../Images/red-back.png") no-repeat scroll 0 0 / 30px auto rgba(0, 0, 0, 0);
    color: #A30000;
    display: block;
    font-family: HelveticaNeueThin;
    font-size: 20px;
    height: 30px;
    padding-left: 40px;
    text-decoration: none;
}

    button.btnRedLeft:hover,
    a.btnRedLeft:hover
    {
        background: url("../Images/red-back.png") no-repeat 0 -30px;
    }


/* Botons vermells amb fletxa esquerra*/
a.btnRedRight
{
    background: url("../Images/red-go.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #A30000;
    display: block;
    float: right;
    height: 25px;
    width: 25px;
}

    a.btnRedRight:hover
    {
        background: url("../Images/red-go.png") no-repeat 0 -25px;
    }
/*botons del formulari*/
.btnLink
{
    background-color: #D3DCE0;
    border: 1px solid #787878;
    font-weight: bold;
    padding: 3px 7px !important;
    text-decoration: none;
    font-size: 12px;
    color: #6d6e716d6e71;
}

    .btnLink:hover
    {
        color: #6d6e716d6e71;
        background-color: #C7D1D6;
    }

.btnWindow
{
    display: block;
    font-size: 17px;
    margin-right: 10px;
    width: 50px;
    text-align: center;
}

.btnImprimir
{
    display: block;
    font-size: 17px;
    margin: 15px auto 0;
    text-align: center;
    width: 90px;
}

.buttonsCenter ul li
{
    float: left;
    position: relative;
}

.buttonsCenter ul
{
    left: 50%;
    list-style: none outside none;
    overflow: hidden;
    padding-left: 0;
    position: relative;
}

.buttonsCenter
{
    float: right;
    position: relative;
    left: -50%;
    text-align: left;
}


.label-error
{
    color: #ff0000;
    display: block;
    margin-left: 10px;
    /*padding-top: 10px;*/
    clear: both;
    font-weight: 500;
}


.withoutBorder
{
    border: 0 none !important;
}
/* ie8 i ie7
----------------------------------------------------------*/
.ie8 body,
.ie7 body
{
    font-size: 12.5px !important;
    font-family: "Arial, Helvetica Neue, Helvetica, sans-serif";
}

.ie7 body
{
    font-size: 13.6px !important;
}

.ie8 .featured + .main-content
{
    background: url("../Images/heroAccent.png") no-repeat scroll 0 0 #f0f0f1;
    padding-top: 30px;
}

.ie8 .newswidget,
.ie7 .newswidget
{
    margin-left: 0;
    padding-left: 0;
}

.ie8 ol.round,
.ie7 ol.round
{
    margin-left: 0;
    padding-left: 0;
}

.ie8 ul#publicMenu
{
    width: 1050px;
}

    .ie8 ul#publicMenu li
    {
        float: left;
        margin-bottom: 10px;
        font-size: 12px !important;
    }

.ie8 a.site-logo
{
    background: url("../Images/AlumniLogo.png") no-repeat scroll left top / 600px 90px transparent;
    display: block;
    height: 90px;
    text-indent: -9999px;
    width: 600px;
}

.ie8 .featured p,
.ie7 .featured p
{
    font-size: 14.9px;
}

.ie8 .labelloginhome
{
    margin-top: 2px;
    margin-bottom: 0px;
    padding-top: 5px;
}

.ie7 .featured + .main-content
{
    background: url("../Images/heroAccent.png") no-repeat scroll 0 0 #f0f0f1;
    padding-top: 50px;
}

.ie7 ul#menu,
.ie7 ul#publicMenu
{
    width: 1000px;
}

    .ie7 ul#menu li
    {
        float: left;
    }

    .ie7 ul#publicMenu li
    {
        font-size: 12px;
        float: left;
    }

.ie7 a.site-logo
{
    background: url("../Images/AlumniLogo.png") no-repeat scroll left top / 700px 100px transparent;
    display: block;
    height: 100px;
    text-indent: -9999px;
    width: 700px;
}

.ie7 .form-login
{
    overflow: hidden;
    padding-top: 5px;
}

.ie7 .buttonloginhome
{
    margin-top: 0 !important;
    margin-right: 0 !important;
}

.ie7 .overflow
{
    overflow: hidden;
}

.ie7 #divloginpart3
{
    margin-top: 10px;
}

.ie7 .menu-lateral
{
    margin-top: -15px;
}

.ie7 #lblIdioma
{
    float: none;
}

.noticies h5
{
    color: #6d6e716d6e71;
}


#login ul.idioma
{
    float: right;
    margin-right: -5px;
    margin-top: 10px;
}

    #login ul.idioma li
    {
        border-left: 1px solid #C5C5C5;
        display: inline;
        list-style: none outside none;
        padding-left: 5px;
        padding-right: 5px;
        float: left;
    }

        #login ul.idioma li:first-child
        {
            border-left: none;
        }

        #login ul.idioma li a
        {
            text-decoration: none;
            font-style: normal;
        }

.wrapperContactaContent
{
   height:825px;
}

.wrapperContacta
{
    width: 32%;
    background-color: #ffffff;
    border: 1px solid #e2e2e3;
    float:left;
    margin-right: 15px;
}

.wrapperContactaRight
{
    width: 32%;
    background-color: #ffffff;
    border: 1px solid #e2e2e3;
    float:right;
}

    .wrapperContactaRight h3,
    .wrapperContacta h3
    {
        color: #a30000;
        margin: 20px 10px;
        font-size: 13px;
        display: block;
        font-family: HelveticaNeueRegular;
    }

    .wrapperContactaRight .title,
    .wrapperContacta .title
    {
        border-bottom: 1px solid #e2e2e3;
        min-height:54px;
    }

    .wrapperContactaRight .contactaDades,
    .wrapperContacta .contactaDades
    {
        margin: 20px 10px;
        font-size: 12px;
        color: #000000;
        font-family:HelveticaNeueLight;
    }

.contactaDades 
{
    height: 210px;
}

.contactaDades .bold
{
    color: #000000;
    font-weight: bold;
    font-family:itc_stone_sans_stdmedium;
     font-size: 11px;
}

.wrapperContactaRight .contactaDades a,
.wrapperContacta .contactaDades a
{
    text-decoration: none;
    color: #000000;
}

    .wrapperContactaRight .contactaDades a:hover,
    .wrapperContacta .contactaDades a:hover
    {
        color: #a30000;
    }

.avisLegalContent,
.politicaContent
{
    margin-top: 50px;
    margin-bottom: 20px;
}

.contactaXarxesSocials
{
    margin-left: auto;
    margin-right: auto;
    background-color: darkgrey;
}

/********************
*   Mobile Styles   *
********************/
/*@media only screen and (max-width: 850px) {

     header
    ----------------------------------------------------------
    header .float-left,
    header .float-right {
        float: none;
    }

     logo 
    header .site-title {
        margin: 10px;
        text-align: center;
    }

     login 
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #6d6e71;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #6d6e71;
        }

     menu 
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


     main layout
    ----------------------------------------------------------
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

     page content 
    article, aside {
        float: none;
        width: 100%;
    }

     ordered list 
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

      features 
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #6d6e71;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

     forms 
    input {
        width: 90%;
    }

     login page 
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    */
footer .left
{
    float: left;
}

footer .right
{
    float: right;
}

footer
{
    height: auto;
    padding: 30px 0;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
}

    footer p
    {
        margin: 0;
    }

    footer .right a
    {
        text-decoration: none;
        margin-left: 20px;
        float: left;
    }

        footer .right a.icon
        {
            float: left;
            font-family: FontAwesome;
            font-size: 20px;
            line-height: 20px;
            padding-right: 10px;
        }

/*Lista d'activitats kendo UI*/
#ActivityList
{
    border: 0 none;
    background-color: transparent;
}

    #ActivityList .activity
    {
        clear: both;
        overflow: hidden;
        border: 2px solid #e2e2e3;
        background-color: #ffffff;
        margin-bottom: 20px;
        position: relative;
        min-height: 140px;
    }

    /*Camps de l'activitat*/

    /* Data de l'activitat*/
    #ActivityList .activity-date
    {
        width: 145px;
        float:left;
       /* position: absolute;
        left: 0;
        height: 100%;*/
        font-family: HelveticaNeueThin;
        text-align: center;
        padding-top: 20px;
    }

        #ActivityList .activity-date span.day,
        .activityDetailRight .detailDates span.day
        {
            font-size: 24px;
            color: #000000;
            line-height: 20px;
        }

        #ActivityList .activity-date span.monthYear,
        .activityDetailRight .detailDates span.monthYear
        {
            font-size: 12px;
            color: #000000;
            font-family: itc_stone_sans_stdmedium;
            text-transform: capitalize;
        }

        #ActivityList .activity-date span.hour,
        .activityDetailRight .detailDates span.hour
        {
            color: #000000;
            display: block;
            font-size: 14px;
            margin-top: 5px;
        }

        #ActivityList .activity-date span.type,
        .activityDetailRight .detailDates span.type
        {
            color: #000000;
            display: block;
            font-size: 14px;
            margin: 5px 0 10px;
            text-transform: uppercase;
        }


    /* Detalls de l'activitat */
    #ActivityList .activity-detail
    {
        border-left: 1px solid #E2E2E3;
        border-right: 1px solid #E2E2E3;
        float: left;
        height: 100%;
        min-height: 120px;
        /*left: 145px;*/
        padding: 10px;
        /*position: absolute;*/
        width: 340px;
    }

        #ActivityList .activity-detail .titol
        {
            font-size: 15px;
            font-family: itc_stone_sans_stdmedium;
            margin-bottom: 10px;
        }

            #ActivityList .activity-detail .titol a
            {
                text-decoration: none;
            }

                #ActivityList .activity-detail .titol a:hover
                {
                    text-decoration: underline;
                }

        #ActivityList .activity-detail .leftcolumn
        {
            float: left;
            width: 100px;
            font-size: 12px;
            font-family: itc_stone_sans_stdmedium;
            color: #6d6e71;
            line-height: 15px;
            margin-bottom: 5px;
        }

        #ActivityList .activity-detail .rightColumn
        {
            float: left;
            font-size: 12px;
            color: #000000;
            line-height: 15px;
            width: 240px;
            letter-spacing: 0.5px;
        }

    /* Preu de l'activitat*/
    #ActivityList .activity-price
    {
        height: 100%;
        position: absolute;
        right: 0;
        text-align: center;
        width: 109px;
    }

        #ActivityList .activity-price span.free,
        .activityDetailRight .detailPrices span.free
        {
            color: #6D6E71;
            display: block;
            font-family: HelveticaNeueThin;
            font-size: 14px;
            line-height: 24px;
            margin: 20px 10px;
        }

        #ActivityList .activity-price span.exclusive,
        .activityDetailRight .detailPrices span.exclusive
        {
            color: #6D6E71;
            display: block;
            font-family: HelveticaNeueThin;
            font-size: 14px;
            margin: 10px;
        }

        #ActivityList .activity-price .register-alumni,
        .activityDetailRight .detailPrices .register-alumni
        {
            bottom: 0;
            position: absolute;
            width: 100%;
        }

        #ActivityList .activity-price .lastPlaces,
        .activityDetailRight .detailPrices .lastPlaces
        {
            background-color: #f9ef69;
            height: 20px;
            color: #000000;
        }

        #ActivityList .activity-price a.button-list-activities,
        .activityDetailRight .detailPrices a.button-list-activities
        {
            background-color: #00a3a3;
            color: #ffffff;
            font-family: HelveticaNeueThin;
            font-size: 18px;
            text-decoration: none;
            padding: 5px 0;
            width: 100%;
            display: block;
        }

        #ActivityList .activity-price span.message-login,
        .activityDetailRight .detailPrices span.message-login
        {
            color: #a30000;
            font-family: HelveticaNeueThin;
            font-size: 14px;
        }

        #ActivityList .activity-price span.priceAlumni,
        .activityDetailRight .detailPrices span.priceAlumni
        {
            color: #000000;
            display: block;
            font-family: HelveticaNeueThin;
            font-size: 24px;
            line-height: 20px;
            margin-top: 10px;
        }

        #ActivityList .activity-price span.InfoPriceAlmunmi,
        .activityDetailRight .detailPrices span.InfoPriceAlmunmi
        {
            color: #000000;
            display: block;
            font-family: itc_stone_sans_stdmedium;
            font-size: 14px;
        }

        #ActivityList .activity-price span.priceGeneral,
        .activityDetailRight .detailPrices span.priceGeneral
        {
            color: #6d6e71;
            display: block;
            font-family: HelveticaNeueThin;
            font-size: 14px;
            margin-top: 5px;
        }

        #ActivityList .activity-price span.InfoPriceGeneral,
        .activityDetailRight .detailPrices span.InfoPriceGeneral
        {
            color: #6d6e71;
            display: block;
            font-family: itc_stone_sans_stdmedium;
            font-size: 12px;
        }

#ListEmpty
{
    background-color: white;
    font-size: 15px;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #C5C5C5;
}

a.btnLeftActivitites
{
    background-color: #00A3A3;
    display: block;
    font-family: HelveticaNeueThin;
    font-size: 20px;
    margin-top: 20px;
    padding: 10px 0;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
   cursor:pointer;
}

    a.btnLeftActivitites:hover
    {
        text-decoration: underline;
    }

a.btnLeftBigActivitites,
input.btnLeftBigActivitites
{
    background-color: #00A3A3;
    display: block;
    font-family: HelveticaNeueThin;
    font-size: 30px;
    padding: 5px 0;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 0;
    margin-top: 0;
    cursor: pointer;
}

    a.btnLeftBigActivitites:hover,
    input.btnLeftBigActivitites:hover
    {
        text-decoration: underline;
    }


/*Camps destacats (Vermell i negreta)*/
.bold
{
    font-weight: bold;
    color: #a30000;
}

/*Cercador d'activitats*/

            #seach .toggleButton label#lblTots
            {
                width: 70px;
                 padding: 0 0;
            }

            #seach .toggleButton label#lblMeus
            {
                width: 188px;
                padding: 0 0;
            }

            #seach .toggleButton label.selected
            {
                background-color: #00a3a3;
                color: #ffffff;
            }

            #seach .toggleButton label.unselected
            {
                background-color: #f0f0f1;
                color: #6d6e71;
            }


.no-activitats
{
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    padding: 10px;
}

/*Detalls de l'activitat*/
.left-content-modal .activityDetail
{
    border: 0 none;
}

.newDetail .title span.introduccio
{
    font-weight: bold;
    display: block;
    font-size: 12px;
    font-family: itc_stone_sans_stdmedium;
    margin-top: 10px;
}

.newDetail,
.activityDetail
{
    clear: both;
    overflow: hidden;
    border: 1px solid #e2e2e3;
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 30px 0;
}
    .newDetail .title,
    .activityDetail .title
    {
        font-size: 18px;
        font-family: itc_stone_sans_stdmedium;
        margin-bottom: 10px;
        padding: 0 20px 20px;
        border-bottom: 1px solid #e2e2e3;
    }


    .activityDetail .activity-subtitle
    {
        color: #000000;
        display: block;
        font-family: itc_stone_sans_stdmedium;
        font-size: 12px;
        margin-bottom: 20px;
        padding-top: 10px;
    }

    .activityDetail .leftcolumn
    {
        color: #6D6E71;
        float: left;
        font-family: itc_stone_sans_stdmedium;
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 5px;
        width: 100px;
        margin-left: 10px;
        letter-spacing:0.5px;
    }

    .activityDetail .rightColumn
    {
        color: #000000;
        float: left;
        font-size: 12px;
        line-height: 15px;
        width: 240px;
    }

    .newDetail .cos,
    .activityDetail .cos
    {
        color: #000000;
       /* font-family: HelveticaNeueThin;*/
        font-size: 14px;
        padding: 10px 20px;
        /*letter-spacing: 1px;*/
    }

.right-content-modal .activityDetailRight
{
    border: 0 none;
}

.activityDetailRight
{
    border: 1px solid #e2e2e3;
    background-color: #ffffff;
    overflow: hidden;
}

    .activityDetailRight .foto img
    {
        width: 100%;
    }

    .activityDetailRight .foto span
    {
        border-bottom: 1px solid #E2E2E3;
        color: #6D6E71;
        display: block;
        font-family: itc_stone_sans_stdmedium;
        font-size: 12px;
        padding-bottom: 10px;
        padding-left: 20px;
    }

    .activityDetailRight .detailDates
    {
        width: 50%;
        float: left;
        text-align: center;
        border-right: 1px solid #e2e2e3;
        font-family: HelveticaNeueThin;
        padding-top: 20px;
    }

    .activityDetailRight .detailPrices
    {
        font-family: HelveticaNeueThin;
        padding-top: 10px;
        width: 49%;
        float: right;
        text-align: center;
    }

    .activityDetailRight .details
    {
        border-bottom: 1px solid #e2e2e3;
        overflow: hidden;
    }

    .activityDetailRight .inscripcio-form
    {
        padding: 20px;
    }

    .activityDetailRight .lastPlaces
    {
        background-color: #f9ef69;
        color: #000000;
        font-size: 18px;
        height: 30px;
        line-height: 30px;
        padding-left: 20px;
    }

    .activityDetailRight .inscrit
    {
        border-top: 1px solid #E2E2E3;
        font-size: 24px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    .activityDetailRight .tbxHome
    {
        width: 245px;
    }

    .activityDetailRight .lblNameHome
    {
        float: left;
        color: #a30000;
        font-family: HelveticaNeueThin;
        font-size: 20px;
    }

    .activityDetailRight .numericBox
    {
        height: 30px;
        border: 1px solid #e2e2e3;
        color: #6D6E71;
        font-family: HelveticaNeueThin;
        font-size: 24px;
        float: right;
    }

        .activityDetailRight .numericBox input
        {
            padding-bottom: 0;
        }

        .activityDetailRight .numericBox span
        {
            border: 0 none;
        }

            .activityDetailRight .numericBox span.k-select
            {
                margin-top: 7px;
            }

    .activityDetailRight .dllFormRight
    {
        margin-top: 5px;
        overflow: hidden;
    }

/*Finestres modals d'inscripció a la activitat*/
#windowinscripcio,
#windowImprimir
{
    padding-bottom: 20px !important;
}

    #windowinscripcio h4,
    #windowImprimir h4
    {
        font-weight: 600;
        font-size: 17px;
        margin-top: 5px;
    }

    #windowImprimir h6
    {
        color: #a30000;
        font-weight: 600;
        margin-top: 5px;
        margin-bottom: 20px;
    }

    #windowImprimir h7
    {
        color: #6d6e71;
        font-weight: 600;
        margin-bottom: 10px;
        display: block;
    }

    #windowImprimir hr
    {
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #e2e2e3;
        width: 95%;
        padding: 0;
    }

    #windowImprimir h2,
    #windowImprimir img.logo
    {
        display: none;
    }

    .InfoAlumne
    {
        margin: 20px auto 0;
        padding: 10px 10px;
        text-align: center;
        width: 50%;
        font-size: 16px;
        overflow: hidden;
    }

       .InfoAlumne .leftcolumn
        {
            margin-right: 15px;
            text-align: right;
            float: left;
            color: #00a3a3;
            width: 150px;
        }


        .InfoAlumne .rightColumn
        {
            float: left;
            text-align: left;
        }

#btnTornar
{
    font-size: 11px;
    position: absolute;
    right: 0;
    display: none;
    top: 0;
}

.numericAcompa
{
    margin-left: 10px;
    width: 60px !important;
}

.k-numerictextbox .k-input
{
    width: 100% !important;
}

#preuTotal
{
    color: #2E2E2E;
    font-size: 17px;
}

/***********************  Activity ie  *****************************/
.ie7 .leftcolumn,
.ie8 .leftcolumn,
.ie7 #windowImprimir .info .leftcolumn,
.ie7 .detail-Activity .info .leftcolumn,
.ie8 #windowImprimir .info .leftcolumn,
.ie8 .detail-Activity .info .leftcolumn
{
    width: 120px;
}

.ie7 #ActivityList .activitat-boto
{
    text-align: right;
    margin-top: 12px;
    float: none;
}

.ie7 #activitat-cercador-text .btnSearch
{
    margin-bottom: 10px;
}

.ie8 #activitat-cercador-text button.btnSearch
{
    float: right;
    margin-top: 5px;
}

.ie8 #activitat-cercador input[type="radio"],
.ie7 #activitat-cercador input[type="radio"]
{
    background-color: transparent;
    border: 0 none;
}

.ie7 #activitat-cercador .radioTxt,
.ie8 #activitat-cercador .radioTxt
{
    margin-top: 10px;
    font-size: 10px;
}

.ie7 #activitat-cercador-text,
.ie8 #activitat-cercador-text
{
    margin-top: 5px;
}


.ie8 #activitat-cercador
{
    margin-top: 5px;
}

.ie7 #activitat-cercador
{
    margin-top: 8px;
}

.ie7 #activitat-cercador
{
    width: 72%;
}

.ie7 .overflow
{
    overflow: visible !important;
}

#calendari
{
    background-color: #FFFFFF;
    color: #2E2E2E;
    font-size: 12px;
    width: 100%;
    font-family: HelveticaNeueLTStd-Lt;
    border: 1px solid #E2E2E3;
    margin-top: 0px;
}

    /* Estil dels dies seleccionats */
    #calendari td.event a.fpcee
    {
        font-weight: bold;
    }

    #calendari td.event a.fcs
    {
        font-weight: bold;
    }

    #calendari td.event a.fcc
    {
        font-weight: bold;
    }

    #calendari td.event a.sg
    {
        font-weight: bold;
    }

    #calendari td.event a.varis
    {
        color: #a30000;
        font-weight: bold;
    }

    #calendari td.today
    {
        background-color: #e2e2e3;
    }

        #calendari td.today a
        {
            color: #FFFFFF !important;
        }

        #calendari td.event:hover,
        #calendari td.today:hover,
        #calendari td.selected
        {
            background-color: #e2e2e3;
        }



    /* Estil del peu del calendari */
    #calendari td.footer
    {
        background-color: #D3DCE0;
        padding: 10px 0;
        text-align: center;
    }

    /* Estil de la capçalera del calendari */
    #calendari th
    {
        border-bottom: 3px solid #E2E2E3;
        border-top: 1px solid #E2E2E3;
        cursor: default;
        font-family: itc_stone_sans_stdmedium;
        font-size: 12px;
        font-weight: normal;
        padding: 0.4em 0.45em 0.4em 0.1em;
        text-align: center;
        text-transform: uppercase;
    }

        #calendari th.first
        {
            border-left: 1px solid #E2E2E3;
        }

        #calendari th.last
        {
            border-right: 1px solid #E2E2E3;
        }

    #calendari .header
    {
        background-color: #E2E2E3;
        font-size: 18px;
        line-height: 35px;
        position: relative;
        text-align: center;
        text-transform: capitalize;
    }

        #calendari .header a, #calendari .header span
        {
            padding: 0;
            display: inline;
        }

    /* Estil de les celdes amb els dies del mes actual del calendari*/
    #calendari td
    {
        text-align: center;
        padding: 0;
    }

        #calendari td span,
        #calendari td a
        {
            display: block;
            line-height: 22px;
            min-height: 22px;
            overflow: hidden;
            padding: 0 0.45em 0 0.1em;
            color: #000000;
        }

        #calendari td a
        {
            text-decoration: none;
        }

        /* Estil de les celdes amb els dies d'altres mesos del calendari*/
        #calendari td.otherMonth span
        {
            color: #D3DCE0;
        }

    /* Fletxa de mes anterior*/
    #calendari .nav-prev
    {
        width: 20px;
        padding: 5px 10px;
        float: left;
        background-color: #FFFFFF;
    }

        #calendari .nav-prev a
        {
            margin: 3px 3px 4px;
            background: url("../Images/arrow_left.png") no-repeat 50% 50% transparent;
            color: transparent;
            width: 10px;
            font-size: 0px;
            display: block;
        }

    /* Fletxa de mes seguent*/
    #calendari .nav-next
    {
        width: 20px;
        padding: 5px 10px;
        float: right;
        background-color: #FFFFFF;
    }

        #calendari .nav-next a
        {
            margin: 3px 3px 4px;
            background: url("../Images/arrow_right.png") no-repeat 50% 50% transparent;
            color: transparent;
            width: 7px;
            font-size: 0px;
            display: block;
        }

    #calendari .month
    {
        float: left;
        text-transform: capitalize;
        width: 82%;
        background-color: #e2e2e3;
    }

/* Estil del hover dels dies seleccionats per Explorer*/
.ie7 #calendari td.event:hover,
.ie7 #calendari td.today:hover,
.ie8 #calendari td.event:hover,
.ie8 #calendari td.today:hover,
.ie9 #calendari td.event:hover,
.ie9 #calendari td.today:hover
{
    background-color: #cbc5c2;
}

/*Llegenda del calendari*/
#calendariLlegenda
{
    border-bottom: 3px solid #E2E2E3;
    margin-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;

}

    #calendariLlegenda ul
    {
        list-style-type: none;
        float: left;
        padding:0 0 0 5px;
    }

        #calendariLlegenda ul li
        {
            float: left;
            margin-right: 17px;
            padding: 0;
            line-height: 15px;
        }

            #calendariLlegenda ul li.sg
            {
                background: url("../Images/li-sg.png") no-repeat 0 0 transparent;
            }

            #calendariLlegenda ul li.fcs
            {
                background: url("../Images/li-fcs.png") no-repeat 0 0 transparent;
            }

            #calendariLlegenda ul li.fcc
            {
                background: url("../Images/li-fcc.png") no-repeat 0 0 transparent;
            }

            #calendariLlegenda ul li.fpcee
            {
                background: url("../Images/li-fpcee.png") no-repeat 0 0 transparent;
            }

    #calendariLlegenda li div
    {
        color: #000000;
        padding-left: 20px;
        font-size: 12px;
        font-family: itc_stone_sans_stdmedium;
    }

.ie7 #calendari .month,
.ie8 #calendari .month
{
    width: 80%;
}

.contactData,
.professionalData,
#personalData
{
    border-bottom: 1px solid #E2E2E3;
}

#privateProfile h2
{
    font-family: itc_stone_sans_stdmedium;
    color: #a30000;
    font-size: 20px;
    padding-left: 10px;
}

    #privateProfile h2.paraulaClau
    {
        font-family: itc_stone_sans_stdmedium;
        color: #a30000;
        font-size: 20px;
        padding-left: 0;
        width: 148px;
    }

.left-content h2.paraulaClau
{
    padding-left: 0;
    margin-left: 0;
}

#publicprofile h2
{
    font-weight: normal;
}

.PublicProfile
{
    background-color: #FFFFFF;
    border: 1px solid #E2E2E3;
    color: #000000;
    font-family: HelveticaNeueThin;
    font-size: 20px;
    line-height: 38px;
    margin-bottom: 20px;
    padding: 0 0 0 10px;
}

    .PublicProfile .icon
    {
        color: #00a3a3;
    }

    .PublicProfile .profileBtnGreen
    {
        background-color: #00A3A3;
        margin-left: 30px;
        padding-left: 10px;
        overflow: hidden;
    }

    .PublicProfile a
    {
        color: #FFFFFF;
        display: block;
        float: left;
        font-family: HelveticaNeueThin;
        font-size: 20px;
        line-height: 38px;
        text-decoration: none;
        width: 90%;
    }

    .PublicProfile .icon.white
    {
        color: #ffffff;
        float: right;
    }

/* toggle button style, styled for initial state (off) */
a.btn-toggle
{
    margin: 0;
    padding: 0;
    display: block;
    background: url(../Images/base.png) -57px 0px no-repeat transparent;
    width: 98px;
    height: 41px;
}

    /* toggle button active state (on) */
    a.btn-toggle.active
    {
        background-position: -7px 0px;
    }

    /* hide the underlying input checkbox of the toggle button */
    a.btn-toggle input
    {
        display: none;
    }

.check
{
    float: left;
    margin: 10px;
}

    .check span.bold
    {
        color: #6d6e71;
    }

.profile .nomProfile
{
    color: #000000;
    font-family: HelveticaNeueThin;
    font-size: 20px;
}

.profile .sobrenomPerfil
{
    color: #6D6E71;
    font-family: HelveticaNeueThin;
    font-size: 16px;
    font-style: italic;
}

.profile .label
{
    display: block;
    float: left;
    font-weight: normal;
    width: 150px;
    font-family: itc_stone_sans_stdmedium;
    font-size: 12px;
}

.profile .label-facebook
{
    display: block;
    float: left;
    width: 120px;
    background: url("../Images/fb-logo.png") no-repeat scroll 0 0 transparent;
    padding-left: 20px;
}

.profile-fila-form-inline input[type="text"]
{
    width: 140px !important;
}


.profile-fila-form-inline label
{
    width: 50px !important;
}

.profile-fila-form-inline label,
#formProfile .label-fila-form,
#formProfile label,
#formProfile .label-linkedin,
#formProfile .label-twitter,
#formProfile .label-facebook
{
    margin-top: 5px !important;
    font-weight: normal !important;
    font-size: 12px !important;
    font-family: itc_stone_sans_stdmedium;
}

#formProfile .k-picker-wrap
/*#formProfile .k-state-default*/
{
    border: 0 none !important;
}

#formProfile .k-numerictextbox
{
    border: 1px solid #e2e2e3;
}

    #formProfile .k-numerictextbox .k-numeric-wrap
    {
        border: 0 none;
    }

#formProfile .k-datepicker .input-kendo-month
{
    height: 28px;
}

#formProfile .k-datepicker .k-i-calendar
{
    margin-top: 5px;
}

.profile .label-linkedin
{
    display: block;
    float: left;
    width: 120px;
    background: url("../Images/linkedin-logo.png") no-repeat scroll 0 0 transparent;
    padding-left: 20px;
}

.profile .label-twitter
{
    display: block;
    float: left;
    width: 120px;
    background: url("../Images/twitter-logo.jpg") no-repeat scroll 0 0 transparent;
    padding-left: 20px;
}

.profile .label-fila-form
{
    font-weight: normal;
    line-height: 24px;
}

.profile .label-input
{
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
}

.profile
{
    /*clear: both;
    margin: 10px;
    overflow: hidden;*/
    clear: both;
    margin: 5px 10px;
    overflow: hidden;
    position: relative;
}

#publicprofile .profile
{
    min-height: 0 !important;
}

.profile-words
{
    clear: both;
    margin: 10px 10px 10px 0;
    overflow: hidden;
}

.profileRight
{
    float: left;
    margin-top: 1px;
}

.profileLeft
{
    float: left;
    /*margin-top: 4px;*/
    width: 300px;
}

a.profile-email
{
    font-size: 12px;
    font-family: HelveticaNeueLTStd-Lt;
    color: #000000 !important;
    text-decoration: none;
}

    a.profile-email:hover
    {
        text-decoration: underline;
    }

a.blanquerna
{
    color: #a30000 !important;
}

.profileRight input[type="checkbox"]
{
    margin-top: 0;
}

.profile-block
{
    margin-left: 10px;
    border-top: 1px solid #6d6e71;
    padding: 10px 0;
    margin-right: 20px;
    overflow: hidden;
    margin-right: 10px;
}

    .profile-block .profile
    {
        margin-right: 0px;
    }


section.profile ul
{
    margin: 5px 0 0;
    padding: 0;
}

li.profile-block:first-child
{
    border-top: 0 none;
}

.profile-fila-right
{
    float: right;
}

.profile-fila
{
    /*overflow: hidden;*/
    margin: 5px 10px;
}

.profile-fila-form-inline
{
    margin: 24px 20px 0 0;
    position: relative;
}

.profile-fila .label
{
    margin-left: -10px;
}

.paraula
{
    border-radius: 3px 3px 3px 3px;
    float: left;
    line-height: 24px;
    background-color: #F0F0F0;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    color: #6d6e71;
    font-size: 13px;
    font-weight: normal;
    padding: 0 13px;
    margin-left: 10px;
    margin-top: 10px;
}

section.profile
{
    background-color: #ffffff;
    padding: 10px;
    margin-top: 10px;
    overflow: hidden;
}

    section.profile h3
    {
        color: #A30000;
        float: left;
        font-family: itc_stone_sans_stdmedium;
        font-size: 15px;
        font-weight: normal;
        margin-top: 5px;
        width: 150px;
    }

    section.profile h4
    {
        color: #6d6e71;
        /*font-family: HelveticaNeueThin;
        font-size: 13px;*/
        font-family: itc_stone_sans_stdmedium;
        font-size: 12px;
        font-weight: normal;
        margin-top: 5px;
        width: 150px;
        clear: both;
    }

    section.profile p
    {
        margin-left: 10px;
    }


    section.profile input[type="checkbox"]
    {
        display: inline;
    }

.profile-buttons
{
    float: right;
    margin-top: -20px;
}

.profile-buttons-inline
{
    position: absolute;
    right: 0;
    top: 0;
}

.profile-buttons-inline-input
{
    float: right;
    margin-top: 5px;
    /*margin-right: 30px;*/
}

.profile-buttons-inline-social-network
{
    float: right;
    margin-top: 5px;
}

.profile-buttons-inline-personal-data
{
    float: right;
    margin-top: 5px;
}


.profile-buttons-header
{
    float: right;
    margin-right: 10px;
    /*margin-top: -20px;*/
}

.profile-buttons-title
{
    float: right;
    margin-right: 10px;
    margin-top: -18px;
}

.profile-buttons-form
{
    float: right;
    /*margin-right: 10px;*/
    position: relative;
}

.buttonEdit
{
    background: url("../Images/edit.png") no-repeat scroll 90% 0 transparent;
    width: 14px;
    color: transparent !important;
    height: 14px;
    display: block;
    float: left;
    margin-right: 5px;
    font-size: 0;
    text-indent: -9999px;
}

.btnPublicProfile
{
    background: url("../Images/public-icon.png") no-repeat scroll 0 50% transparent;
    color: #a30000 !important;
    float: right;
    font-weight: 600;
    height: 20px;
    margin-right: 10px;
    margin-top: -35px;
    padding-left: 20px;
    text-decoration: none;
}

.buttonPublic-S
{
    background: url("../Images/public-icon.png") no-repeat scroll 90% 0 transparent;
    width: 14px;
    color: transparent !important;
    height: 14px;
    display: block;
    float: left;
    font-size: 0;
    text-indent: -9999px;
}

.buttonPublic-N
{
    background: url("../Images/public-disabled.png") no-repeat scroll 90% 0 transparent;
    width: 14px;
    color: transparent !important;
    height: 14px;
    display: block;
    float: left;
    font-size: 0;
    text-indent: -9999px;
}


.buttonEditWithText
{
    background: url("../Images/edit.png") no-repeat scroll 0 0 transparent;
    height: 14px;
    padding-left: 20px;
    text-decoration: none;
    width: 14px;
    color: #a30000 !important;
    font-size: 11px;
}

    .buttonEditWithText:hover
    {
        text-decoration: underline;
    }

.buttonDelete
{
    background: url(../Images/remove.png) 0 0 no-repeat transparent;
    width: 14px;
    color: transparent !important;
    height: 14px;
    display: block;
    float: left;
    margin-right: 5px;
    font-size: 0;
    text-indent: -9999px;
}

.btnformProfile ul
{
    display: inline;
    list-style-type: none;
}

.btnformProfile li
{
    float: left;
    margin-left: 10px;
}


    .btnformProfile li input[type="button"]
    {
        margin-left: 10px;
        margin-top: 0;
    }

.profile-line-little
{
    clear: both;
    margin: 5px 10px;
    overflow: hidden;
    position: relative;
    width: 75%;
}

.profile-line
{
    clear: both;
    margin: 5px 10px;
    overflow: hidden;
    position: relative;
}

    .profile-line label,
    .profile-line .label
    {
        display: block;
        float: left;
        font-family: itc_stone_sans_stdmedium;
        font-size: 12px;
        font-weight: normal !important;
        width: 130px;
    }

    .profile-line input.greenButton[type="button"]
    {
        margin-top: 0;
        margin-left: 10px;
    }

.titleProfile
{
    color: #000000;
    float: left;
    font-family: itc_stone_sans_stdmedium;
    font-size: 15px;
    width: 75%;
}

.subtitleProfile
{
    /*color: #6d6e71;
    font-family: HelveticaNeueThin;
    font-size: 13px;*/
    color: #6D6E71;
    font-family: itc_stone_sans_stdmedium;
    font-size: 12px;
}

.descripcio
{
    color: #000000;
    float: left;
    /*font-family: itc_stone_sans_stdmedium;
    font-size: 12px;*/
    font-family: HelveticaNeueLTStd-Lt;
    font-size: 12px;
}

.buttonAdd
{
    color: #A30000 !important;
    display: block;
    font-family: itc_stone_sans_stdmedium;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 10px;
    text-decoration: none;
}

    .buttonAdd span.icon-red-little
    {
        color: #a30000 !important;
        font-family: FontAwesome;
        font-size: 14px;
        line-height: 14px;
        padding-right: 5px;
        text-decoration: none;
    }

.profile-buttons-inline .buttonAdd,
.profile-buttons-header .buttonAdd
{
    background: url("../Images/add.png") no-repeat scroll 0 10% transparent;
    display: block;
    height: 22px;
    padding-left: 18px;
    text-decoration: none;
    color: #a30000;
    font-size: 12px;
}

.profile-buttons-presentation
{
    float: right;
    margin-top: 5px;
    margin-right: 30px;
}

section.profile input.btnSave
{
    background: url("../Images/edit1.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: transparent !important;
    display: block;
    float: left;
    height: 14px;
    margin: 0;
    width: 14px;
    font-size: 0;
    text-indent: -9999px;
}

section.profile input[type="text"]
{
    margin: 0px;
    width: 240px;
    font-size: 12px;
    float: left;
    height: 20px;
    margin-right: 10px;
    margin-top: 1px;
    /*margin-top: -15px;
    position: absolute;
    top: 50%;*/
}

section.profile .input-ample
{
    width: 80% !important;
}

section.profile a.bntCancel
{
    background: url("../Images/undo.png") no-repeat scroll 100% 0 transparent;
    color: transparent !important;
    display: block;
    float: left;
    height: 14px;
    margin-right: 5px;
    width: 16px;
    font-size: 0;
    text-indent: -9999px;
}

section.profile .profile-image
{
    float: left;
    text-align: center;
    width: 150px;
}

    section.profile .profile-image img
    {
        width: 130px;
    }

.icon-red
{
    color: #a30000 !important;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 38px;
    padding-right: 10px;
    text-decoration: none;
}

.icon-red-little
{
    color: #a30000 !important;
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 16px;
    padding-right: 5px;
    text-decoration: none;
}

.icon-visibility-active
{
    color: #00a3a3 !important;
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
}

.icon-visibility-disable
{
    color: #6d6e71 !important;
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
}

section.profile .webs
{
    margin-left: 20px;
}

.profile-fila-form
{
    margin: 10px 0;
    min-height: 30px;
    overflow: hidden;
    position: relative;
}

    .profile-fila-form .label-fila-form
    {
        float: left;
        font-weight: 700;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 5px;
    }


    .profile-fila-form .profileLeft
    {
        width: 50%;
    }

.profileRight .label-fila-form,
.profileLeft .label-fila-form
{
    width: 120px;
}

li.profile-block
{
    list-style: none;
    /*margin-right:0px;*/
}

/*li.profile-block .profile-buttons
    {
        margin-right: -10px;
    }*/


.profile-fila-form .labelForm
{
    display: block;
    padding-top: 5px;
}

.labelPanel
{
    color: #a30000;
    display: block;
    float: left;
    width: 110px;
}

.profile-fila .bold
{
    color: #6d6e71;
    font-weight: 700;
}

.profile-fila .boldFB
{
    color: #a30000;
    font-weight: 700;
}

.input-kendo
{
    width: 80px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.input-kendo-month
{
    width: 100px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
}

#ambits,
#sectors
{
    padding: 5px !important;
    width: 240px;
}


/*   Formulari de Titulacions complementàries*/
.profile-fila-form label
{
    width: 100px;
    display: block;
    float: left;
    padding: 2px;
    margin: 0 2px 2px 10px;
    cursor: pointer;
    font-weight: 700;
    font-size: 1em;
}

.profile label
{
    cursor: pointer;
    display: block;
    float: left;
    font-size: 1em;
    font-weight: 700;
    margin: 0 2px 2px 0;
    padding: 2px 2px 2px 0;
    width: 100px;
}

section.profile input[type="text"].address
{
    float: left;
    margin-right: 30px;
    margin-top: 1px;
    position: relative;
    width: 40px;
}

.profile .left
{
    float: left;
    color: #000000;
    font-family: HelveticaNeueLTStd-Lt;
    font-size: 12px;
    line-height: 18px;
    width: 50%;
}

.profile label,
.profile-fila-form label:hover
{
    cursor: pointer;
}

.profile-fila-form input, select
{
    margin: 2px;
    font-size: 12px;
    width: 78% !important;
}

    .profile-fila-form input[type="checkbox"]
    {
        float: left;
        /*margin-left: 10px;*/
        margin-right: 5px;
        margin-top: 5px;
        width: auto !important;
    }

.profile input.input-large
{
    margin: 0 !important;
    position: relative !important;
    width: 340px !important;
}

.profile input.input-large-address
{
    width: 440px !important;
}

.lblCheckForm
{
    width: 200px !important;
}

.paraula span.delete-word
{
    color: #8A8A8A;
    font-size: 11px;
    font-weight: 600;
    margin-left: 5px;
}

    .paraula span.delete-word:hover
    {
        cursor: pointer;
        color: #a30000;
    }

.profile-personal-data
{
    float: left;
    width: 420px;
}

.form-block
{
    border-top: 1px solid #6d6e71;
    border-bottom: 1px solid #6d6e71;
    padding: 10px 0;
    margin-right: 10px;
}

.notifEnabled
{
    background: url(../Images/ok-icon.png) 50% 0 no-repeat transparent;
    color: transparent !important;
    height: 14px;
    border: 0 none;
    margin: 0;
    cursor: pointer;
    /*font-size: 0;
    text-indent: -9999px;*/
}

.notifDisabled
{
    background: url(../Images/ok-disabled.png) 50% 0 no-repeat transparent;
    color: transparent !important;
    height: 14px;
    border: 0 none;
    margin: 0;
    cursor: pointer;
    /*font-size: 0;
    text-indent: -9999px;*/
}

    .notifEnabled a,
    .notifDisabled a
    {
        color: transparent !important;
    }

.notif
{
    width: 100px;
    font-size: 11px;
    text-align: center;
    color: #a30000;
}

#windowPhoto input.greenButton[type="submit"]
{
    margin-top: 5px;
}

#windowFormCV .k-upload,
#windowCrearOferta .k-upload,
#windowPhoto .k-widget,
#windowPhoto .k-upload
{
    float: left;
    background-color: #D3DCE0;
    border: 1px solid #00a3a3;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    margin: 5px 8px 6px 8px;
    width: auto;
    cursor: pointer;
}

#windowFormCV .k-upload-button,
#windowCrearOferta .k-upload-button,
#windowPhoto .k-button
{
    /*background-color: #D3DCE0;
    margin: 0;
    padding: 6px 7px 5px;
    width: auto;
    cursor: pointer;*/
    background-color: #00A3A3 !important;
    color: #FFFFFF !important;
    font-family: HelveticaNeueThin;
    font-size: 18px;
    text-decoration: none;
    width: auto;
}
    #windowFormCV .k-upload:hover,
    #windowCrearOferta .k-upload:hover,
    #windowPhoto .k-widget:hover,
    #windowPhoto .k-upload:hover,
    #windowPhoto .k-button:hover,
    input.btnPujar[type="submit"]:hover
    {
        background-color: #C7D1D6;
        background-image: none;
        cursor: pointer;
    }

input.btnPujar[type="submit"]
{
    float: left;
    background-color: #D3DCE0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    margin-right: 8px;
    width: auto;
    margin: 5px 0 6px;
    cursor: pointer;
}

#txtRuta
{
    float: left;
    width: 300px;
    height: 25px;
}

#windowFormCV .k-upload-files,
#windowCrearOferta .k-upload-files,
#windowCrearOferta .k-reset #windowPhoto .k-upload-files,
#windowPhoto .k-reset
{
    display: none;
}

#windowPhoto
{
    padding: 30px 10px;
}

#publicprofile
{
    font-size: 12px;
}


    #publicprofile section.profile
    {
        margin-top: 0;
        margin-bottom: 0;
        padding: 5px 10px;
    }

#LoadingDiv
{
    position: absolute;
    background-image: url('../Images/LoadingPanelBackground.png');
    background-repeat: repeat;
    width: 905px;
    z-index: 10000;
    display: none;
    margin: 0 auto 0 auto;
    width: 620px;
}

#ImageLoader
{
    position: absolute;
}

.profile-buttons-title-window
{
    float: right;
    margin-bottom: 10px;
}

#windowProfileForm
{
    /*min-height: 310px !important;*/
}

.btnLink-message-litle
{
    display: table-cell;
    float: left;
   line-height: 20px;
    text-align: center;
    cursor: pointer;
    background-color: #00A3A3 !important;
    color: #FFFFFF !important;
    font-family: HelveticaNeueThin;
    font-size: 13px;
    padding: 3px 10px;
    text-decoration: none;
    width: auto;
    margin-top: 4px;
}

/***********************  Profile ie  *****************************/
.ie8 .profile .label
{
    width: 170px;
}


.ie8 .notif
{
    width: 120px;
}

.ie7 .labelPanel,
.ie8 .labelPanel
{
    width: 130px;
}


.ie7 #txtRuta,
.ie8 #txtRuta
{
    width: 300px;
}

.ie7 .profile-buttons-inline-personal-data
{
    position: absolute;
    right: 0;
    top: 0;
}

.ie7 .lblCheckForm
{
    float: left;
    width: 250px !important;
}

.ie7 #cbActualitat,
.ie7 #cbActualitatEstada
{
    float: left;
}

.ie7 .profile-fila-form
{
    clear: both;
}

#pnlRegisterForm label
{
    float: left;
    display: block;
    width: 150px;
    margin-top: 10px;
}

#pnlRegisterForm input
{
    font-size: 12px;
    height: 20px;
    width: 300px;
}

#pnlRegisterForm li
{
    clear: both;
    list-style: none;
}

#pnlRegisterForm ul
{
    padding-left: 20px;
}

#pnlRegisterForm input.lletra
{
    float: left;
    width: 10px;
}

#pnlRegisterForm label.lletra
{
    float: left;
    margin-left: 3px;
    margin-right: 3px;
    width: 5px;
}

#pnlRegisterForm #Dni
{
    float: left;
    width: 70px;
}

#pnlRegisterForm .input-kendo-month
{
    width: 112px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
}

#pnlRegisterForm .k-picker-wrap,
#pnlRegisterForm .k-state-default
{
    margin-top: 10px;
}

#pnlRegisterForm input[type="submit"]
{
    font-weight: normal;
    height: auto;
    margin-left: 20px;
    width: auto;
}

#pnlRegisterForm .validation-summary-errors li
{
    list-style: disc;
    font-size: 13px;
}

#pnlRegisterForm .validation-summary-errors ul
{
    padding-left: 40px;
}

#pnlRegisterError
{
    background-color: #ffffff;
    border: 1px solid #C5C5C5;
    font-size: 15px;
    overflow: hidden;
    padding: 10px;
}

    #pnlRegisterError h3
    {
        font-weight: 600;
        font-size: 15px;
        color: #a30000;
    }

/*****************Formulari amb les dades d'accés al portal********************/
#pnlAccessDataForm label
{
    float: left;
    display: block;
    width: 220px;
    margin-top: 10px;
}

#pnlAccessDataForm input
{
    font-size: 12px;
    height: 20px;
    width: 300px;
}

#pnlAccessDataForm li
{
    clear: both;
    list-style: none;
}

#pnlAccessDataForm ul
{
    padding-left: 20px;
}

#pnlAccessDataForm input[type="submit"]
{
    font-weight: normal;
    height: auto;
    margin-left: 20px;
    width: auto;
}

#pnlAccessDataForm .k-dropdown-wrap,
#pnlAccessDataForm .k-state-default
{
    margin-top: 10px;
}

#pnlAccessDataForm .validation-summary-errors li
{
    list-style: disc;
    font-size: 13px;
}

#pnlAccessDataForm .validation-summary-errors ul
{
    padding-left: 40px;
}

.styled-select select
{
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
    font-size: 16px;
    height: 34px;
    line-height: 1;
    padding: 5px;
    width: 268px !important;
    font-family: "Segoe UI",Verdana,Helvetica,Sans-Serif;
    font-size: 13.6px;
}

.styled-select
{
    background: url("../Images/arrow.png") no-repeat scroll right center #E9E9E9;
    border: 1px solid #C5C5C5;
    border-radius: 4px 4px 4px 4px;
    height: 34px;
    overflow: hidden;
    width: 240px;
}

select option:hover
{
    background: #a30000 !important;
}
/*******************Secció de configuració del compte*******************/

.directory-section
{
    border-bottom: 1px solid #E2E2E3;
    overflow: hidden;
    padding: 30px 15px;
}

#windowChangeLogin h4,
#windowBaixa h4
{
    font-weight: normal;
}

#windowChangeLogin h3,
#windowBaixa h3,
.directory-section h3
{
    color: #a30000;
    font-weight: normal;
    margin-top: 0;
    display: block;
    float: left;
}

.directory-section label.info,
.directory-section span.info
{
    display: block;
    font-family: itc_stone_sans_stdmedium;
    font-size: 12px;
    margin-top: 10px;
}

.directory-section .toggleButton
{
    float: right;
    margin-top: -10px;
}

    .directory-section .toggleButton label
    {
        border: 1px solid #e2e2e3;
    }

    .directory-section .toggleButton a.unselected
    {
        background-color: #F0F0F1;
        color: #6D6E71;
        height: 37px;
        margin-top: 1px;
        padding: 0 15px;
        cursor: pointer;
        font-weight: normal;
        border: 1px solid #e2e2e3;
        text-decoration: none;
    }

    .directory-section .toggleButton label.selected
    {
        cursor: auto;
        font-weight: bold;
    }

   

    .visualitzatCom,
.directory-section .LlistatEmails .k-input
{
    box-shadow: 0 0 0 0 #DDDDDD inset !important;
    color: #6D6E71 !important;
    font-family: HelveticaNeueThin !important;
    font-size: 18px !important;
}

.visualitzatCom
{
    display: block;
    text-align:right;
}

.directory-section .LlistatEmails .k-icon
{
    margin-top: 10px !important;
}

#LlistaEmails-list.k-list-container
{
    font-family: HelveticaNeueThin !important;
    font-size: 18px !important;
    color: #6D6E71 !important;
}

.tbxPwd
{
    width: 200px;
}

.info-config
{
    display: block;
    font-family: itc_stone_sans_stdmedium;
    font-size: 12px;
    margin-top: 10px;
    float: left;
    margin-right: 10px;
    width: 160px;
}

.email-redireccio
{
    float: left;
    width: 200px;
}

    .email-redireccio a
    {
        color: #000000;
        text-decoration: none;
        font-family: itc_stone_sans_stdmedium;
        font-size: 13px;
    }

.redireccio
{
    color: #A30000;
    font-size: 11px;
    text-align: center;
}

.redirectActive a:hover,
.redirectDisabled a
{
    color: #6D6E71;
    font-family: FontAwesome;
    font-size: 17px;
    text-decoration: none;
}

    .redirectActive a,
    .redirectDisabled a:hover
    {
        color: #00a3a3;
        font-family: FontAwesome;
        font-size: 17px;
        text-decoration: none;
    }
/*******************Formulari del registre del perfil*******************/
#section1, #section2, #section3, #section4,
#section5, #section6, #section7, #section8,
#section9, #section10, #section11, #section12, #section13
{
    background: url("../Images/round-icon-disabled.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    float: left;
    font-size: 20px;
    font-weight: 800;
    height: 50px;
    margin-left: 10px;
    padding-top: 10px;
    text-align: center;
    width: 50px;
}

#headerProfile
{
    margin: 0 auto;
    width: 800px;
    overflow: hidden;
}

#section1.active, #section2.active, #section3.active, #section4.active,
#section5.active, #section6.active, #section7.active, #section8.active,
#section9.active, #section10.active, #section11.active, #section12.active, #section13.active
{
    background: url("../Images/round-icon-active.png") no-repeat scroll 0 0 transparent;
}

#registerForm
{
    background-color: #FFFFFF;
    margin-bottom: 20px;
    min-height: 380px;
    padding-bottom: 60px;
    position: relative;
}

.arrow-left
{
    background: url("../Images/arrow-left-profile.png") no-repeat scroll 0 0 transparent;
    color: transparent !important;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.arrow-right
{
    background: url("../Images/arrow-right-profile.png") no-repeat scroll 0 0 transparent;
    color: transparent !important;
    float: right;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.arrow-left:hover
{
    background: url("../Images/arrow-left-profile-hover.png") no-repeat scroll 0 0 transparent;
    color: transparent;
}

.arrow-right:hover
{
    background: url("../Images/arrow-right-profile-hover.png") no-repeat scroll 0 0 transparent;
    color: transparent;
}

.infoWizard
{
    color: #a30000;
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 10px;
    color: #a30000;
}

.profile
{
    clear: both;
    margin: 15px 11px;
    min-height: 18px;
    overflow: hidden;
    position: relative;
}

    .profile .wizard
    {
        margin: 0 0 2px !important;
        padding: 2px 0 !important;
    }

section.formProfile
{
    background-color: #FFFFFF;
    margin-top: 10px;
    overflow: hidden;
    padding: 10px 30px;
}


    section.formProfile h3
    {
        color: #a30000;
        margin-top: 0;
    }


.profile-buttons-inline
{
    bottom: 5px;
    right: 0px;
    position: absolute;
}

.profile-buttons-add
{
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}

section.formProfile .profile-image
{
    float: right;
    margin-top: -20px;
    text-align: center;
}

    section.formProfile .profile-image img
    {
        height: 132px;
        width: 100px;
    }

input[type="submit"].btnLink
{
    margin-bottom: 0 !important;
}

.profile-buttons-form-inline
{
    float: right;
    margin-top: -5px;
}

section.formProfile .profile input.input-large
{
    width: 300px !important;
}

section.formProfile li.profile-block .label-fila-form
{
    font-weight: 700 !important;
}

#OfertesList,
#CVList
{
    border: 0 none;
    background-color: transparent;
}

#ReclamsList
{
    background-color: #f9ef69;
    color: #000000;
    line-height: 28px;
    font-size: 12px;
    margin-bottom: 20px;
}

.infoBorsa
{
    border-bottom: 2px solid #E2E2E3;
    color: #000000;
    display: block;
    font-family: itc_stone_sans_stdmedium;
    font-size: 12px;
    margin-top: 10px;
    padding-bottom: 10px;
}
/****************Estil de l'apartat de curriculums******************/
.llistaCV
{
    border: 1px solid #e2e2e3;
    background-color: #ffffff;
    overflow: hidden;
    margin-bottom: 20px;
}

    .llistaCV .title
    {
        padding-left: 10px;
        line-height: 33px;
        font-family: HelveticaNeueThin;
        font-size: 20px;
        color: #000000;
        border-bottom: 1px solid #e2e2e3;
    }

    .llistaCV .buttonAdd
    {
        float: right;
        line-height: 38px;
        margin-right: 10px;
        margin-top: 0;
    }

.estatBorses .curriculums
{
    padding: 20px 10px;
}

.cv
{
    padding: 5px;
    overflow: hidden;
    font-size:11px;
}

    .cv .buttons
    {
        float: right;
    }

        .cv .buttons .icon
        {
            font-size: 16px;
            line-height: 16px;
        }

        .cv .buttons a.icon
        {
            text-decoration: none;
        }

    .cv .data
    {
        color: #000000;
        float: left;
        margin-left: 2px;
    }

    .cv .nom
    {
        float: left;
        width: 35%;
        padding-left: 5px;
        overflow: hidden;
    }

    .cv .idioma
    {
        color: #6D6E71;
        margin-left: 7px;
    }


/**************Estil de l'apartat d'estats de borses****************/
.estatBorses
{
    border: 1px solid #e2e2e3;
    background-color: #ffffff;
    overflow: hidden;
}

    .estatBorses .title
    {
        padding-left: 10px;
        line-height: 33px;
        font-family: HelveticaNeueThin;
        font-size: 20px;
        color: #000000;
        border-bottom: 1px solid #e2e2e3;
    }

    .estatBorses .centres
    {
        padding: 20px 10px 0;
    }

    .estatBorses .borsaActiva
    {
        /*height: 46px;*/
        overflow: hidden;
        margin-bottom: 10px;
    }

        .estatBorses .borsaActiva .btnProfile
        {
            background-color: #00A3A3;
            color: #FFFFFF;
            cursor: pointer;
            display: block;
            float: right;
            font-family: HelveticaNeueThin;
            font-size: 18px;
            margin-top: 10px;
            padding: 2px 0;
            text-align: center;
            text-decoration: none;
            width: 209px;
        }

    .estatBorses .borsaInactiva
    {
        background-color: #F9EF69;
        overflow: hidden;
        padding-left: 10px;
        margin-bottom: 5px;
    }

    .estatBorses .borsaRenovar
    {
        background-color: #F9EF69;
        overflow: hidden;
        padding-left: 10px;
        margin-bottom: 5px;
        width: 200px;
        float: right;
    }

        .estatBorses .borsaInactiva .centre
        {
            font-family: itc_stone_sans_stdmedium;
            font-size: 20px;
            line-height: 40px;
            float: left;
            width: 25%;
        }

        .estatBorses .borsaRenovar .infoRenovar,
        .estatBorses .borsaInactiva .infoRenovar
        {
            color: #000000;
            float: left;
            font-size: 11px;
            margin-top: 5px;
            padding-left: 5px;
            padding-right: 5px;
            width: 45%;
            margin-bottom: 5px;
        }

    .estatBorses .borsaRenovar .infoInscriure
    {
            color: #000000;
            float: left;
            font-size: 11px;
            margin-top: 5px;
              margin-bottom: 5px;
            padding-left: 5px;
            padding-right: 5px;
            width: 60%;
    }

        .estatBorses .borsaInactiva .infoInscriure
        {
            color: #000000;
            float: left;
            font-size: 11px;
            margin-top: 5px;
            padding-left: 5px;
            padding-right: 5px;
            width: 40%;
        }

        .estatBorses .borsaRenovar a.btnSmallGreen,
        .estatBorses .borsaInactiva a.btnSmallGreen
        {
            background-color: #00A3A3;
            color: #FFFFFF;
            float: right;
            font-family: HelveticaNeueThin;
            margin-right: 5px;
            margin-top: 4px;
            padding: 5px;
            text-decoration: none;
            font-size: 16px;
        }

    .estatBorses .centre
    {
        font-size: 20px;
        color: #000000;
        font-family: itc_stone_sans_stdsemibold;
        font-size: 20px;
        line-height: 40px;
    }

    .estatBorses .toggleButton
    {
        float: right;
        /*margin-top: -10px;*/
    }

        .estatBorses .toggleButton label.selected
        {
            cursor: auto;
            font-weight: bold;
        }

        .estatBorses .toggleButton label
        {
            border: 1px solid #E2E2E3;
        }

        .estatBorses .toggleButton a.unselected
        {
            background-color: #F0F0F1;
            border: 1px solid #E2E2E3;
            color: #6D6E71;
            cursor: pointer;
            font-weight: normal;
            height: 37px;
            margin-top: 1px;
            padding: 0 15px;
            text-decoration: none;
        }

#windowInscriureBorsaGratuita .preu
{
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 40%;
}

#windowInscriureBorsaGratuita .leftcolumn
{
    float: left;
    width: 200px;
    font-size: 20px;
    font-family: itc_stone_sans_stdmedium;
    color: #00a3a3;
    margin-bottom: 5px;
}

#windowInscriureBorsaGratuita .rightColumn
{
    color: #000000;
    float: left;
    font-size: 20px;
    letter-spacing: 0.5px;
    width: 100px;
}
/*******************Estil de la llista de reclams*******************/
.infoReclam
{
    display: block;
    padding-left: 20px;
    padding-bottom: 5px;
}

.centreReclam
{
    font-size: 15px;
    padding-left: 10px;
    display: block;
    border-bottom: 1px solid #c5c5c5;
}

/*******************Estil de la llista d'ofertes*******************/
.oferta
{
    background-color: #ffffff;
    border: 1px solid #e2e2e3;
    margin-bottom: 20px;
    overflow: hidden;
}

.estatOfertaConfirmacioDetall,
.estatOfertaDetall
{
    margin: 0;
    border: 1px solid #e2e2e3;
    background-color: #ffffff;
    text-align: center;
    min-height: 100px;
    margin-bottom: 20px;
}

    .estatOfertaConfirmacioDetall span
    {
        font-size: 20px;
        line-height: 25px;
        padding: 20px;
        display: block;
    }

    .estatOfertaDetall span
    {
        font-size: 20px;
        line-height: 100px;
    }

.estatOfertaConfirmacioDetall,
.estatOfertaConfirmacio
{
    background-color: #f9ef69;
}

.estatOfertaConfirmacio,
.estatOferta
{
    border-left: 1px solid #E2E2E3;
    height: 100%;
    text-align: center;
    width: 110px;
    padding-bottom: 500em;
    float: left;
    margin-bottom: -500em;
    margin-right: -1px; /* Thank you IE */
}

.detallOfertaPublic
{
    float: left;
    width: 100%;
    padding-bottom: 500em;
    margin-bottom: -500em;
}

.detallOferta
{
    float: left;
    width: 508px;
    padding-bottom: 500em;
    margin-bottom: -500em;
}

a.titleOferta,
.titleOferta
{
    color: #000000;
    padding: 10px 10px 0 10px;
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
    font-family: itc_stone_sans_stdmedium;
}

.titleOferta
{
    color: #6d6e71;
}

a.titleOferta
{
    text-decoration: none;
}

.infoConfirmacio
{
    color: #000000;
    display: block;
    font-family: HelveticaNeueThin;
    font-size: 14px;
    line-height: 14px;
    margin: 5px 10px;
}

.estatOferta a
{
    text-decoration: none;
}
a span.infoObertaPublica:hover,
.estatOferta a:hover
{
    color: #a30000;
}

a span.infoObertaPublica
{
    color: #6D6E71;
    display: block;
    font-family: HelveticaNeueThin;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 15px;
}

.detallOfertaPublic .leftcolumn,
.detallOferta .leftcolumn
{
    color: #6D6E71;
    float: left;
    font-family: itc_stone_sans_stdmedium;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
    width: 120px;
    padding-left: 10px;
}

.detallOfertaPublic .rightColumn,
.detallOferta .rightColumn
{
    color: #000000;
    float: left;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 15px;
    font-family: HelveticaNeueLTStd-Lt;
    width: 240px;
}

.detallOfertaPublic .reclam,
.detallOferta .reclam
{
    background-color: #f9ef69;
    color: #000000;
    line-height: 28px;
    padding-left: 10px;
    font-size: 12px;
}

.infoPublic
{
    border: 1px solid #e2e2e3;
    background-color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
}

    .infoPublic img
    {
        margin-top: 30px;
        width: 90px;
    }

    .infoPublic span.empresa
    {
        color: #000000;
        font-family: HelveticaNeueThin;
        font-size: 30px;
        padding: 10px 15px;
        display: block;
    }

    .infoPublic span.inscriuBorsa
    {
        color: #000000;
        display: block;
        font-family: HelveticaNeueThin;
        font-size: 18px;
        padding: 10px 15px;
    }

a.button-green-offer
{
    background-color: #00a3a3;
    color: #ffffff;
    font-size: 18px;
}

a.button-white-offer
{
    background-color: #ffffff;
    color: #a30000;
    font-size: 14px;
}

a.button-green-offer,
a.button-white-offer
{
    font-family: HelveticaNeueThin;
    text-decoration: none;
    display: block;
    padding: 5px;
}


.estatOfertaConfirmacioDetall a.button-green-offer,
.estatOfertaConfirmacioDetall a.button-white-offer
{
    font-family: HelveticaNeueThin;
    text-decoration: none;
    display: block;
    padding: 5px 10px;
}

.estatOfertaConfirmacioDetall a.button-white-offer
{
    background-color: #ffffff;
    color: #a30000;
    font-size: 18px;
}

.estatOfertaConfirmacioDetall a.button-green-offer
{
    background-color: #00a3a3;
    color: #ffffff;
    font-size: 20px;
}
/*******************Estil del rebut*******************/
.imgRebut
{
    max-width: 250px;
}

#rebut
{
    font-size: 14px;
    line-height: 22px;
    padding: 20px 50px;
    font-family: Arial,Helvetica,sans-serif;
    color: #000000;
}

.dadesTop
{
    float: right;
    margin-top: 120px;
    text-align: left;
    width: 200px;
}


#rebut .cos
{
    clear: both;
    margin-top: 100px;
}

#rebut .concepte
{
    margin: 40px 0 40px 40px;
}

#rebut .bold
{
    font-weight: bold;
    margin-top: 40px;
    color: #000000;
}


#rebut .peu
{
    font-size: 11px;
    margin-top: 20px;
}

#rebut .lopd
{
    font-size: 9px;
    font-style: italic;
    margin-top: 20px;
}

/*******************Estil del formulari de nova oferta*******************/
i .formulari
{
}

.formulari .fila
{
    padding: 0 10px;
    clear: both;
}

    .formulari .fila span
    {
        color: #000000;
        font-family: itc_stone_sans_stdmedium;
    }

    .formulari .fila label
    {
        color: #000000;
        display: block;
        float: left;
        font-family: itc_stone_sans_stdmedium;
        margin: 12px 0 10px;
        width: 150px;
    }

    .formulari .fila .col
    {
        width: 50%;
        float: left;
    }

        .formulari .fila .col input, .formulari .fila .col textarea
        {
            width: 168px;
        }

    .formulari .fila input, .formulari .fila textarea
    {
        width: 550px;
    }


.formulari #sectors,
.formulari #provincies,
.formulari #paisos,
.formulari #ambits,
.formulari #comarques
{
    font-size: 1.2em;
    width: 550px !important;
    margin: 5px 0 6px !important;
}

.formulari #provincies,
.formulari #comarques
{
    padding: 5px !important;
    width: 168px !important;
}

.formulari #ambits,
.formulari #paisos
{
    padding: 5px !important;
}

.formulari hr
{
    color: #E2E2E3;
}

/*******************Estil del perfil professional*******************/
.profile-professional-data
{
    float: left;
    width: 420px;
    margin-top: 30px;
}

.profile .profile-professional
{
    float: left;
    width: 400px;
}

.profile .left-nivell
{
    color: #6D6E71;
    float: left;
    font-family: itc_stone_sans_stdmedium-Lt;
    font-size: 12px;
    line-height: 18px;
    width: 50%;
}

.profile .titleCat
{
    color: #000000;
    float: left;
    font-family: itc_stone_sans_stdmedium;
    font-size: 15px;
    width: 50%;
}

.profile h3.categoria
{
    clear: both;
    color: #A30000;
    font-family: itc_stone_sans_stdmedium;
    font-size: 15px;
    font-weight: normal;
    margin-top: 5px;
    width: 100%;
}

.profile textarea
{
    float: left;
    font-size: 12px;
    margin: 1px 10px 0 0;
    width: 400px;
}

#disponibilitatJornada h2,
#disponibilitat h2,
#prefNormals h2,
#prefDestacades h2,
#prefMoltDestacades h2,
#inconvenients h2
{
    color: #000000;
    font-family: HelveticaNeueThin;
    margin: 0;
    float: left;
}


span.maxim
{
    float: right;
    font-size: 12px;
    line-height: 26px;
    margin-right: 30px;
    margin-top: 1px;
}

.profile span.lblForm
{
    display: block;
    font-family: itc_stone_sans_stdmedium;
    font-size: 12px !important;
    font-weight: normal !important;
    margin-top: 5px !important;
    padding: 2px 2px 2px 0;
}

/******************DEtall de l'oferta*********************/
.offerDetail
{
    clear: both;
    overflow: hidden;
    border: 1px solid #e2e2e3;
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 30px 0;
}

    .offerDetail .title
    {
        font-size: 18px;
        font-family: itc_stone_sans_stdmedium;
        margin-bottom: 10px;
        padding: 0 20px 20px;
    }


    .offerDetail .activity-subtitle
    {
        color: #000000;
        display: block;
        font-family: itc_stone_sans_stdmedium;
        font-size: 12px;
        margin-bottom: 20px;
        padding-top: 10px;
    }

    .offerDetail .leftcolumn
    {
        color: #6D6E71;
        float: left;
        font-family: itc_stone_sans_stdmedium;
        font-size: 12px;
        line-height: 15px;
        width: 150px;
        margin-left: 10px;
        letter-spacing: 0.5px;
    }

    .offerDetail .rightColumn
    {
        color: #000000;
        float: left;
        font-size: 12px;
        line-height: 15px;
        width: 400px;
        margin-bottom: 10px;
    }

    .offerDetail .cos
    {
        color: #000000;
        /* font-family: HelveticaNeueThin;*/
        font-size: 14px;
        padding: 10px 20px;
        /*letter-spacing: 1px;*/
        border-top: 1px solid #e2e2e3;
    }


.k-upload-button span
{
    color: #ffffff !important;
    font-weight: normal;
}


#windowFormCV .k-upload,
#windowCrearOferta .k-upload
{
    border: 0 none;
}

#windowCrearOferta  #txtRutaCV,
#windowFormCV #txtRuta2
{
    float: left;
    width: 300px !important;
    height: 25px;
}

.yellow
{
    background-color:#f9ef69;
}

select#mobilitatsLlista,
select#disponibilitatsJorLlista, 
select#disponibilitatsLlista,
select#situacionsLlista,
select#preferenciesLlista,
select#coneixementsLlista
{
    font-family: HelveticaNeueRegular;
    color: #6d6e71;
    border: 1px solid #e2e2e3;
    font-size: 14px;
    margin: 0;
    width: 400px !important;
}
    select#mobilitatsLlista option,
    select#disponibilitatsJorLlista option, 
    select#disponibilitatsLlista option,
    select#situacionsLlista option,
    select#preferenciesLlista option,
    select#coneixementsLlista option
    {
        line-height: 18px !important;
        margin-top:5px;
        margin-bottom: 5px;
    }

        select#mobilitatsLlista option:hover,
        select#disponibilitatsJorLlista option:hover,
        select#disponibilitatsLlista option:hover,
        select#situacionsLlista option:hover,
        select#preferenciesLlista option:hover,
        select#coneixementsLlista option:hover
        {
            background-color: #00a3a3 !important;
            color: #ffffff;
        }

/********************LListat del directori********************/

#ListDirectori
{
    font-family: itc_stone_sans_stdmedium;
    font-size: 15px;
}

    #ListDirectori img
    {
        float: left;
        height: 60px;
    }

.directori-item
{
    border-bottom: 1px solid #C5C5C5;
    clear: both;
    overflow: hidden;
    padding: 5px 10px;
}

.directori
{
    clear: both;
    overflow: hidden;
    padding: 5px 10px 5px 0;
}

    .directori hgroup.title
    {
        margin-bottom: 60px;
    }

    .directori img
    {
        width: 25px;
        float: left;
    }

    .directori .mailbox-lnk
    {
        margin-top: 7px;
    }

#ListDirectori .nom
{
    font-size: 16px;
    margin-left: 20px;
    margin-top: 7px;
}

#ListDirectori .titol
{
    font-size: 13px;
    margin-left: 20px;
    margin-top: 7px;
    color: #000000;
}

#ListDirectori div#mailbox
{
    float: right;
    height: 60px;
    line-height: 60px;
}

    #ListDirectori div#mailbox a.imgMail
    {
        font-family: FontAwesome;
        font-size: 20px;
        height: 47px;
        padding: 0 10px;
        color: #a30000;
    }

#ListDirectori .nom a
{
    text-decoration: none;
}

.centerButton
{
    margin: 0 auto;
    width: 200px;
}

.btnActivaDirectori .btnLink
{
    border: 1px solid #787878;
    font-size: 17px;
    font-weight: bold;
    width: 200px;
    text-align: center;
}

.btnActivaDirectori
{
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
}

article.directori
{
    position: relative;
}

.btnWindow
{
    width: auto;
}

#ListDirectori .imgDirectori
{
    float: left;
    overflow: hidden;
    width: 43px;
}
/********************Cercador********************/
input[type="submit"].btnSearch
{
    background: url("../Images/search.png") no-repeat scroll left 50% transparent;
    border: medium none;
    color: transparent;
    display: block;
    float: left;
    height: 28px;
    margin: -31px 0 0 0 !important;
    padding: 0 !important;
    width: 20px;
}

.txtCercador
{
    float: left;
    font-size: 12px;
    margin-top: -31px;
    width: 343px;
}

#directori-cercador
{
    font-size: 11px;
    position: absolute;
    right: 10px;
    text-align: right;
    top: 0;
}

.ddlCentres
{
    width: 200px;
}

.k-combobox
{
    margin-bottom: 7px;
}

.infoDirectori
{
    margin-bottom:10px;
    color: #000000;
    font-family: itc_stone_sans_stdmedium;
    font-size:12px;
    display: block;
}

    .infoDirectori .icon
    {
          font-size:14px;
    }

.lblDirectori
{
    background-color: #FFFFFF;
    border: 1px solid #E2E2E3;
    color: #000000;
    font-family: HelveticaNeueThin;
    font-size: 20px;
    line-height: 38px;
    margin-bottom: 20px;
    padding: 0 10px;
}

    .lblDirectori .icon
    {
        color: #a30000;
    }
/***********************  MailBox  *****************************/
.header-mailbox
{
    border-bottom: 2px solid #E2E2E3;
    padding: 10px;
    overflow: hidden;
}

.header-detail
{
    border-bottom: 2px solid #E2E2E3;
    overflow: hidden;
    padding: 10px;
    text-align: right;
}

.list-left-header
{
    float: left;
    text-align: center;
    width: 5%;
}

.list-left
{
    float: left;
    text-align: center;
    width: 5%;
    line-height: 60px;
}

.list-right
{
    float: right;
    text-align: right;
    width: 17%;
}

.list-center
{
    float: left;
    width: 80%;
}

.imgCheckAll
{
    color: #6d6e71;
    font-family: FontAwesome;
    font-size: 20px;
    text-decoration: none;
}

    .imgCheckAll:hover
    {
        color: #a30000;
    }

.imgDelete
{
    color: #a30000 !important;
    font-family: FontAwesome;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
}

    .imgDelete span
    {
        font-family: HelveticaNeueThin;
        font-size: 18px;
        padding-left: 5px;
    }

.no-mails
{
    padding: 10px;
}

.sent-inactive,
.inbox
{
    background-color: #FFFFFF;
    border: 1px solid #E2E2E3;
    color: #000000;
    font-family: HelveticaNeueThin;
    font-size: 24px;
    line-height: 40px;
}

    .sent-inactive span.fa-reply,
    .inbox span.fa-inbox
    {
        color: #a30000;
        font-family: FontAwesome;
        font-size: 20px;
        padding: 0 10px;
    }

    .sent-inactive span.title,
    .inbox span.title
    {
        padding-left: 10px;
    }

.inbox-active,
.sent
{
    background-color: #00a3a3;
    border: 1px solid #E2E2E3;
    color: #000000;
    font-family: HelveticaNeueThin;
    font-size: 24px;
    line-height: 40px;
}

.inbox-active
{
    margin-bottom: 10px;
}

.sent
{
    margin-top: 10px;
}

    .inbox-active span.fa-inbox,
    .sent span.fa-reply
    {
        background-color: #FFFFFF;
        color: #00A3A3;
        display: block;
        float: left;
        font-family: FontAwesome;
        font-size: 20px;
        padding: 0 10px;
        width: 20px;
    }

    .inbox-active span.title a,
    .sent span.title a
    {
        color: #ffffff;
        padding-left: 10px;
        text-decoration: none;
    }
/*Lista kendo UI*/
#ListMissatges
{
    overflow: hidden;
    border: 0 none;
    color: #6d6e71;
    font-family: itc_stone_sans_stdmedium;
    font-size: 15px;
}

    #ListMissatges a
    {
        text-decoration: none;
    }

    /* Missatge seleccionat */
    #ListMissatges .k-state-selected,
    #ListMissatges .k-state-selected:hover
    {
        background-color: #6d6e71;
        color: #FFFFFF;
        background-image: none;
    }

        #ListMissatges .k-state-selected a
        {
            color: #FFFFFF;
        }

    /* Missatge nou */
    #ListMissatges .nou a,
    #ListMissatges .nou
    {
        color: #000000;
    }

    /* Camp de la llista Kendo UI */
    #ListMissatges .missatge:hover
    {
        background-color: #e2e2e3;
    }

    #ListMissatges .missatge
    {
        clear: both;
        overflow: hidden;
        padding: 10px;
        border-bottom: 1px solid #e2e2e3;
    }

    #ListMissatges .remitent,
    #ListMissatges .assumpte
    {
        float: left;
        padding: 5px 5px 10px;
        width: 100%;
    }

        #ListMissatges .assumpte a
        {
            display: block;
            float: left;
            max-width: 400px;
            overflow: hidden;
        }

    #ListMissatges .missatge .assumpte .btnRedRight
    {
        visibility: hidden;
        float: right;
    }

    #ListMissatges .missatge:hover .assumpte .btnRedRight
    {
        visibility: visible;
    }

    #ListMissatges .remitent
    {
        clear: both;
        font-size: 12px;
        padding: 5px 5px 5px;
    }

    #ListMissatges .mail-resum
    {
        float: right;
        overflow: hidden;
        width: 95%;
    }

        #ListMissatges .mail-resum img
        {
            height: 60px;
            float: left;
        }

    #ListMissatges .remitent a
    {
        vertical-align: top;
    }

    #ListMissatges input[type="checkbox"]
    {
        margin-left: 5px;
        margin-top: 13px;
    }

    #ListMissatges .assumpte
    {
        /* width: 46%;*/
    }

    #ListMissatges .data
    {
        float: right;
        font-family: HelveticaNeueThin;
        font-size: 12px;
        overflow: hidden;
    }

/*Formulari de nou missatge*/
#list-form
{
    clear: both;
    padding-top: 10px;
}

    #list-form input, #list-form textarea
    {
        padding: 5px 2px;
    }

    #list-form table
    {
        margin-top: 0px;
        width: 100%;
    }

        #list-form table td
        {
            padding: 0 7px 0 0;
            text-align: right;
        }

            #list-form table td:first-child
            {
                padding: 0 7px 0 0;
                text-align: left;
                width: 15%;
                color: #000000;
            }

    #list-form textarea
    {
        width: 100%;
        font-size: 1em;
    }

    #list-form input[type="text"]#mailTo
    {
        color: #6d6e71;
    }

        #list-form input[type="text"]#mailTo:focus
        {
            border: 1px solid #E2E2E2;
        }

    #list-form input[type="text"]
    {
        font-family: itc_stone_sans_stdmedium;
        font-size: 13px;
        margin-top: 0;
        width: 100%;
    }

    #list-form input[type="submit"], input[type="button"], button
    {
        margin-right: 0;
    }

.btnLink-message
{
    /*padding: 6px 10px 7px !important;*/
    display: table-cell;
    float: left;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    text-align: center;
    cursor:pointer;
}


/* Menú superior  Bústia | Enviats*/
div.menu-Mailbox
{
    float: left;
    margin-right: 10px;
    padding-top: 5px;
    margin-left: 5px;
}

    div.menu-Mailbox ul
    {
        margin: 0;
        padding: 0;
    }

        div.menu-Mailbox ul li
        {
            float: left;
            list-style-type: none;
            padding-right: 10px;
            border-left: 1px solid #6d6e716d6e71;
            padding-left: 10px;
        }

            div.menu-Mailbox ul li:first-child
            {
                border-left: 0 none;
                padding-left: 0;
            }

            div.menu-Mailbox ul li a.menu-select
            {
                color: #a30000;
            }

            div.menu-Mailbox ul li a.menu-unselect
            {
                color: #6d6e716d6e71;
            }

            div.menu-Mailbox ul li a
            {
                font-size: 1.2em;
                font-weight: 600;
                text-align: left;
                text-decoration: none;
            }

                div.menu-Mailbox ul li a:hover
                {
                    color: #a30000;
                }

            div.menu-Mailbox ul li.buttonList
            {
                background-color: #A30000;
                margin-right: 15px;
                text-align: center;
            }

                div.menu-Mailbox ul li.buttonList:hover
                {
                    background-color: #a30000;
                }

                div.menu-Mailbox ul li.buttonList a
                {
                    color: #FFFFFF;
                    text-decoration: none;
                }

/* Fitxa detall del missatge*/
div.detail-Mailbox
{
    padding: 10px 15px 40px 15px;
    border: 1px solid #e2e2e3;
    color: #2E2E2E;
    background-color: #FFFFFF;
    overflow: hidden;
    font-size: 12.5px;
}

div.original
{
    margin-top: -1px;
}

a.linkTornar
{
    float: left;
    font-size: 1.2em;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    padding-left: 5px;
}

div.detail-Mailbox h3
{
    border-bottom: 1px solid #E2E2E3;
    font-family: itc_stone_sans_stdmedium;
    font-size: 15px;
    font-weight: normal;
}

div.remitent-Mailbox
{
    float: left;
    font-family: itc_stone_sans_stdmedium;
    font-weight: normal;
    font-size: 12px;
    color: #6d6e71;
    width: 80%;
}

    div.remitent-Mailbox img
    {
        float: left;
        height: 50px;
        margin-bottom: 20px;
        float: left;
        margin-right: 10px;
    }

    div.remitent-Mailbox span
    {
        display: block;
        float: left;
        margin-top: 10px;
    }

div.data-Mailbox
{
    float: right;
    font-family: HelveticaNeueThin;
    font-size: 12px;
    font-weight: normal;
    color: #6d6e71;
    margin-top: 10px;
}

div.text-Mailbox
{
    clear: both;
    margin: 0 auto;
    width: 90%;
}

.buttons-mailbox
{
    text-align: right;
    padding-bottom: 10px;
}

    
    #list-form input[type="submit"]
    {
       
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: 0 none;
        cursor: pointer;
        height: 35px;
        margin-left: 10px;
        margin-top: 0;
        padding: 0 10px;
    }
    .buttons-mailbox input[type="submit"], input[type="button"], button,
  input[type="button"]
    {
        border: 0 none;
        cursor: pointer;
        margin-top: 10px;
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    }


    
#seach .toggleButton #lblEntrada {
     padding: 0 10px;
    width: 110px;
}

#seach .toggleButton #lblMissatgesEnviats {
  padding: 0 10px;
    width: 108px;
    text-transform:capitalize;
}

#seach .toggleButton .unselected {
     background-color: #F0F0F1;
    color: #6D6E71;
    float: left;
    overflow: hidden;
}

#seach .toggleButton .selected {
    background-color: #00A3A3;
    color: #FFFFFF;
    float: left;
    font-weight: bold;
    overflow: hidden;
}

.icon
{
   float: left;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 38px;
    padding-right: 10px;
}
/***********************  MailBox ie  *****************************/
.ie7 div.menu-Mailbox ul li.primer-item
{
    border-left: 0 none;
    padding-left: 0;
}

.ie9 #ListMissatges input[type="checkbox"],
.ie8 #ListMissatges input[type="checkbox"],
.ie7 #ListMissatges input[type="checkbox"]
{
    margin-left: 5px;
    margin-top: 5px;
    border: 0;
}

.ie7 #ListMissatges input[type="checkbox"]
{
    float: left;
}

.ie7 #ListMissatges .mail-resum
{
    float: left;
    overflow: hidden;
    font-size: 12.5px;
}

.ie7 #ListMissatges .assumpte
{
    width: 100%;
}

.ie7 #ListMissatges .remitent
{
    width: 70%;
}

.ie7 button
{
    margin-left: 10px;
}


input[type=checkbox]
{
    display: none;
}

    input[type=checkbox]:checked + label
    {
    }

