/*HEADER*/
.header{
	position:fixed;
	top: 0;
	left:0;
	height:60px;
	width:100%;
	background:#fff;
	color: #333;
	/*box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);*/
	box-shadow: 0 1px 0 0 #e6e6e6;
    z-index: 200;
}





/*SIDEBAR*/
.sidebar{
	position:fixed;
	top: 0;
	left:0;
	height:100%;
	width: 56px;
	background:#4F5467;
	color: #fff;
	/*box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);*/
	z-index: 200;
    font-family: 'Roboto';
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
	overflow-x:hidden;
	transition:0.2s ease;
}

.sidebar::-webkit-scrollbar{
	display:none;
}

.sidebar:hover{
	width: 265px;
}
.sidebar:hover .fixador, .sidebar:hover .drop-btn{
	opacity: 1;
}
.sidebar-head{
	position: relative;
	height: 60px;
	background:#44495b;
}
.logofcf{
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    height: calc(100% - 20px);
}
.logofcf2{
    font-size: 80px;
    position: absolute;
    top: -10px;
    left: 16px;
	cursor:pointer;
}
.fixador{
  position:absolute;
  top: 50%;
  transform:translateY(-50%);
  right: 16px;
  width:12px;
  height:12px;
  border:solid 1px rgba(255, 255, 255, 0.8);
  box-shadow:inset 0 0 0 3px #44495b;
  border-radius:50%;
  box-sizing:border-box;
  background:none;
  opacity: 0;
  cursor:pointer;
}
/*.bg-fixador{
  background:rgba(255, 255, 255, 0.8);
}*/
.fixador-fix{
  background:rgba(255, 255, 255, 0.8) !important;
  opacity: 1 !important;
}
.sidebar-fix{
  width: 265px !important;
}
.drop-btn-fix{
  opacity: 1 !important;
}
.header-fix{
  margin: 0 0 0 265px !important;
  padding: 10px 15px;
  transition:0.3s ease;
}
.header-nofix{
  margin: 0 0 0 56px !important;
}
.box-menu-mbl{
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
}
.box-menu-mbl:hover{
    color: #44495b;
}
.btn-menu-mbl{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 17px;
    color: #4F5467;
}
.box-user{
    position: absolute;
    top: 0;
    right: 60px;
    height: 60px;
}
.box-user{
    position: absolute;
    top: 0;
    right: 60px;
    height: 60px;
    color: #4F5467;
}
.box-user div:nth-child(1){
    border: solid 1px #4F5467;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 230px;
    transform: translateY(-50%);
}
.box-user div:nth-child(1) i{
    position: absolute;
    top: calc(50% + 4px);
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 37px;
    color: #4F5467;
}
.box-user div:nth-child(2){
    position: absolute;
    top: 50%;
    right: 0;
    width: 220px;
    transform: translateY(-50%);
}
.box-logout{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
}
.box-logout:hover{
    color: #44495b;
}
.btn-logout{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 17px;
    color: #4F5467;
}





.logout-menu{
    position:absolute;
    top:65px;
    right:5px;
    width: 0px;
    background:#4F5467;
    color:#fff;
    font-family: 'Roboto';
    font-size:12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding:0px 0;
    opacity:0;
    max-height: 100px;
    overflow: scroll;
    transition:0.3s ease;
	overflow: hidden;
}
.logout-menu div{
    position:relative;
    height:0px;
    opacity:0;
    overflow:hidden;
    line-height:24px;
    padding:0 18px;
    border-top: solid 1px rgba(255,255,255,0.1);
    border-bottom: solid 1px rgba(255,255,255,0.1);
    transition:0.3s ease-in-out;
}
.logout-menu-on{
    position:absolute;
    width: 165px;
    padding:10px 0;
    opacity:1;
    z-index: 200;
	overflow: hidden;
}
.logout-menu-on div{
    position:relative;
    height:48px;
    opacity:1;
    line-height:24px;
    padding:0 18px;
    transition:0.3s ease-in-out;
}
.logout-menu div:hover{
    background: rgba(0,0,0,0.1);
}
.logout-menu div span{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left: 48px;
}
.logout-menu div i{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}





.wrapper-fix{
  margin: 0 0 0 265px !important;
}

.sidebar-content{
	position: relative;
	width: 100%;	
	margin:16px 0px;
    border-top:solid 1px rgba(255,255,255,0.1);
    border-bottom:solid 1px rgba(255,255,255,0.1);
    /*overflow:auto;*/
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 95px);
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}
.no-drop{
    position:relative;
    min-height:48px;
    color:rgba(255, 255, 255, 0.8);
    transition:0.2s ease;
	cursor:pointer;
}
.no-drop:hover{
    background:#3f4352;
}
.no-drop i{
    position:absolute;
    top:50%;
    left:16px;
    font-size:16px;
    width:24px;
    height:24px;
    line-height:24px;
    text-align:center;
    transform:translateY(-50%);
}
.no-drop span{
    position:absolute;
    top:50%;
    left:72px;
    transform:translateY(-50%);
    line-height:16px;
}
.drop{
    height:48px;
    display:block;
    overflow:hidden;
    cursor: pointer;
}
.dropped{
    height:auto;
}
.drop-btn{
    position:absolute;
    opacity: 0;
    right:16px;
    left:auto !important;
    top:0;
    transform:translateY(-50%);
    width:16px !important;
    height:16px !important;
    line-height: 16px !important;
    font-size:16px !important;
    transition: 0.2s ease;
}
.drop-btn-on{
    position:absolute;
    right:16px;
    left:auto !important;
    top:0;
    transform:translateY(-50%) rotate(180deg) !important;
    width:16px !important;
    height:16px !important;
    font-size:16px !important;
}
.drop .drop-in:nth-child(1){
    position:relative;
    min-height:48px;
    color:rgba(255, 255, 255, 0.8);
	cursor:pointer;
}
.drop .drop-in:nth-child(1):hover{
    background:#3f4352;
}
.drop .drop-in:nth-child(1) i{
    position:absolute;
    top:50%;
    left:16px;
    font-size:16px;
    width:24px;
    height:24px;
    line-height:24px;
    text-align:center;
    transform:translateY(-50%);
}
.drop .drop-in:nth-child(1) span{
    position:absolute;
    top:50%;
    left:72px;
    transform:translateY(-50%);
    line-height:16px;
    margin-right: 32px;
}
.drop-in{
    position:relative;
    min-height:48px;
    color:rgba(255, 255, 255, 0.8);
    background: #474b5c;
    transition:0.2s ease;
}
.drop-in:hover{
    background:#3f4352;
}
.drop-in i{
    position:absolute;
    top:50%;
    left:32px;
    font-size:16px;
    width:24px;
    height:24px;
    line-height:24px;
    text-align:center;
    transform:translateY(-50%);
}
.drop-in span{
    position:absolute;
    top:50%;
    left:88px;
    transform:translateY(-50%);
    line-height:16px;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.drop-in-base{
    background:#4f5467;
}
.drop-active{
    background:#3f4352;
    transition:0.2s ease;
}
.drop-active:hover{
    background:#3f4352;
}




/*WRAPPER*/
.wrapper{
	position: relative;
    top: 60px;
    margin: 0 0 0 56px;
    padding: 10px 15px;
    transition:0.3s ease;
}


/*LOGIN*/
.login-body{
    background: #4f5467;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, rgba(79, 84, 103, 0.7), rgba(63, 67, 82, 0.99)), url('../img/login-bg.jpg');  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, rgba(79, 84, 103, 0.7), rgba(63, 67, 82, 0.99)), url('../img/login-bg.jpg'); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
}
.login-shadow-box{
    position: fixed;
    top: 2vw;
    bottom: 2vw;
    background:rgba(0,0,0,0.2);

    animation: 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 shadowBox;
    animation-fill-mode: forwards;
}
.login-box{
    position: fixed;
    top: calc(50% - 200px);
    opacity: 0;
    left: 50%;
    transform:translate(-50%, -50%);
    background:#fff;
    overflow: hidden;
    width:100%;
    
    max-width:450px;
    border-radius:2px;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 20px 50px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 20px 50px 0px rgba(0,0,0,0.3);

    animation: 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s 1 loginBox;
    animation-fill-mode: forwards;
}

.login-logo{
    position: absolute;
    top: 10%;
    left: 5vw;
    font-size: 35vw;
    color: rgba(255,255,255,0.1);
    transform: rotate(-90deg) rotateX(90deg);
    animation: 2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s 1 loginLogo;
    animation-fill-mode: forwards;
}

.login-text1{
    position: fixed;
    left: 57%;
    right: 13%;
    top: 3vw;
    text-align: right;
    color: rgba(255,255,255,0.8);
    font-size: 4vw;
    letter-spacing: 0.2vw;
    font-family: 'Roboto';
    font-weight: bold;
}
.login-text2{
    position: fixed;
    left: 45%;
    right: 25%;
    bottom: 16vw;
    text-align: right;
    color: rgba(255,255,255,0.3);
    font-size: 1vw;
    letter-spacing: 1vw;
    font-weight: 300;
    transform: rotate(90deg);
    transform-origin: top;
}



@keyframes shadowBox {
  0% {
    left: 100%;
    right: 0%;
  }
  100% {
    left: 58%;
    right: 12%;
  }
}

@keyframes loginLogo {
  0% {
    transform: rotate(-90deg) rotateX(90deg);
  }
  100% {
    transform: rotate(-90deg) rotateX(0deg);
  }
}

@keyframes loginBox {
  0% {
    top: calc(50% - 100px);
    opacity: 0;
  }
  100% {
    top: calc(50% - 0px);
    opacity: 1;
  }
}





/*PORTADA*/
.box-last-news{
    position: relative;
    border-bottom: solid 1px #e3e3e3;
    color: #222;
    height: 100px;
    width: 100%;
    font-size: 0;
    box-sizing: border-box;
    margin-top: 0px;
    cursor: pointer;
    transition:0.5s;
}
.box-last-news:hover{
    color:black;
    transition:0.5s;
}
.box-last-news div:nth-child(1){
    display: inline-block;
    position: absolute;
    width: 120px;
    height:100%;
    overflow: hidden;

}
.box-last-news div:nth-child(1) img{
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.box-last-news div:nth-child(2){
    display: inline-block;
    position: absolute;
    right: 0;
    width: calc(100% - 120px);
    height:100%;
    font-size: 17px;
}

.box-last-news div:nth-child(2) p{
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px 10px;
}




.box-album{
    position: relative;
    width: calc(33.33333333% - 8px);
    /*margin: 2px;*/
    display: inline-block;
    font-size: 12px;
    overflow: hidden;
    border:solid 1px #ccc;
    background: #ccc;
    cursor: pointer;
    transition:0.3s;
	min-height: 300px;
}
.box-album:before {
    content:"";
    display: block;
    padding-bottom: 100%;
    /* ratio de 1:1 */
}
.album-foto{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    z-index: 1;
    transition: 0.3s;
}
.album-title{
    position: absolute;
    bottom: 0;
    z-index: 2;
    background: #fff;
    color: #333;
    padding: 5px;
    font-weight: bold;
    height: 75px;
    width:100%;
    line-height: 15px;
    pointer-events: none;
    transition:0.3s;
}
.album-title span{
    display: block;
    font-size: 12px;
    color: #909090;
}
.box-album:hover .album-title{
    color:#4F5467;
    height: 85px;
}



.box-album2{
    position: relative;
    width: calc(16.66666666% - 8px);
    margin: 2px;
    margin-bottom: 17px;
    margin-top: 7px;
    display: inline-block;
    font-size: 12px;
    overflow: hidden;
    border:solid 1px #ccc;
    background: #ccc;
    cursor: pointer;
    transition:0.3s;
}
.box-album2:before {
    content:"";
    display: block;
    padding-bottom: 100%;
    /* ratio de 1:1 */
}
.box-album2:hover .album-title{
    color:#4F5467;
    height: 85px;
}

.p-r .modificar{
    position:absolute;
    bottom:0px;
    left:50%;
    transform:translateX(-50%);
    height:40px;
    width:90%;
    max-width:150px;
    background:#fff;
    border:solid 1px #ccc;
    color:#222;
    text-align:center;
    line-height:40px;
    text-transform:uppercase;
    letter-spacing:4px;
    font-size:12px;
    cursor:pointer;
    z-index: 2;
    transition:0.3s;
}
.p-r .modificar:hover{
    background:#222;
    border:solid 1px #222;
    color:#fff;
}


.box-delete-gallery{
    width: 100%;
    border:solid 1px #ccc;
    border-bottom: 0;
    height: 450px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-right: 10px;
    padding-left: 10px; 
    box-sizing: border-box;
}
.box-delete-gallery .box-img{
    position: relative;
    width: calc(16.66666666% - 8px);
    margin: 2px;
    display: inline-block;
    font-size: 12px;
    overflow: hidden;
    border:solid 1px #ccc;
    background: #ccc;
    cursor: pointer;
    transition:0.3s;
}
.box-delete-gallery .box-img:before {
    content:"";
    display: block;
    padding-bottom: 100%;
    /* ratio de 1:1 */
}
.box-delete-gallery .box-img img{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    z-index: 1;
	user-drag: none; 
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.box-delete-gallery .box-img-on div{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.5);
    z-index: 1;
}
.box-delete-gallery .box-img-on span{
    position: absolute;
    bottom: 5px;
    right: 5px;
    height: 23px;
    width: 23px;
    background: #2196F4;
    color: #fff;
    border:solid 1px #fff;
    border-radius: 50%;
    font-size: 17px;
    z-index: 1;
}
.box-delete-gallery .box-img span i{
    display: none;
}
.box-delete-gallery .box-img-on span i{
    display: block;
    position: absolute;
    top: calc(50% + 1px);
    left:50%;
    transform: translate(-50%, -50%);
}





.box-curs{
    position: relative;
    width: calc(33.33333333% - 8px);
    margin: 2px;
    margin-top:0;
    display: inline-block;
    font-size: 12px;
    overflow: hidden;
    border:solid 1px #ccc;
    background: #ccc;
    cursor: pointer;
    transition:0.3s;
}
.box-curs:before {
    content:"";
    display: block;
    padding-bottom: 65%;
    /* ratio de 1:1 */
}
.curs-foto{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    z-index: 1;
    transition: 0.3s;
}
.curs-title{
    position: absolute;
    bottom: 0;
    z-index: 2;
    background: #fff;
    color: #333;
    padding: 5px;
    height: 75px;
    width: 100%;
    font-family: 'Roboto';
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 400;
    pointer-events: none;
    transition: 0.3s;
}
.box-curs:hover .curs-title{
    color:#4F5467;
    height: 85px;
}



.btn-normal{
    background: rgba(79, 84, 103, 1);
    color: white;
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    border-radius: 2px;
    border: solid 1px rgba(79, 84, 103, 1);
    width: 186px;
    cursor: pointer;
    position: relative;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
}
.btn-normal:hover{
    background: rgba(79, 84, 103, 0.7);
}

.btn-blau{
    background: rgba(33, 150, 244, 1);
    color: white;
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    border-radius: 2px;
    border: solid 1px rgba(33, 150, 244, 1);
    width: 186px;
    cursor: pointer;
    position: relative;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
}
.btn-blau:hover{
    background: rgba(33, 150, 244, 0.7);
}



/*CIRCULARS*/
.eliminar-circular{
    color: rgba(0,0,0,0.4);
    transition: 0.2s ease;
}
.eliminar-circular:hover{
    color: #F44337;
}
.editar-circular{
    color: rgba(0,0,0,0.4);
    transition: 0.2s ease;
}
.editar-circular:hover{
    color: #8BC34B;
}
.visible-circular{
    color: rgba(0,0,0,0.4);
    transition: 0.2s ease;
}
.visible-circular:hover{
    color: #2196F4;
}
.download-circular{
    color: rgba(0,0,0,0.4);
    transition: 0.2s ease;
}
.download-circular:hover{
    color: #8BC34B;
}
.invisible-circular{
    color: rgba(0,0,0,0.4);
    transition: 0.2s ease;
}
.invisible-circular:hover{
    color: #222;
}
.ti-eye-slash:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 23px;
    background: rgba(0,0,0,0.4);
    transform: translate(-50%, -50%) rotate(45deg);
    transition: 0.3s;
}



/*COMARCALS*/
.faf-base {
    -webkit-text-stroke: 1px black;
}
.delegacio-shirt{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
}

.darkgreen{
    color: #006442;
}
.garnet{
    color: #8F1D21;
}



/*NOTÍCIES*/

.add{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 32px;
    right: 20px;
    line-height: 44px;
    background: rgba(79, 84, 103, 1);
    color: white !important;
    border-radius: 2px !important;
    border: solid 1px rgba(79, 84, 103, 1);
    cursor: pointer;
    box-sizing: border-box;
    transition: 0.3s ease;
}
.add:hover{
    background: rgba(79, 84, 103, 0.7);
}
.add i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.btn-delete{
    background: rgba(244, 67, 55, 1);
    color: white;
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    border-radius: 2px;
    border: solid 1px rgba(244, 67, 55, 1);
    width: 186px;
    cursor: pointer;
    position: relative;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
}
.btn-delete:hover{
    background: rgba(244, 67, 55, 0.7);
}

.btn-delete-no{
    background: rgba(244, 67, 55, 1);
    color: white;
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    border-radius: 2px;
    border: solid 1px rgba(244, 67, 55, 1);
    width: 100px;
    cursor: pointer;
    position: relative;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
}
.btn-delete-no:hover{
    background: rgba(244, 67, 55, 0.7);
}
.btn-delete-si{
    background: rgba(139, 195, 75, 1);
    color: white;
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    border-radius: 2px;
    border: solid 1px rgba(139, 195, 75, 1);
    width: 100px;
    cursor: pointer;
    position: relative;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
}
.btn-delete-si:hover{
    background: rgba(139, 195, 75, 0.7);
}

.box-noti .title {font-size:18px !important;}
.box-noti .totalf {
	position: relative;
	text-align: right;
	font-size: 11px;
	font-family: 'Roboto';
	font-weight: normal;
	letter-spacing: 4px;
	text-transform: uppercase;
	padding: 50px 15px 0px 15px;
	color: rgba(0,0,0,0.5);
}
.box-noti{
    position:relative;
    width:100%;
    height:400px;
    background:#f8f8f8;
    background:#fff;
    border:solid 1px #ccc;
    margin-bottom:20px;
    float:left;
}
.box-noti .noti-img{
    position: relative;
    width: 100%;
    float: left;
    font-size: 12px;
    background-size:cover;
}
.box-noti .noti-img:before {
    content:"";
    display: block;
    padding-bottom: 44%;
}

.box-noti .noti-img .ext-url{
	position: absolute;
    color: rgba(0,0,0,0.4);
    right: 0%;
    transform: translateX(-10%);
    font-size: 20px;
    padding: 10px;
    cursor: pointer;
	z-index:199;
	transition: 0.3s;
}
.box-noti .noti-img .ext-url2{
	position: absolute;
    color: red;
    left: 0%;
    transform: translateX(-10%);
    font-size: 20px;
    padding: 10px;
    cursor: pointer;
	z-index:199;
	transition: 0.3s;
}
.box-noti .noti-img .ext-url3{
	position: absolute;
    color: #ffcc00;
    left: 0%;
    transform: translateX(-10%);
    font-size: 20px;
    padding: 10px;
    cursor: pointer;
	z-index:199;
	transition: 0.3s;
}
.box-noti .noti-img .ext-url:hover{color: #222;}
.box-noti .noti-img .ext-url2:hover{color: red;}
.box-noti .noti-img .ext-url3:hover{color: #ffcc00;}

.box-noti .date{
    position:absolute;
    bottom:-40px;
    left:50%;
    transform:translateX(-50%);
    width:70px;
    height:70px;
    border-radius:50%;
    background:#222;
    color:#fff;
    font-family:'Roboto';
}
.box-noti .date span:nth-child(1){
    position: absolute;
    top: 13px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    letter-spacing: 2px;
}
.box-noti .date span:nth-child(2){
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    letter-spacing: 2px;
}

.box-noti .date span:nth-child(3) {
    position: absolute;
    bottom: 13px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    letter-spacing: 2px;
}

.box-noti .category{
    position:relative;
    clear:both;
    font-size:11px;
    font-family:'Roboto';
    font-weight:normal;
    letter-spacing:4px;
    text-transform:uppercase;
    padding:50px 15px 0px 15px;
    color:rgba(0,0,0,0.5);
}
.box-noti .title{
    position:relative;
    clear:both;
    font-size:22px;
    font-family:'Roboto';
    font-weight:normal;
    letter-spacing:4px;
    text-transform:uppercase;
    padding:10px 15px 0px 15px;
    color:#222;
}
.box-noti .title:before{
    content'';
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:4px;
    background:#000;
}

.box-noti .modificar{
    position:absolute;
    bottom:-20px;
    left:50%;
    transform:translateX(-50%);
    height:40px;
    width:90%;
    max-width:150px;
    background:#fff;
    border:solid 1px #ccc;
    color:#222;
    text-align:center;
    line-height:40px;
    text-transform:uppercase;
    letter-spacing:4px;
    font-size:12px;
    cursor:pointer;
    transition:0.3s;
}
.box-noti .modificar:hover{
    background:#222;
    border:solid 1px #222;
    color:#fff;
}

/*.ti-eye:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 23px;
    background: rgba(0,0,0,0.4);
    transform: translate(-50%, -50%) rotate(45deg);
    transition: 0.3s;
}*/

.box-noti .noti-img .ext-url:hover .ti-eye-slash:after{
    background: #222;
}
.box-noti .noti-img .ext-url2:hover .ti-eye-slash:after{
    background: red;
}
.box-noti .noti-img .ext-url2:hover .ti-eye-slash:after{
    background: #FFCC00;
}

.col-noti{width: 25% !important;}
@media only screen and (max-width : 1400px) {
    .col-noti{width: 33.33333333% !important;}
}
@media only screen and (max-width : 1100px) {
    .col-noti{width: 50% !important;}
}
@media only screen and (max-width : 520px) {
    .col-noti{width: 100% !important;}
}












/* POP UP FORM */
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: visible;
  opacity: 1;
  z-index:200;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}




/* POP UP PREVISUALITZACIÓ*/
.preview-off{
    position: fixed;
    top: 10px;
    right: 25px;
    height: 34px;
    width: 34px;
    cursor: pointer;
}
.preview-off i{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   color: #000;
   font-size: 25px;
   opacity: 0.5;
   transition: 0.3s ease;
}
.preview-off i:hover{
    opacity: 1;
}
.header2{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	height: 134px;
	background: #fff;
	color: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.header2:after{
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.8);
	box-shadow: 0 0 30px rgba(0,0,0,0.8);
	bottom: 0px;
	width: 80%;
	height: 50%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	left: 10%;
	right: 10%;
}
.header-red{
	position: absolute;
	top: 34px;
	/* z-index: 3000; */
	width: 100%;
	height: 100px;
	background: #e1261c;
	color:#fff;
}
.header-logo{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.header-logo img{
	height: 80px;
	margin-left: 85px;
	margin-top: 10px;
}
.wrapper2{
	position: relative;
	top: 134px;
	width: 100%;
	color:#333;
}
.footer2{
	position: relative;
	top: 134px;
	/* z-index: 2000; */
	width: 100%;
	height: 325px;
	color:#fff;
	background: #000;
	display:inline-block;
}
.footer-degradat{
	position: absolute;
	top: 0px;
	/* z-index: 3000; */
	width: 100%;
	height: 265px;
	color:#fff;
	background-position: center bottom, left top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 20%, rgba(225,38,28,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(20%, rgba(0,0,0,1)), color-stop(100%, rgba(225,38,28,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 20%, rgba(225,38,28,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,1) 20%, rgba(225,38,28,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,1) 20%, rgba(225,38,28,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 20%, rgba(225,38,28,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#e1261c", GradientType=0 );
}
.container{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: 100vh;
	background-size: 100%;
	background: no-repeat 0px 0px -moz-linear-gradient(top, #cccccc 0%, #cccccc 33%, #ffffff 89%, #ffffff 89%, #ffffff 100%, #ffffff 100%, #ffffff 100%, #ffffff 100%, #ffffff 100%);
	background: no-repeat 0px 0px -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(33%,#cccccc), color-stop(89%,#ffffff), color-stop(89%,#ffffff), color-stop(100%,#ffffff), color-stop(100%,#ffffff), color-stop(100%,#ffffff), color-stop(100%,#ffffff), color-stop(100%,#ffffff));
	background: no-repeat 0px 0px -webkit-linear-gradient(top, #cccccc 0%,#cccccc 33%,#ffffff 89%,#ffffff 89%,#ffffff 100%,#ffffff 100%,#ffffff 100%,#ffffff 100%,#ffffff 100%);
	background: no-repeat 0px 0px -o-linear-gradient(top, #cccccc 0%,#cccccc 33%,#ffffff 89%,#ffffff 89%,#ffffff 100%,#ffffff 100%,#ffffff 100%,#ffffff 100%,#ffffff 100%);
	background: no-repeat 0px 0px -ms-linear-gradient(top, #cccccc 0%,#cccccc 33%,#ffffff 89%,#ffffff 89%,#ffffff 100%,#ffffff 100%,#ffffff 100%,#ffffff 100%,#ffffff 100%);
	background: no-repeat 0px 0px linear-gradient(to bottom, #cccccc 0%,#cccccc 33%,#ffffff 89%,#ffffff 89%,#ffffff 100%,#ffffff 100%,#ffffff 100%,#ffffff 100%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cccccc", endColorstr="#ffffff",GradientType=0 );
}
.breadcrumb{
	width: 100%;
	height: 34px;
	margin-top: 30px;
	background: #fff;	
}
.column{
	width: 100%;
	margin-top: 10px;
	background: #fff;	
}
.row-pr {
	padding-left:0px;
	padding-right:0px;
}
.row-pr:after {
	display: table;
	clear: both;
	content: "";
}
.title-pr {
	font-size: 20px;
	font-family: apexbold;
	text-transform: uppercase;
}

.category-pr {
	font-size: 11px;
	text-transform: uppercase;
	color: #a5a5a5;
	font-family: apex;
}

.prebody-text {
	font-size: 14px;
	line-height: 24px;
	font-family: apex;
}
.body-text {
	font-size: 14px;
	line-height: 24px;
	font-family: apex;
}

#contenido img {
	width: 100% !important;
	height: auto !important;
}

.body-text img {
	display: block;
	margin: 20px auto;
}

.correct-list ul {
	list-style: circle !important;
	padding: 0px 40px !important;
	margin: 0 0 10px !important;
}

.videowrapper { 
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 5px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

		@media only screen and (max-width : 700px) {
			.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
				width: 100%;
			}
		}
		@media only screen and (max-width : 480px) {
			.p-0-10_ml {
				padding: 0 10px !important;
			}
		}


#contenido table{
    width: 100%;
    max-width: 600px;
    min-width: 600px;
    margin:0 auto;
    border: none;
    border-collapse: collapse;
    border-bottom: solid 3px #ccc;
    margin-bottom: 20px;
}

#contenido table thead tr{
    background:#f4f4f4;
    border:solid 1px #ccc;
}

#contenido table thead tr th{
    padding:5px 10px;
    text-transform:uppercase;
    font-family: apexbold;
    color:#e1261c;
    cursor:default;
    text-align: center;
}

#contenido table tbody tr{
    border: solid 1px #ccc;
}

#contenido table tbody tr:hover{
    background:#f2f2f2;
}

#contenido table tbody tr td{
    padding:5px 10px;
}


#contenido a {
    color:#e1261c;
    font-family:apexbold;
    text-decoration: none;
}

#contenido a:visited {
    text-decoration: none;
}

#contenido a:hover {
    text-decoration: underline;
}

#contenido a:active {
    text-decoration: underline;
}


#contenido table a {
    color:initial;
    font-family:apexbold;
    text-decoration: none;
}

#contenido table a:visited {
    text-decoration: none;
}

#contenido table a:hover {
    text-decoration: underline;
}

#contenido table a:active {
    text-decoration: underline;
}



/* TAULA TABLETOP ESPECIAL EDITION EXTRAGRAN */
#contenido table.tableTop{
	width: 100% !important;
	max-width: 600px !important;
	min-width: 600px !important;
	margin:0 auto;
	border: none;
	border-collapse: collapse;
	border-bottom: solid 3px #ccc;
	margin-bottom: 20px;
font-size:12px;
}

#contenido table.tableTop thead tr{
	background:#f4f4f4;
	border:solid 1px #ccc;
}

#contenido table.tableTop thead tr th{
	padding:5px 10px;
	text-transform:uppercase;
	font-family: apexbold;
	color:#e1261c;
	cursor:default;
	text-align: center;
}
#contenido table.tableTop thead tr td{
	border: solid 1px #ccc;
padding:3px 5px;
}

#contenido table.tableTop tbody tr{
	border: solid 1px #ccc;
}

#contenido table.tableTop tbody tr:hover{
	background:#f2f2f2;
}

#contenido table.tableTop tbody tr td{
	padding:0px 4px;
border: solid 1px #ccc;
}
/* */



/* PREVIEW ESCOLA CURSOS */
.header3 {
    position: absolute;
    left: 0;
    width: 100%;
    height: 80px;
    background: #485581;
	top: 34px;
}
.logo-escola {
    position: absolute;
    top: 0;
    left: 20px;
    width: 80px;
    height: 80px;
}
.logo-escola img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 70px;
}
.menu-info-escola {
    position: absolute;
    top: 0;
    right: 80px;
    height: 100%;
    color: #fff;
    font-size: 14px;
}
.phone-escola {
    display: inline-block;
    margin-left: 30px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.idioma-off-escola {
    color: rgba(255,255,255,0.3);
}
.menu-btn-escola {
    position: absolute;
    top: 0;
    right: -80px;
    width: 80px;
    height: 80px;
    cursor: pointer;
}
.menu-btn-escola i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    pointer-events: none;
}
.wrapper3 {
    position: relative;
	top: 114px;
	width: 100%;
	height: 100%;
}
.bg-noticia-escola {
    color: #2f2f2f;
    background-image: url(https://formacio.fcf.cat/img/trama.png);
    background-color: #f7f6f0;
	height: 100%;
}


.noticia-img-portada-escola {
    position: relative;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    height: auto;
    /* margin-top: 80px; */
}
.bg-noticia-escola img {
    width: 100% !important;
    height: auto !important;
    margin: 20px 0px;
}
.noticia-img-portada-escola img {
    box-shadow: 0 0 6px rgba(0,0,0,.03), 0 6px 12px rgba(0,0,0,.12);
    margin: 0px !important;
}


.basic-col-escola {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}
.col-curs-escola {
    width: 75%;
    top: 0;
    position: relative;
    padding: 20px 50px 20px 0px;
    box-sizing: border-box;
    float: left;
}



.bg-noticia-escola .title-escola{
	font-family: oswald;
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 60px;
    text-transform: none;
    position: relative;
}
.bg-noticia-escola .category-escola{
	font-family: oswald;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 2px;
    position: relative;
    line-height: 24px;
    text-transform: uppercase;
    color: #485581;
    padding-left: 60px;
    padding-bottom: 0;
    margin: 10px 0px;
}
.bg-noticia-escola .category-escola:before{
	content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    width: 50px;
    height: 2px;
    background: #485581;
}
.bg-noticia-escola .prebody-text-escola{
	font-family: montserrat;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 24px;
}
.bg-noticia-escola .body-text-escola{
	font-family: montserrat;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 24px;
}
.col-info-curs-escola {
    width: 25%;
    top: 0;
    position: relative;
    padding: 40px 0px;
    box-sizing: border-box;
    float: left;
}
.preu-escola span:nth-child(1){
	font-family: oswald;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 40px;
    display: block;
    width: 100%;
}
.preu-escola span:nth-child(2){
	font-family: montserrat;
    font-size: 20px;
    font-weight: bold;
    border-bottom: solid;
    line-height: 24px;
    display: block;
    width: 100%;
    text-align: right;
}


.footer-escola {
    position: relative;
    bottom: -32px;
    left: 0;
    width: 100%;
    background: #485581;
    color: #fff;
	height: 82px;
	margin-top: 80px;
}
.footer-col-escola {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
/* */



.box-fitxers-escola{
	background: #efefef; 
	border: solid 1px #ccc;
}
.del-fitxer{
	display:inline-block;
	cursor:pointer;
}
.del-fitxer:hover{
	color:red;
	transition:0.4s ease;
}
.del-fitxer i {
	font-size:18px;
}





.carregant{
    content: " ";
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
	z-index: 999;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(2);
    width: 100px;
    height: 100px;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #44495B;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.imgVertical{
	width: 100% !important;
    max-width: 300px !important;
    margin: 0 auto !important;
    display: block !important;
    cursor: zoom-in;
    transition: 0.3s;
}
/* FI PREVISUALITZACIÓ */



/* CROPPER */
.crop-bg-on{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.8);
	z-index: 100000;
}
#crop{
	position:fixed;
	max-width:1250px;
	max-height: 550px;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	z-index: 200000;
}
.cropper-bg, .cropper-drag-box{
	background: none;
}

/* FI CROPPER */

/* paleta exemples colors */
body{background:#fff;font-family:montserrat;}
.colors{
  position:relative;
  width:100%;
  border-radius:5px;
  overflow:hidden;
  max-width:200px;
}
.clipboardColor{
  position:relative;
  width:100%;
  height:40px;
  cursor:pointer;
}
.clipboardColor div:nth-child(1){
  position:absolute;
  top:5px;
  left:5px;
  font-size:12px;
  color:rgba(0,0,0,0.6);
}
.clipboardColor div:nth-child(2){
  position:absolute;
  bottom:5px;
  right:5px;
  color:rgba(0,0,0,0.6);
}

.clipboardColor input{
  opacity:0;
  position:fixed;
  pointer-events:none;
  margin:-999999px;
}

.copiat{
  position: fixed;
	color: rgba(0,0,0,0.6);
	font-weight: bold;
	z-index: 9999;
	width: 100%;
  height: 100%;
	top: 0;
  left:0;
	display: none;
	font-size: 18px;
}
.copiat div{
  position: absolute;
	top: 50%;
  left:50%;
	transform:translate(-50%, -50%);
  text-transform:uppercase;
  letter-spacing:12px;
  font-size:22px;
}


@media screen and (max-width: 700px){
  .box{
	width: 70%;
  }
  .popup{
	width: 70%;
  }
}

/* NOTES DE PREMSA */
.editar-premsa,.pdf-premsa,.visible-premsa,.visible-premsa,.invisible-premsa { 
	color: rgba(0,0,0,0.4);
    transition: 0.2s ease;
}
.editar-premsa i{
	cursor:pointer;
}	
.editar-premsa:hover {
    color: #8BC34B;
}
.pdf-premsa:hover {
    color: #F44337;
}
.pdf-premsa i{
	cursor:pointer;
}
.visible-premsa:hover {
    color: #2196F4;
}


/* GALERIES i DROPZONE */


.dropzone{
    position:relative;
    width:100%;
    height: 555px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    border:dashed 2px #ccc;
    box-sizing: border-box;
    padding: 20px;
	cursor:pointer;
}

.dz-message span{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    font-size:18px;
    letter-spacing:4px;
    text-transform:uppercase;
    color:#ccc;
    width: 100%;
    text-align: center;
    transition:0.3s ease;
	cursor:pointer;
}
.dz-message:hover span{
    color:#222;
}
.dropzone.dz-started .dz-message{
    display: none; 
}


.dz-preview{
	position: relative;
    display: inline-block;
    border: solid 1px #ccc;
    margin: 5px;
    width: 140px;
    height: 165px;
    background: #f8f8f8;
}
 
.dz-image{
	position:absolute;
	top:5px;
	left:10px;
	width: 120px;
	height: 120px;
	border: solid 1px #ccc; 
}
.dz-image img{
	position:absolute;
	max-height: 100%;
    max-width: 100%;
}

.dz-details .dz-size{
	position: absolute;
    top: 130px;
    left: 10px;
    height: 10px;
    width: calc(100% - 20px);
    text-align: center;
    font-size: 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    z-index: 1;
}
.dz-details .dz-filename{
	position: absolute;
    top: 140px;
    left: 10px;
    height: 15px;
    width: calc(100% - 20px);
    text-align: center;
    font-size: 11px;
    color: #777;
    overflow: hidden;
}
.dz-progress{
	position: absolute;
    top: 130px;
    left: 10px;
    height: 10px;
    width: calc(100% - 20px);
    overflow: hidden;
    background: rgba(0,0,0,0.8);
    border: solid 2px rgba(0,0,0,0);
}
.dz-upload{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    height: 100%;

    background-color: #8BC34B;
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    background-size: 15px 15px;			
	background-image: -webkit-gradient(linear, left top, right bottom,
						color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent),
						color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),
						color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),
						to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                        transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                        transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                        transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                        transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                        transparent 75%, transparent);            
    
    -webkit-animation: animate-stripes 3s linear infinite;
    -moz-animation: animate-stripes 3s linear infinite;
}
@-webkit-keyframes animate-stripes { 
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}


@-moz-keyframes animate-stripes {
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}
.dz-error-message{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	color:#fff;
	z-index: 1;
	opacity: 0;
}
.dz-error-message span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.dz-success-mark{
	position: absolute;
    bottom: 16px;
    right: 5px;
    height: 23px;
    width: 23px;
    background: #2196F4;
    color: #fff;
    border:solid 1px #fff;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
}
.dz-success-mark i{
	display: block;
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: bold;
}
.dz-error-mark{
	position: absolute;
    bottom: 16px;
    right: 5px;
    height: 23px;
    width: 23px;
    background: #F44337;
    color: #fff;
    border:solid 1px #fff;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
}
.dz-error-mark i{
	display: block;
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: bold;
}
.dz-remove{
	position: absolute;
    top: -7px;
    right: -7px;
    background: #f8f8f8;
    border:solid 1px #aaa;
    color: #aaa;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    z-index: 2;
    transition: 0.2s ease;
}
.dz-remove:hover{
	background: #ff0000;
    border:solid 1px #ff0000;
    color: #fff;
}
.dz-remove i{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 12px;
    pointer-events: none;
}

.seleccio{
	overflow:auto;
	max-height:300px;
}
.box-foto {
	position: relative;
	width: calc(25% - 6px);
	margin: 3px;
	display: inline-block;
	font-size: 12px;
	overflow: hidden;
	border: solid 1px #ccc;
	cursor: pointer;
	transition: 0.3s;
	min-height: 121.72px;
}
.foto {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
}
.box-foto span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	color: rgba(255,255,255,0.6);
	text-align: center;
	font-size: 40px;
	vertical-align: middle;
	z-index: 1;
	pointer-events: none;
	opacity: 0;
}
.box-foto:hover span {
	opacity: 1;
}
.box-foto i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.raised-btn,.btn-blau,.btn-delete {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

/* FITXA TECNICA */
.fitxa-partit{
  position:relative;
  width:100%;

    max-width: 800px;
    margin: 0 auto;
}
.fitxa-partit-header{
  position:relative;
  width:100%;
  height:60px;
  margin-top:20px;
  margin-bottom:20px;
}
.fitxa-partit-escut1{
  position:absolute;
  top:0;
  left:0;
  width:60px;
  height:100%;
}
.fitxa-partit-escut2{
  position:absolute;
  top:0;
  right:0;
  width:60px;
  height:100%;
}
.fitxa-partit-escut1 img, .fitxa-partit-escut2 img{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  max-width:100%;
  max-height:100%;
  margin:0 !important;
}
.fitxa-partit-resultat{
  position:absolute;
  top:0;
  left:50%;
  width:120px;
  height:100%;
  transform:translateX(-50%);
  background:#e1261c;
  color:#fff;
  font-weight:bold;
  font-size:36px;
}
.fitxa-partit-resultat span{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  width:100%;
  text-align:center;
}
.fitxa-partit-equip1{
  position:absolute;
  top:0;
  left:70px;
  width:calc(50% - 140px);
  height:100%;
  font-size:18px;
}
.fitxa-partit-equip2{
  position:absolute;
  top:0;
  right:70px;
  width:calc(50% - 140px);
  height:100%;
  font-size:18px;
}
.fitxa-partit-equip1 span{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  width:100%;
  text-align:right;
}
.fitxa-partit-equip2 span{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  width:100%;
  text-align:left;
}




.fitxa-partit table.fitxatec{
  width: 100% !important;
  max-width: 600px !important;
  min-width: 600px !important;
  margin:0 auto;
  border: none;
  border-collapse: collapse;
  border-bottom: solid 3px #ccc;
  margin-bottom: 20px;
}

.fitxa-partit table.fitxatec thead tr{
  background:#f4f4f4;
  border:solid 1px #ccc;
}

.fitxa-partit table.fitxatec thead tr th{
  padding:5px 10px;
  text-transform:uppercase;
  font-weight: bold;
  color:#e1261c;
  cursor:default;
  text-align: center;
}

.fitxa-partit table.fitxatec tbody tr{
  border: solid 1px #ccc;
  position: relative;
}

.fitxa-partit table.fitxatec tbody tr:hover{
  background:#fff;
}

.fitxa-partit table.fitxatec tbody tr td{
  padding:5px 10px;
  border:solid 1px #ccc;
  position: relative;
}






.fitxa-partit-icon{
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
}

.gol{
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
}
.gol-normal{
    -webkit-text-stroke: 0.2px black;
    background: linear-gradient(45deg, #39e81e 0%,#39e81e 33%,#ffffff 74%,#ffffff 74%);
    -webkit-background-clip: text;-webkit-text-fill-color: transparent;
}
.gol-penal{
    -webkit-text-stroke: 0.2px black;
    background: linear-gradient(45deg, #00aced 0%,#00aced 33%,#ffffff 74%,#ffffff 74%);
    -webkit-background-clip: text;-webkit-text-fill-color: transparent;
}
.gol-propia{
    -webkit-text-stroke: 0.2px black;
    background: linear-gradient(45deg, #e1261c 0%,#e1261c 33%,#ffffff 74%,#ffffff 74%);
    -webkit-background-clip: text;-webkit-text-fill-color: transparent;
}

.stat-center{
    top: 50%;
    left: 50%;
    transform: translate(-31%, -50%);
}





.groga-vermella-s{
    height:22px;
    width:28px;
    display: inline-block;
    vertical-align: middle;
}
.groga-vermella-s div:nth-child(1){
    width:16px;
    height:22px;
    position:absolute;
    top:0;
    left:0;
    background:#FFEB3B;
    border-radius:2px;
    z-index:2;
    -ms-transform: rotate(-15deg); /* IE 9 */
    -webkit-transform: rotate(-15deg); /* Chrome, Safari, Opera */
    transform: rotate(-15deg);
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.4);
}
.groga-vermella-s div:nth-child(2){
    width:16px;
    height:22px;
    position:absolute;
    top:0;
    right:0;
    background:#F44336;
    border-radius:2px;
    -ms-transform: rotate(15deg); /* IE 9 */
    -webkit-transform: rotate(15deg); /* Chrome, Safari, Opera */
    transform: rotate(15deg);
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.4);
}




/* BOTONERA DELEGACIONS ARXIUS CTA */

.box-buttons{
    text-align:center;
	margin-top:30px;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.box-button{
	font-size: 0;
    display: inline-block;
    width: 130px;
    margin-bottom:10px;
}
.button {
    padding: 10px 15px;
    border: solid 1px #4F5467;
    color: #4F5467;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    transition: 0.3s ease-in-out;
	cursor:pointer;
	font-weight:bold !important;
}
.button:hover {
    background: #4F5467;
    border: solid 1px #4F5467;
    color: #fff;
}
.button-active {
    padding: 10px 15px;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    background: #4F5467;
    border: solid 1px #4F5467;
    color: #fff;
	cursor:default;
}	


/* STREAMING PREVIEW */
.streaming-box{
    position:relative;
    border:solid 1px #ccc;
    border-bottom:solid 3px #ccc;
}
.streaming{
    position:relative;
    width:100%;
    height:50px;
    padding:10px;
    margin-bottom:20px;
}
.streaming-logo{
    float:left;
    width:70px;
}
.streaming-directe{
    float:left;
    line-height:50px;
    font-size:40px;
    text-transform:uppercase;
    letter-spacing:0px;
    font-family:oswald;
    font-weight:bold;
    color:red;
    width:140px;
    text-align:center;
}
.streaming-escut1{
    position:relative;
    float:left;
    width:50px;
    height:calc(100% + 20px);

    margin-left: 40px;
}
.streaming-escut2{
    position:relative;
    float:left;
    width:50px;
    height:calc(100% + 20px);
}
.streaming-escut1 img{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    max-width:45px;
    max-height:45px;
}
.streaming-escut2 img{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    max-width:45px;
    max-height:45px;
}
.streaming-equip1{
    position:relative;
    float:left;
    width:calc(50% - 190px);
    height:100%;
    font-family: apexbold;
    line-height: 16px;
    font-size: 18px;
}
.streaming-equip2{
    position:relative;
    float:left;
    width:calc(50% - 190px);
    height:100%;
    font-family: apexbold;
    line-height: 16px;
    font-size: 18px;
}
.streaming-equip1 div{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    text-align:right;
    width:100%;
}
.streaming-equip2 div{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    text-align:left;
    width:100%;
}
.streaming-guio{
    position:relative;
    float:left;
    width:30px;
    height:100%;
}
.streaming-guio div{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}
.streaming-categoria{
    position:absolute;
    width:calc(100% - 260px);
    bottom:-20px;
    right:0px;
    font-size:12px;
    color:#999;
    font-style:italic;
    text-align:right;
	margin-right:10px;
}
.tato{
    animation: tato 1s infinite;
    -webkit-animation: tato 1s infinite;
}

@keyframes tato {
    0% {
        bottom:50px;
        transform:scale(1);
        animation-timing-function:ease-in;
    }
    40% {

    }
    50% {
        bottom:20px;
        transform:scale(0.9, 1.1);
        animation-timing-function:ease-out;
    }
    55% {
        bottom:15px;
        transform:scale(1.2, 0.8);
        animation-timing-function:ease-in;
    }
    65% {
        bottom:30px;
        transform:scale(0.9, 1.1);
        animation-timing-function:ease-out;
    }
    95% {
        bottom:50px;
        transform:scale(1);
        animation-timing-function:ease-in;
    }
    100% {
        bottom:50px;
        transform:scale(1);
        animation-timing-function:ease-in;
    }
}
@-webkit-keyframes tato {
    0% {
        bottom:50px;
        transform:scale(1);
        animation-timing-function:ease-in;
    }
    40% {

    }
    50% {
        bottom:20px;
        transform:scale(0.9, 1.1);
        animation-timing-function:ease-out;
    }
    55% {
        bottom:15px;
        transform:scale(1.2, 0.8);
        animation-timing-function:ease-in;
    }
    65% {
        bottom:30px;
        transform:scale(0.9, 1.1);
        animation-timing-function:ease-out;
    }
    95% {
        bottom:50px;
        transform:scale(1);
        animation-timing-function:ease-in;
    }
    100% {
        bottom:50px;
        transform:scale(1);
        animation-timing-function:ease-in;
    }
}


@media all and (max-width: 768px) {
    .streaming-equip1, .streaming-equip2{
        width:calc(50% - 170px);
        font-size: 14px;
        line-height: 14px;
    }
    .streaming-escut1{
        margin-left: 0px;
    }
    .streaming-escut1 img, .streaming-escut2 img{
        max-width:30px;
        max-height:30px;
    }
    .streaming-categoria{
        width:calc(100% - 220px);
    }
}
@media all and (max-width: 480px) {
    .streaming-equip1, .streaming-equip2{
        width:calc(50% - 100px);
    }
    .streaming-directe{
        display: none;
    }
    .streaming-categoria{
        width:calc(100% - 80px);
    }
}

