*
{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

          /*transition: all 0.2s ease;*/
}.error-alert

.hidden {
	display:none;
}

.layer-error
{
	position: fixed;
	background: url("../imgs/bg-popup-album.png") repeat;
	width: 100%;
	height: 100%;
	z-index: 90000;
	font-family: "Verdana";
	font-weight: bold;
	font-size: 12px;
}

.error-alert
{
    width: 90%;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-top: 250px;
    max-width: 400px;
    background: #fff;
}

.title-alert
{
	padding: 10px;
	background: #5601bc;
	color: #fff;
	width: 100%;
}

.btns-alert
{
	background: #F2F2F2;
	float: left;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.btn-alert
{
	background: #5601bc;
	color: #fff;
	padding: 5px 10px;
	float: right;
	border: 1px solid #6400cd;
	margin-left: 10px;
	cursor: pointer;
}

.btn-alert:hover
{
	background: #6400cd;
  color: #fff;
}

.msj-alert
{
	color: #333333;
    padding: 20px;
    text-align: center;
}
