@import url("https://fonts.googleapis.com/css?family=Titillium+Web:400,700");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");	
	
	
.nc-blur {
/*
  filter:blur(5px);
  text-decoration: line-through;
  text-decoration-style: wavy;
  color: #cfcfcf;
  background-image: url("../../images/bandanera.png");
  background-repeat: repeat;
*/
}

.logoabc {
 	width: auto;
}

.bandanera {
  background-image: url("../../images/bandanera.png");
   background-repeat: no-repeat;
}

.demo-mode {
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    position: absolute;
    top: 20px;
    left: -1px;
    color: #fff;
    background-color: #3d3d3d;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    opacity: .5;
    margin-top: 50px;
	 z-index:5000;
}

#sesC{
    margin-top:-20px;    
    border-radius:5px;
    display:block;
    background-color:#000;
    padding:5px;
    color:#fff;
}


.alert-warning {
	background-color: #fcf8e3; 
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%238a6d3b' fill-opacity='0.05' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
}

.btn-warning {
	background-color: #f0ad4e; 
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%238a6d3b' fill-opacity='0.05' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
}