body {
    position: absolute;
    width: 100%;
    margin: 0px auto;
    background-color: white;
    font-family: "helvetica";
}

input, textarea {
    border-radius: 0px;
}

/*LOGIN INICIO*/
#login_content {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -55%);
}

.loginContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../img/barra_sup.jpg");
    /*background-color:#1a98c5;*/
    background-size: 100% 100%;
}

.loginLogo {
    position: absolute;
    right: 20px;
    z-index: 1;
    top: 20px;
}

.loginLogo img {
    width: 250px;
}

.loginLogoRegister {
    position: relative;
    margin: auto;
    width: 80%;
    min-height: 35px;
    height: auto;
    text-shadow: none;
    color: white;
}

.loginLSessio {
    position: absolute;
    left: 20px;
    z-index: 1;
    top: 20px;
}

/*.loginLSessio img{
    width: 250px;
}*/

#register_content {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -55%);
}

.loginForm {
    position: relative;
    width: 50%;
    height: auto;
    padding-top: 25px;
    margin: auto;
}

.loginForm input {
    position: relative;
    width: 90%;
    border: none;
    font-size: 20px;
    line-height: 30px;
    color: rgb(0, 113, 185);
    padding-left: 5%;
    margin: auto;
    margin-bottom: 10px;
}

.loginForm a#loginbtn, .loginForm a#identificatebtn,.loginForm a#loginLdapBtn {
    display: block;
    margin-top: 10px;
    text-decoration: none;
    font-weight: normal !important;
    background-color: rgb(193, 206, 51);
    color: rgb(26, 113, 182) !important;
    padding: 2%;
    text-align: center;
    width: 100%;
    cursor: pointer;
}

.loginForm a#registerbtn {
    text-shadow: none;
    font-weight: normal;
    position: relative;
    border: none;
    padding: 2%;
    color: #fff;
    box-shadow: none;
    text-decoration: underline;
}

.loginForm .loginButton {
    float: right;
}

.loginForm button a:link,
.loginForm button a:visited,
.loginForm button a:hover,
.loginForm button a:active {
    text-decoration: none;
    color: inherit;
}

#usuarisAlthaia {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-right: 11px;
}

#usuarisAlthaia span {
    color: #fff;
    font-size: 23px;
}

#usuarisOlot {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-right: 11px;
}

#usuarisOlot span.title {
    color: #fff;
    font-size: 23px;
}

#divFormLoginLdap{
    margin-top:10px;
}

.loginButtonOAuth {
    display: block;
    margin-top: 10px;
    text-decoration: none;
    font-weight: normal !important;
    background-color: rgb(193, 206, 51);
    color: rgb(26, 113, 182) !important;
    padding: 2%;
    text-align: center;

}

#register_content .loginForm {
    width: 80%;
}

/*LOGIN FIN*/

/*HOME INICIO*/
.header {
    position: absolute;
    width: 100%;
    height: 10%;
    background-image: url("../img/headerBackground.png");
    background-size: 100% 100%;
}

.menu {
    position: relative;
    width: 33.3%;
    height: 100%;
    float: left;
}

.menu img {
    position: relative;
    height: 30%;
    margin-left: 20%;
    margin-top: 20%;
}

#back img {
    position: relative;
    height: 41%;
    margin-left: 20%;
    margin-top: 14%;
}

.headerLogo {
    position: relative;
    width: 33.3%;
    height: 100%;
    float: left;
}

.headerLogo img {
    position: relative;
    height: 59.3%;
    margin-left: 38%;
    margin-top: 10%;
}

.search {
    position: relative;
    width: 33.3%;
    height: 100%;
    float: left;
}

.search img {
    position: relative;
    height: 57%;
    left: 62%;
    top: 25%;
}

.closeHeader {
    position: absolute;
    width: 100%;
    height: 10%;
    background-color: black !important;
    z-index: 999;
}

.closeHeader div {
    position: absolute;
    right: 2%;
    top: 35%;
    color: white;
    font-weight: bold;
    width: 10%;
    height: 25%;
    text-align: center;
}

.content {
    position: absolute;
    width: 100%;
    top: 90px;
}

.backToList {
    text-align: left;
    margin-left: 330px;
    cursor: pointer;
}

.backToList p {
    color: #0071b9;
    text-decoration: underline;
}

.articlesMenuWrapper {
    display: block;
    float: right;
    padding-right: 50px;
    margin-top: -50px;
}

.articlesMenuWrapper ul {
    list-style: none;
}

.articlesMenuWrapper ul li {
    display: inline-block;
    float: left;
    margin-left: 10px;
}

.articlesMenuWrapper ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #494849;
    font-weight: 400;
}

.popupTags {
    position: fixed;
    width: 15%;
    height: 100%;
    margin-left: 20px;
    /*top: 10%;*/
    padding: 20px 0;
    background-color: white;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    z-index: 9;
    display: initial;
    text-align: center;
    min-width: 250px;
}

.contentTags {
    background: url('../img/sidebar_back.png') no-repeat;
    background-position: bottom;
    padding: 5px 0;
    text-align: left;
    overflow: auto;
}

.tagPopup {
    position: relative;
    width: 100%;
    /*height: 40px;*/
    /*border-bottom: 1px solid black;*/
    line-height: 40px;
    font-size: 15px;
    white-space: nowrap;
}

.tagPopup .contentTagPopup {
    padding-left: 20px;
    padding-right: 32px;
    border-left: 5px solid #fff;
}

/*.tagPopup .contentTagPopup::after{
    content: "";
    width: 40px;
    height: 40px;
    background: url(../img/arrowLeft.png) no-repeat 20px;
    right: 5px;
    position: absolute;
}

.tagPopup .contentTagPopup:hover::after{
    content: "";
    width: 40px;
    height: 40px;
    background: url(../img/arrowLeft2.png) no-repeat 20px;
    right: 5px;
    position: absolute;
}

.tagPopup .contentTagPopup.subtag::after{
    background: url(../img/more.png) no-repeat 20px !important;
	right: 10px !important;
}*/

.tagPopup .contentTagPopup:first-child:hover, .tagSelect .contentTagPopup:first-child {
    background-color: #e6f0f2;
    color: #0071b9;
    border-left: 5px solid #0071b9;
    cursor: pointer;
}

.tagPopup.valorades .contentTagPopup {
    color: #c1ce00;
}

.tagPopup.valorades .contentTagPopup::after {
    content: "";
    width: 40px;
    height: 40px;
    background: url(../img/arrowLeft3.png) no-repeat 20px;
    right: 5px;
    position: absolute;
}

.tagPopup.valorades .contentTagPopup:hover, .tagSelectValorades .contentTagPopup {
    background-color: #f7fab0;
    color: #c1ce00;
    border-left: 5px solid #c1ce00;
}

.tagPopup img {
    position: absolute;
    /*height: 45%;*/
    height: 15px;
    right: 8px;
    top: 13px;
}

#menuDisponibles, #menuInscripcions {
    margin-left: 5%;
}

#menuDisponibles, #menuInscrits, #menuInscripcions, #menuSolicituds {
    position: relative;
    width: 44.5%;
    height: 100%;
    border: 1px solid rgb(193, 193, 193);
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    float: left;
    cursor: pointer;
}

.footerTags {
    position: absolute;
    bottom: 40px;
    padding: 20px 0;
    width: 100%;
    background-color: #4d4d4d;
    text-shadow: none;
    color: white;
    text-align: left;
}

.footerTags label {
    margin: 0;
    padding: 0 20px;
}

/*HOME FIN*/

/*LIST INICIO*/
.listPage {
    position: relative;
    width: 100%;
/ / height: 100 %;
}

.listHeader {
    position: fixed;
    width: 100%;
    /*height: 6%;*/
    /*background-color: rgb(193,206,51);*/
    background-image: url('../img/barra_sup.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 18px;
    /*text-align: center;*/
    /*margin-left: 30%;*/
    line-height: 40px;
    color: rgb(26, 113, 182);
    text-shadow: none;
    color: #c1ce00;
    z-index: 3;
    height: 74px;
    top: 0;
}

#menuLlistat {
    float: right;
}

.listHeader img {
    width: 30px;
    padding: 20px 0;
}

.listHeader_certificats {
    display: none;
    margin-bottom: 10px;
    overflow: auto;
    background: none;
    text-align: center;
}

#menuResume {
    margin-left: 5%;
}

#menuResume, #menuLlistat {
    position: relative;
    width: 44.5%;
    height: 100%;
    border: 1px solid rgb(193, 193, 193);
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    float: left;
}

.listHeader_certificats > div {
    width: 50%;
    margin-left: -1px;
}

.listHeader_certificats > div:first-child {
    float: left;
    border-right: 1px solid white;
}

.listHeader_certificats > div span {
    text-shadow: none !important;
}

.listContainer {
    position: relative;
    width: 100%;
/ / height: 89 %;
    overflow-y: auto;
}

.listContainer_margin, .listHeader .inline {
    margin-left: 20%;
    width: 80%;
    height: 100%;
}

#inputSearch {
    width: 90%;
}

#inputSearch_container {
    text-align: center;
    width: 100%;
    padding: 20px 0 20px 0;
}

#inputSearch {
    background-image: url('../img/search.png');
    background-position: 5px 3px;
    background-repeat: no-repeat;
    padding-left: 30px;
}

.list {
    position: relative;
    width: 100%;
    height: auto;
    overflow-y: auto;
}

.elementList, .elementListCertificate {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 94px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(193, 193, 193);
    cursor: pointer;
}

.elementList a:link,
.elementList a:visited,
.elementList a:hover,
.elementList a:active {
    text-decoration: none;
    color: inherit;
}

.llistat_content {
    width: 100%;
}

.elementListCertificate .elementListDate {
    width: 14%;
    text-align: left;
    margin-left: 0;
}

.elementListDate {
    position: absolute;
    width: 8%;
    height: auto;
    margin-left: 15px;
    font-size: 13px;
    color: rgb(26, 113, 182);
}

.elementListDate span {
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
}

.elementListInfo {
    position: relative;
    width: 70%;
    height: auto;
    margin-left: 15%;
}

.categories {
    position: relative;
    width: 100%;
    font-size: 13px;
    margin-bottom: 2px;
    font-weight: normal;
}

.title {
    position: relative;
    width: 100%;
    font-size: 14px;
    margin-bottom: 2px;
}

.subtitle {
    position: relative;
    width: 100%;
    font-size: 13px;
    color: rgb(26, 113, 182);
    word-wrap: break-word;
    min-height: 16px;
}

.goFullInfo {
    position: absolute;
    top: 30px;
    right: 5px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.goFullInfo:hover {
    background-color: #78abdc;
}
.goFullInfo img:hover {
    background-color: #78abdc;

}
.goFullInfo:focus {
    outline: none;
}

.goFullInfo img {
    position: relative;
    width: 38%;
}

.infoInscripcion{
    text-align: right;
    position: relative;
    width: 100%;
    font-size: 13px;
    margin-bottom: 2px;
    font-weight: normal;
    color: rgb(26, 113, 182);

}

.infoInscripcion span{
    color: #000;
}

.clicker {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}

/*LIST INICIO*/

/*ARTICULO INICIO*/
.articlePage {
    position: relative;
    width: 100%;
    background: #ebf6f7;
    /*height: 100%;*/
}

.pictureContainer {
    position: relative;
    width: 45%;
    height: 100%;
    float: left;
    margin-right: 3%;
}

.resourcesContainer {
    position: relative;
    width: 48%;
    height: 100%;
    float: left;
}

.resourcesContainer .leftResources {
    width: 48%;
    float: left;
    margin-left: 1%;
    cursor: pointer;
}

.resourcesContainer .leftResources p {
    width: auto;
    background: #ced0d1;
    text-align: left;
    margin: 0;
    padding: 16px 0;
    margin-bottom: 15px;
    padding-left: 45px;
    font-size: 14px;
    color: #5b6572;
    position: relative;
}

.resourcesContainer .leftResources p .icon {
    min-width: 13px;
    /*max-width: 22px;*/
    position: absolute;
    left: 20px;
    top: 16px;
    width: 16px;
}

.resourcesContainer .rightResources {
    width: 48%;
    float: right;
    margin-right: 1%;
    cursor: pointer;
}

.resourcesContainer .rightResources .content {
    position: relative;
    top: 0;
}

.resourcesContainer .rightResources p {
    width: auto;
    background: #ced0d1;
    text-align: left;
    margin: 0;
    padding: 16px 0;
    margin-bottom: 15px;
    padding-left: 45px;
    font-size: 14px;
    color: #5b6572;
    position: relative;
}

.resourcesContainer .rightResources p .icon {
    width: 19px;
    position: absolute;
    left: 20px;
    top: 15px;
}

.videoContainer {
    position: relative;
    width: 48%;
    height: 100%;
    float: right;
}

.pictureContainer img {
    position: relative;
    max-width: 100%;
    max-height: 600px;
}

.articleContainer {
    position: relative;
    width: 100%;
    height: 56%;
    /* margin-left: 5%; */
}

.articleDate {
    position: relative;
/ / width: 100 %;
/ / height: auto;
/ / margin-top: 14 px;
    font-size: 13px;
    color: rgb(26, 113, 182);
}

.articleTitle {
    position: relative;
/ / width: 100 %;
/ / height: 10 %;
/ / margin-top: 5 px;
    font-size: 20px;
    color: #494849;
    font-weight: 700;
}

.articleSelector {
    position: relative;
    width: 100%;
    height: 30px;
    margin-top: 10px;
}

.selectorOption {
    position: relative;
    width: 49%;
    height: 100%;
    border: 1px solid rgb(193, 193, 193);
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    float: left;
}

#selectorOption1 {
    background-color: rgb(190, 233, 239);
}

#selectorOption2 {
    background-color: white;
}

/*Text option inicio*/
.optionInfo {
    position: relative;
    width: 100%;
    height: 60%;
    margin-top: 5px;
}

.textOption {
    clear: both;
    position: relative;
    width: 40%;
    height: auto;
    color: #333;
    font-size: 14px;
    display: initial;
    margin: 50px 0px;
}

.textOption p {
    /*padding: 0 50px;*/
    margin: 0;
    text-align: justify;
}

/*text option fin*/

/*resources option inicio*/
.resourcesOption {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 40px;
    /* display: none;*/
}

.videoDocs {
    position: relative;
    width: auto;
    margin-top: 10px;
    display: none;
    overflow-y: auto;
    max-height: 300px;

}

.videoDocsButton {
    position: relative;
    text-shadow: none;
    color: #000;
    margin-bottom: 0;
    cursor: pointer;
}

.contentDocButton:first-child {
    border-bottom: 2px dashed #ccc;
    padding-bottom: 10px;
    margin-bottmo: 10px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.contentDocButton {
    text-align: left;
}

/*
.videoDocsButton img{
	position: absolute;
    height: 52%;
    top: 23%;
    right: 15%;
}
*/

.docsText {
    font-size: 14px;
    text-decoration: underline;
}

.moreArticles, .moreLinks {
    position: relative;
/ / width: 50 %;
    width: auto;
    margin-top: 10px;
    margin-bottom: 100px;
/ / padding: 0 100 px;
/ / float: right;
/ / display: none;
}

.moreLinks {
    padding: 0;
}

.avaluacio {
    position: relative;
    width: auto;
    margin-top: 10px;
    margin-bottom: 100px;
    padding: 0 100px;
    display: none;
}

.moreArticlesTitle, .moreLinksTitle {
    color: rgb(26, 113, 182);
    font-size: 13px;
    padding-bottom: 10px;
}

.otherArticle, .otherLink {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    /*border-bottom: 1px solid rgb(193,193,193);*/
    color: rgb(73, 72, 73);
}

.otherLink {
    padding-bottom: 10px;
}

.otherArticleInfo {
    cursor: pointer;
}

.otherArticleDate {
    position: relative;
    width: 90%;
    font-size: 13px;
    margin-top: 10px;
    font-size: 11px;
}

.textNoDoc {
    position: relative;
    width: 90%;
    font-size: 13px;
    margin-top: 10px;
    font-size: 11px;
}

.otherArticleTitle {
    font-weight: bold !important;
    position: relative;
    width: 100%;
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: normal;
    color: black;
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: solid 0.5px #ccc;
}

.goOtherArticle {
    position: absolute;
    width: 8%;
    height: 30px;
    top: 30%;
    right: 0%;
    cursor: pointer;
}

.goOtherArticle img {
    position: absolute;
    width: 10px;
    right: 20px;
    cursor: pointer;
}

/*resources option fin*/

#avaluacio {
    width: 100%;
    overflow-y: auto;
    max-height: 300px;
}

/*Articulo footer inicio*/
.articleFooter {
    clear: both;
    position: relative;
    min-height: 50px;

    width: 99%;
    text-align: center;
    padding: 0;
    background-color: rgb(230, 235, 153);

}

.articleFooter > div {
    min-height: 50px;
}

.articleFooter label {
    position: absolute;
    margin-bottom: 0;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.articleFooterSection {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;

}

.articleFooterSection:first-child {
    border-left: 0px;
}

.articleFooterSection img, .articleFooterSection label {
    cursor: pointer;
}

.articleFooterSectionText{
    border-bottom: 2px dashed #ccc;
    padding-bottom: 6px;
    min-height: 36px;
    text-decoration: underline;
    margin-bottom: 10px;
}

.scorms {
    border-bottom: 2px dashed #ccc;
    padding-bottom: 6px;
    /*min-height: 36px;*/
    text-decoration: underline !important;
    margin-bottom: 10px;
    font-size: 14px !important;

}

.scorms a {
    color: #333 !important;
    font-weight: 400 !important;
}

/*Articulo footer fin*/

.videoDocs iframe {
    display: none;
    background-color: black;
}

.popupsContainer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.7);
    display: none;
    left: 0;
    z-index: 9;
}

#articlePopupsContainer2.popupsContainer {
    z-index: 8;
}

.popupArticle {
    position: fixed;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 2px solid rgb(70, 147, 199);
    display: none;
    z-index: 10;
}

.popupArticle input {
    position: relative;
    width: 87%;
    margin-left: 5%;
    margin-top: 5%;
    padding: 1%;
}

.popupArticleText {
    position: fixed;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 2px solid rgb(70, 147, 199);
    display: none;
    z-index: 10;
}

.popupArticleText textarea {
    position: relative;
    width: 88%;
    max-height: 50%;
    min-height: 50%;
    margin-left: 5%;
    margin-top: 5%;
    resize: none;
    border: 1px solid black;
    padding: 10px;
}

.popupArticleTitle {
    position: relative;
    width: 90%;
    margin-left: 20px;
    padding-top: 50px;
    padding-bottom: 10px;
    border-bottom: 1px solid gray;
}

.starsContainer {
    position: relative;
    width: 80%;
    margin-left: 10%;
    min-height: 50px;
    margin-top: 10%;
    margin-bottom: 8%;
}

.starContainer {
    position: relative;
    width: 20%;
    height: 80px;
    float: left;
}

.starDeactivated {
    background-image: url("../img/deactivatedStar.png");
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: 20% 0%;
}

.starActivated {
    background-image: url("../img/activatedStar.png");
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: 20% 0%;
}

.popupSend {
    position: relative;
    margin-right: 5%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 35px;
    background-color: rgb(47, 161, 216);
    color: white;
    border: none;
    float: right;
}

.cancelSend {
    position: relative;
    margin-left: 5%;
    margin-top: 3%;
    margin-bottom: 5%;
    font-size: 17px;
    line-height: 35px;
    background-color: rgb(47, 161, 216);
    color: white;
    border: none;
    float: left;
}

.inline > * {
    display: inline-block !important;
    vertical-align: middle;
}

/*ARTICULO FIN*/

.ui-loading .ui-loader {
    display: none;
}

#loading {
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 100000;
    position: absolute;
    opacity: 0.7;
    display: none;
}

#loading img {
/ / max-width: 100 px;
    max-width: 10%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

@media (max-width: 1410px) {
    /*.listContainer_margin, .listHeader .inline {
        margin-left: 280px;
        width: 80%;
    }*/

    .listContainer_margin {
        margin-left: 280px;
        width: 80%;
    }

    .articleFooter > div img, .articleFooter > div div {
        display: block !important;
        margin: auto;
    }
}

#popupComment {
    overflow-y: scroll;
    padding-bottom: 20px;
}

#historic_comentaris {
    margin-left: 5%;
    margin-right: 5%;
    max-height: 100px;
}

#historic_comentaris > div {
    border-bottom: 1px solid #ccc;
    overflow: auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.comment_text {
    font-family: "helvetica";
    margin-top: 0;
    width: 60%;
    float: left;
}

.comment_date {
    width: 40%;
    float: right;
    text-align: right;
}

#preguntes {
    padding: 0 20px 20px;
}

#preguntes textarea, #preguntes label {
    font-size: 14px;
}

.hide {
    display: none;
}

.ui-radio-off {
    background-color: #f6f6f6 !important;
}

.ui-radio-on {
    background-color: #ededed !important;
}

.ui-btn {

    font-family: 'helvetica';
}

.scoreContainer {
    width: 90%;
    margin-left: 5%;
    padding-top: 5%;
    padding-bottom: 3%;
}

.scoreContainerScore {
    text-align: center;
    width: 50%;
    margin: 25px auto;
    border: 1px solid rgb(70, 147, 199);;
    padding: 10px;
}

#score {
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 0;
}

#selectorOption3[disabled] {
    background: rgb(220, 220, 220);
}

#nota_tall {
    font-weight: bold;
}

.bold {
    font-weight: bold !important;
}

.pregunta {
    font-size: 14px;

}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.avaluacio .content {
    position: relative;
    top: 0;
}

.avaluacio .content > div {
    display: none;
}

#avaluacio_feta, #no_avaluacio {

    display: none;
}

.listHeader_certificats > div {
/ / background-color: rgb(193, 206, 51);
}

.selected {
    background-color: rgb(190, 233, 239) !important;
}

/*.credits_content {
    padding-left: 0px;
    width: 43%;
    float: left;
    padding-right: 1%;
    border-right: 1px solid rgb(193, 193, 193);
}

.credits_content h2:first-child {
    margin-top: 15px;
}

.credits_content h2 {
    background-color: rgb(190, 233, 239);
    border: 1px solid rgb(193, 193, 193);
    font-size: 19px;
    padding: 11px;
    text-shadow: none;
    color: rgb(26, 113, 182);
}*/

.red {
    color: red;
}

.articleContainer_ex, .articles_container_no-inscrits, .articles_container_inscrits {
    display: none;
}

.btn-inscriures {
    background: #3d86c0;
    padding: 5px 10px;
    text-shadow: none;
    color: white !important;
    cursor: pointer;
}

.articleContainer_list {
    border-bottom: 1px solid #ccc;
    margin: 10px auto;
    width: 93%;
    padding-bottom: 45px;
    /* padding: 0 0px; */
}

.articles_container_inscrits .articleContainer_list {
    padding-bottom: 20px;
}

.articleContainer_list a {
    text-decoration: none;
    font-weight: normal;
}

.inscribe_btn_content {
    padding: 10px 0;
    text-align: right;
    float: right;
    margin-right: 53px;
}

.btn-inscriures.btn-pending {
    background: #ccc;
}

.articleContainer_list.not_accept {
/ / background-color: #ffdada;
/ / background-image: repeating-linear-gradient(45 deg, transparent, transparent 35 px, rgba(255, 255, 255, .5) 15 px, rgba(255, 255, 255, .5) 70 px);
}

.articleContainer_list.not_accept .btn-inscriures, .not_accept.btn-inscriures {
    background-color: #d86363;
}

.articleContainer_list.pending .btn-inscriures, .pending.btn-inscriures {
    background-color: #bbb;
}

h3.no_sessions {
    text-align: center;
}

.btn-pdf {
    background: #d93434;
    background-image: -webkit-linear-gradient(top, #d93434, #b82b2b);
    background-image: -moz-linear-gradient(top, #d93434, #b82b2b);
    background-image: -ms-linear-gradient(top, #d93434, #b82b2b);
    background-image: -o-linear-gradient(top, #d93434, #b82b2b);
    background-image: linear-gradient(to bottom, #d93434, #b82b2b);
    -webkit-border-radius: 7;
    -moz-border-radius: 7;
    border-radius: 7px;
    font-family: Arial;
    color: #ffffff !important;
    font-weight: normal !important;
    font-size: 15px;
    padding: 7px 10px;
    text-decoration: none;
}

.listContent {
    padding-left: 30px;
    width: 90%;
    margin: auto;
}

@media screen and (max-width: 990px) {
    .listContainer {
        overflow-y: auto;
    }
}

@media screen and (min-width: 991px) {
    .listContainer {
        overflow-y: visible;
    }
}

.inscripcions_formulari, .inscripcions_solicituds {
    width: 96%;
}

.inscripcions_solicituds .solicitud {
    padding: 20px;
    margin-top: 5px;
}

.inscripcions_solicituds .solicitud.aprovacio_0 {
    background-color: #fad4ce
}

.inscripcions_solicituds .solicitud.aprovacio_1 {
    background-color: #eef8d6
}

.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
    text-shadow: none;
}

.links-wrapper {
    width: 47%;
    display: inline-block;
    float: left;
    margin-right: 3%;
}

.links-wrapper h3 {
    font-size: 15px;
    font-weight: 700;
    color: #0071b9;
    border-bottom: 1px solid #0071b9;
    width: 100%;
}

.articles-wrapper {
    width: 47%;
    display: inline-block;
}

.articles-wrapper h3 {
    font-size: 15px;
    font-weight: 700;
    color: #0071b9;
    border-bottom: 1px solid #0071b9;
    width: 100%;
}

.media-zone {

    position: absolute;
    top: 0;
    width: 0;
    height: 720px;
    right: 0;
    background: #fff;
    z-index: 2;
    border-left: 2px solid #0071b9;

    -webkit-transition: width 1s ease;
}

.media-zone.open {
    width: 100%;

}

.media-zone.open .arrow-close {
    position: absolute;
    top: 50%;
translateY(- 50 %);
    left: -15px;
    z-index: 100;
    cursor: pointer;
}

.media-zone.open iframe {
    width: 50% !important;
    height: 50% !important;
    z-index: 99 !important;
    float: left !important;
    display: inline-block !important;
    margin-top: 15px;
}

.image-zone {

    position: absolute;
    top: 0;
    width: 0;
    height: 720px;
    right: 0;
    background: #fff;
    z-index: 2;
    border-left: 2px solid #0071b9;

    -webkit-transition: width 1s ease;
}

.image-zone.open {
    width: 100%;

}

.image-zone.open .arrow-close {
    position: absolute;
    top: 50%;
translateY(- 50 %);
    left: -15px;
    z-index: 100;
    cursor: pointer;
}

.image-zone.open iframe {
    width: 50% !important;
    height: 50% !important;
    z-index: 99 !important;
    float: left !important;
    display: inline-block !important;
    margin-top: 15px;
}

.avaluacio-zone {

    position: absolute;
    top: 0;
    width: 0;
    height: 720px;
    right: 0;
    background: #fff;
    z-index: 2;
    border-left: 2px solid #0071b9;

    -webkit-transition: width 1s ease;
}

.avaluacio-zone.open {
    width: 100%;

}

.avaluacio-zone.open .arrow-close {
    position: absolute;
    top: -8px;

    left: -15px;
    z-index: 100;
    cursor: pointer;
}

.avaluacio-zone.open iframe {
    width: 50% !important;
    height: 50% !important;
    z-index: 99 !important;
    float: left !important;
    display: inline-block !important;
    margin-top: 15px;
}

.avaluacio-zone .resourcesOption {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0px;
    /* display: none; */
    overflow: auto;
    height: 100%;
}

.m_evaluacion {
    font-size: 14px !important;
}

/* The alert message box */
.alert {
    padding: 1px 10px;
    background-color: #f44336;
    color: white;
    margin: 15px;
    width: 32%;
}

/* The close button */
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
}

.alertConfirm {
    display: none;
}

.enquesta-zone {

    position: absolute;
    top: 0;
    width: 0;
    min-height: 720px;
    right: 0;
    background: #fff;
    z-index: 2;
    border-left: 2px solid #0071b9;

    -webkit-transition: width 1s ease;
}

.enquesta-zone.open {
    width: 100%;

}

.enquesta-zone.open .arrow-close {
    position: absolute;
    top: -8px;

    left: -15px;
    z-index: 100;
    cursor: pointer;
}

.enquesta-zone.open iframe {
    width: 50% !important;
    height: 50% !important;
    z-index: 99 !important;
    float: left !important;
    display: inline-block !important;
    margin-top: 15px;
}

.enquesta-zone .resourcesOption {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0px;
    /* display: none; */
    overflow: auto;
    height: 100%;
}

.enquesta-zone form {
    padding: 25px;
}

.scorms-zone {

    position: absolute;
    top: 0;
    width: 0;
    height: 720px;
    right: 0;
    background: #fff;
    z-index: 2;
    border-left: 2px solid #0071b9;

    -webkit-transition: width 1s ease;
}

.scorms-zone.open {
    width: 100%;

}

.scorms-zone.open .arrow-close {
    position: absolute;
    top: 50%;
translateY(- 50 %);
    left: -15px;
    z-index: 100;
    cursor: pointer;
}

.scorms-zone.open iframe {
    width: 100% !important;
    height: 98% !important;
    z-index: 99 !important;
    float: left !important;
    display: inline-block !important;
    margin-top: 15px;
}

.loginContainerColor {
    background-color: rgb(19, 52, 93) !important;
    background-image: none;
}

.color-blueCelest span {
    color: white !important;
}

.color-blueCelest {
    background-color: #78abdc !important;

}

.goFullInfo[aria-expanded='false'] {
    transition: .3s transform ease-in-out;
}

.goFullInfo[aria-expanded='true'] {
    transition: .3s transform ease-in-out;

    transform: rotate(90deg);
}
.backToList img{
    margin-bottom:1rem;
}

.inscripcio-btn {
    background-color:green !important;
    color:#fff !important;
}

.modal button.ui-btn, .ui-controlgroup-controls button.ui-btn-icon-notext {
    width: auto;
    border:0;
    box-shadow: none !important;
    text-shadow: none !important;
}
.select2-container{
    width: 100% !important;
}
.popupArticleContent{
    margin-left:20px;
}