body{
	background: #ebeff1;
	color: #707070;
	font-size: 14px;
}
label.error{
	color: red;
	font-weight: normal;
	font-size: 13px;
}
.light{
	font-weight: 300;
}
.category{
	background: #8197A2;
	padding: 5px 10px;
	border-left: solid 5px #008DFF;
	font-size: 14px;
	line-height: 15px;
	color: #FFFFFF;
	text-align: right;
}

.breadcrumb{
	margin: 10px 0px;
}

/***** LOGIN ******/
.block-logo{
	margin: 8% 6%;
}
.block-login{
	width: 340px;	
}
.modal .block-login{
	width: 100%;
}
.modal .block-login .content-login{
	padding: 10px 0px;
}
.block-login .content-login{
	background: #FFFFFF;
	padding: 50px 45px;
	margin-bottom: 2px;
}
.block-login .content-login .data-profile,
.block-login .content-login .forgot{
	margin-top: 10px;	
	overflow: hidden;
	color: #333333;
	font-size: 14px;
}
.block-login .content-login .forgot{
	margin-top: 0px;
	color: #999;
}
.block-login .content-login .data-profile .name{
	font-size: 21px;
	font-weight: bold;
}
.block-login .content-login .img-profile{
	width: 100px;
	height: 100px;
}
.block-login .content-login .input-group-addon{
	background: #D6D6D6;
	color: #FFFFFF;
	padding: 2px 5px;
}
.block-login .credits{
	background: rgba(255,255,255,0.5);
	color: #333333;
	font-size: 0.7em;
	padding: 5px 0px;
}

.block-login .content-login.view-profile{
	padding: 20px 0px;
}

.block-login .content-login.view-profile .data-profile, 
.block-login .content-login.view-profile .forgot{
	height: auto;
}
.block-login .content-login.wizard .steps{
	display: none;
}

.block-login .content-login.wizard .actions{
	display: none;
}
.div-white{
	background: #FFFFFF;
}

/** MENU TOP **/
.top-menu{		
	position: absolute;
	top: 0px;
	left: 0px;
    z-index: 2;
    min-width: 100%;
    background-color: transparent;
    -webkit-transition: background-color 0.3s ease-in-out;  
	-moz-transition:    background-color 0.3s ease-in-out;
	-ms-transition:     background-color 0.3s ease-in-out; 
	-o-transition:      background-color 0.3s ease-in-out; 
}
.div-menu{
	margin: 10px auto;
}

.div-menu ul{
	margin: 10px 0px;
}
.div-menu .logo{
	height: 65px
}
.div-menu .logo img{
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: 65px;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-in-out;  
	-moz-transition:    opacity 0.3s ease-in-out;
	-ms-transition:     opacity 0.3s ease-in-out; 
	-o-transition:      opacity 0.3s ease-in-out;  
}
.div-menu .logo img.logo-fixed{
	opacity: 0;
}

.div-menu ul li{
	position: relative;
	text-align: center;
	padding: 0px;
}


.div-menu ul li a.item{
	color: #FFFFFF;
	padding: 5px 0px;
	font-size: 13px;
	font-weight: lighter;
	-webkit-transition: color 0.3s ease-in-out;  
	-moz-transition:    color 0.3s ease-in-out;
	-ms-transition:     color 0.3s ease-in-out; 
	-o-transition:      color 0.3s ease-in-out;  

}

.div-menu ul li a.item:hover{
	background: rgba(255,255,255,0.1);
	color: #FFFFFF;
}
.div-menu ul .data-profile{
	margin-top: -5px;
}
.div-menu ul .data-profile img{ 
	border: solid 2px rgba(255,255,255,0.5); 
}

.div-menu ul .data-profile button{
	color: #FFFFFF;
	padding-left: 0px;
}
/*FIXED STYLES*/
.top-menu.fixed {
	z-index: 3;
	box-shadow: 0px -3px 19px rgba(0,0,0,0.3);
}
.top-menu.fixed .div-menu .logo img.logo-fixed{
	opacity: 1
}
.top-menu.fixed .div-menu .logo img.logo-static{
	opacity: 0
}

.top-menu.fixed .div-menu  a{
	color: #444444;
}
.top-menu.fixed .div-menu ul li a.btn-success{
	color: #FFFFFF;
}
.top-menu.fixed{
	background: white;
}

.top-menu.fixed{
	background: white;
}

.top-menu.fixed .div-menu ul li a.item:hover{
	background: rgba(255,255,255,0.1);
	color: #444444;
}

.top-menu.fixed .data-profile *{
	
	color: #444444 !important;
}

/** SLIDER TOP **/

.header{
	height: 280px;
	background-image: url(../img/header-base.png);
	background-size: auto 100%;
	background-color: #000;
	background-repeat: no-repeat;
	padding-top: 60px;
}

.header > .inner{
	height: 220px;
	
}

.header > .inner .content-header{
	font-weight: 300;
	color: white;
	font-size: 43px;
	line-height: 45px;
	display: inline-block;	

}

/** LAST INVITATIONS **/
.div-news{}
.primary-call{
	background: #FFFFFF;
	margin: 20px 0px 0px;
	position: relative;
	display: table;
}
.primary-call .image,
.primary-call .info{
	padding:0px;
	vertical-align: top;
	display: table-cell;
	float: none;
}
.primary-call .image{	
	position: relative;
}
.primary-call .image .category{
	position: absolute;
	background: #8197A2;
	padding: 5px 10px;
	border-left: solid 5px #008DFF;
	font-size: 15px;
	line-height: 15px;
	color: #FFFFFF;
	right: 0px;	
	bottom: 15px;
	text-align: right;
}
.primary-call .image img{
	width: 100%;
}
.primary-call .info{		
	height: 100%;
	padding:0px 15px 0px 30px;	
}
.primary-call .info h3{
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 5px;
}
.primary-call .info .text{
	font-size: 14px;
	line-height: 15px;
	max-height: 50%;	
}

.primary-call .info .dates{
	font-size: 13px;
	width: 100%;
	padding:inherit;
	position: absolute;
	bottom: 10px;
	left: 0px;
}

.preview-call{
	margin-top: 30px;
}
.preview-call div.content{
	background: #FFFFFF;
	padding-bottom: 20px;
}
.preview-call .image{
	width: 100%;
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	background-position: top left;
	height: 183px;
}
.preview-call .image img{
	width: 100%;
	opacity: 0.6;
}
.preview-call .image h3{
	position: absolute;
	bottom: 15px;
	padding: 0px 20px;
	margin: 0px;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
	color: #FFFFFF;
}
.preview-call .category{
	background: #8197A2;
	padding: 5px 10px;
	border-left: solid 5px #008DFF;
	font-size: 15px;
	line-height: 15px;
	color: #FFFFFF;
	text-align: right;
}
.preview-call .info{
	margin-top: 20px;
	font-size: 14px;
	line-height: 15px;
}
.preview-call .info .text{
	padding:0px 15px;
	height: 70px;
	overflow: hidden;
	line-height: 18px ;
	font-size: 13px;

}
.preview-call .dates{
	border: 1px solid #efefef;
	border-left: none;
	border-right: none;
	font-size: 11px;
	line-height: 14px;
	margin: 20px 0px;	
	padding:5px 0px;
	bottom: 0px;
}

.div-news .primary .info .dates .btn-more,
.preview-call .info .btn-more{
	color: #FFFFFF;
}

.category.abierta{
	border-left: solid 5px #5DCC18 !important;
}
.category.cerrada{
	border-left: solid 5px #FB3836 !important;
}
.category.encurso{
	border-left: solid 5px #008DFF !important;
}

/** FILTER ***/
.div-filter{
	border: solid 1px #DEDEDE;
	padding: 10px 20px;
	margin: 0 0 15px;
}

.div-filter .title{
	line-height: 1;
	font-size: 14px;
	margin: 0px 15px 0px 0px;
	font-weight: lighter;
}

.div-filter .dropdown-toggle{
	text-align: left;
	font-weight: lighter;	
}

.div-filter .div-search{
	background: #DEDEDE;
	line-height: 35px;
}

.div-filter .img-search{
	height: 28px;
}

/** SINGLE NEW **/
.detail-call{
	background: white;
}
.detail-call .call-image{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;	
	height: 250px;
}
.detail-call .data{	
	background: #f3f4f8;
}

.profile-ok{
	width: 70%;
	background: url(../img/arrow-profile-ok.jpg) no-repeat right center #B1B1B1;
	color: #FFFFFF;
	text-align: center;
	font-weight: lighter;
	font-size: 18px;
	line-height: 30px;
	padding: 15px 0px;
	display: inline-block;
	vertical-align: middle;
}
.profile-apply{
	width: 28%;
	margin-left: 1%;
	display: inline-block;
	vertical-align: middle;
}

.link-document{
	
	min-height: 34px;
	line-height: 34px;	
	padding-left:5px;
	text-decoration: underline;
	background: #f4f8f9;
	margin-bottom:15px; 
}
.link-document img{
	height: 25px;
	margin-right: 5px;
}
.link-document a{
	color: #79A7AD;
	font-size: 14px;
}
.link-document a:hover{
	color: #333;
}

.block-upload{
	position: relative;
	background: #f4f8fb;
	background-color:#f4f8fb;
	border: 1px dashed #8dbcc6;
	background-size: cover;
	background-position: top center;
}
.block-upload:before{
	content: '' ;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	display: block;
	
	z-index: 0;
}

.block-upload.vacum:before{
	background: url(../img/upload-bg.png) no-repeat center center;
}
.block-upload.vacum.loading:before,
.block-upload.loading:before{
	background: url(../img/loader.gif) no-repeat center center ;
}
.block-upload input{
	z-index: 2;
}

.dropdown-toggle{
	padding-right: 25px;
}
.dropdown-toggle .caret{
	position: relative;	
	border-top: 8px solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;    
    position: absolute;  
    top: 50%;
    right: 0;  
    margin-right: 4px;   
    margin-top: -3px; 
}

/*** PROFILE MENU ****/
.div-profile{}
.div-profile .image{
	width: 100px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.div-profile .image img{
	width: 100%;
	border: solid 3px rgba(255,255,255,0.5);
}
.alerts {
    position: absolute;
    color: #FFFFFF;
    font-weight: bold;
    bottom: 10px;
    background: #F53331;
    padding: 8px 0px;
    line-height: 9px;
    width: 25px;
    height: 25px;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 1px 1px 1px #333;
}
.notifications{

	position: absolute;
    display: block;
    padding: 0;
    margin:0; 
    background: #FFB2B2;
    left: 0px;
    top: 100%;
    z-index: 3;
    margin-top: 15px;
    width: 380px;
	padding: 5px;

}
.notifications:before{
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 13px 15px 13px;
	margin-top: -15px;
	border-color: transparent transparent #FFB2B2 transparent;
}
.notifications li{
	display: block;
	padding: 2px;
	text-align: left;
}
.notifications li a{
	font-weight: normal;
	font-size: 15px;
	line-height: 16px;
	color: rgb(112, 112, 112);
}	

.notifications li {
	border-bottom: 1px solid #CE8A8A;
	padding-bottom: 5px;
}
.notifications li:last-child{
	border-bottom: none;
}
.div-profile .info{
	display: inline-block;
	vertical-align: middle;	

}
.div-profile .info h3{
	text-align: left;
	font-size: 37px;
	color: #FFFFFF;
}
.div-top-tabs{
	margin-top: -40px;
}
.div-top-tabs a{
	font-size: 20px;
	line-height: 20px;
	font-weight: lighter;
}
.div-top-tabs .div-tab{
	padding: 0px 2px;
}
.div-top-tabs .div-tab a{
	padding: 10px 0px;
	width: 100%;
	display: block;
	background: #D5D5D5;
}
.div-top-tabs .div-tab.active a{
	background: #FFFFFF;
}


/** STAT BLOCKS **/
.stats{
	margin-top: 30px;
}
.stat-block .icon{
	display: inline-block;
	padding: 0px 10px 0px 0px;
	vertical-align: top;
}

.stat-block .data{
	border-left: solid 1px #A3BBC9;
	display: inline-block;
	color: #A3BBC9;
	vertical-align: top;
	font-weight: lighter;
}

.stat-block .data .number{
	font-size: 40px;
	line-height:40px;
	margin-bottom: 5px;
}

.stat-block .data .description{
	font-size: 20px;
	line-height:20px;
}

/*** CSS FOOTER BLOCK **/
.footer{
	margin-top: 40px;
}

.footer .credits{
	background: #E1E1E1;
	padding: 5px 0px;
	border-top: solid 2px #C7C7C7;
}
.footer .credits img{
	margin: 0px auto;
}
.footer .links{
	background: #252732;
	padding-top: 15px;
	padding-bottom: 15px;
}
.footer .links li{
	padding: 0px;
}
.footer .links a{
	margin-top: 13px;
	color: #666666;
	padding: 5px 0px;
}
.footer .links a:hover{
	background: rgba(255,255,255,0.1);
}
.footer .copy{ 
	background: #000000;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	line-height: 25px;
}
.footer .copy a:hover{
	color: #FFFFFF;
}

/** MODAL CSS **/
button.close{
	border: solid 1px #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 18px;
    margin: 5px;
}

.btn.btn-success.btn-asdf {
background: #dcffd8 url(../img/bg-asdf.png);
border: 1px solid #4f9547;
color: #4f9547;
font-size: 20px;
padding: 13px 0;
border-radius: 10px;
}

.avatar{
	background: white; 
	background: rgba(255,255,255,0.5); 
	padding: 3px;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	display: inline-block;
	vertical-align: middle
}
.avatar .inner{
	width: 100%;
	height: 100%;
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: cover;
	background-clip: border-box;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}	

.avatar.avatar-sm{
	width: 40px;
	height: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.avatar.avatar-gray{
	background: #f3f4f8
}

.apps-menu img.black,
.apps-menu:hover img.white
{
	display: none;
}
.apps-menu img.white,
.apps-menu:hover img.black
{
	display: inline-block;
}									   								
    
.apps-menu:hover .apps-list{								   
   background: white;
   display: block;
}
.apps-menu .current-app{
	color: white;
	padding: 10px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-right: 30px;
	position: relative;
}							
.apps-menu:hover .current-app{
	background: white;									
	color: #252732;
	cursor: pointer;
}
.apps-menu .current-app i{
	position: absolute;
	top: 50%;
	right: 5px;
	font-size: 24px;
	margin-top: -6px;

}
.apps-menu .apps-list {
    position: absolute;
    z-index: 2;
    display: block;
    bottom: 100%;								   
    display: none;
    padding: 10px 30px 0px 30px;
    padding-bottom: 35px;
    -webkit-border-radius: 6px;
	border-radius: 6px;
	moz-box-shadow: 6px 6px 5px rgba(0,0,0,.3);
	-webkit-box-shadow: 6px 6px 5px rgba(0,0,0,.3);
	box-shadow: 6px 6px 5px rgba(0,0,0,.3);
}



.apps-menu .apps-list .item{
	padding:10px 10px; 
}

.apps-menu .apps-list .item img{
	height: 40px;
}