body{
	font-size: 14px;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	min-width: 1em;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	vertical-align: middle;
	position: relative;
	top: -1px;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-2x {
	font-size: 32px;
}
.icon-3x {
	font-size: 48px;
}

.icon-bordered {
	padding: 5px;
	border: 2px solid;
	border-radius: 50%;
}
.head-panel{
	height: 40px;
    margin-right: 15px;
}
.head-panel .controles{
	float: right;

}
.controles i{
    font-size: 30px;
    color: #263238;
    cursor: pointer;
    margin-left: 15px;
}
#drop-area{
    border: 4px dashed #b4b9be;
    min-height: 400px;
}
.btn_upload_imgs{
  		text-align: center;
	}
	.btn_upload_imgs input{
		display: none;
	}
	.btn_upload_imgs input + label {
	position:absolute;
    color: #646C7F;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    left: 20px;
    right: 20px;
    top: 60px;
    bottom: 14px;
    /*background: #ccc;*/
	}
.drop-area-over{
	border-style: solid !important;
	color: #b1b4b9 !important;
}
.drop_area_drop{
	transition: 4s all;
}
.drop_area_drop .captions{
	display: none !important;
    opacity: 0.75;
}
.drop_area_drop input + label {
	/*padding: 34px 54px 54px 54px !important;*/
}
.drop_area_drop .titulo{
	margin: 0 !important;
}
.drop_area_drop .subtitulo{
	margin: 10px 0 20px 0 !important;
}
#drop-area{
	background-color: #fff;
	/*border: 2px dashed #0087F7;*/
	border-radius: 5px;
	/*padding: 54px;*/
	/*padding-top: 18px;*/
}	
#drop-area .titulo{
	font-size: 20px;
    font-weight: 400;
    margin: 2em 0;
} 
#drop-area .subtitulo{
	font-size: 16px;
	font-weight: 200;
    margin-top: 1.4rem;
}
#drop-area .captions{
	margin-top:30px;
	color: #263238;
	display: inline-block;
	font-family: arial;
	 -webkit-transition: all 4s linear;
  -moz-transition: all 4s linear;
}
.grid{
	width: 100%;
}
.grid-item {
	z-index: 999;
	cursor: default !important;
	width: 23% !important;
	margin-right:10px;
	margin-bottom: 10px;
}
.grid-item img{
	width:100%;
}
.grid-item .info-img{
	background: rgba(255,255,255,.7);
    top: 0;
    position: absolute;
    width: 100%;
    display: none;
}
.grid-item .info-img p{
	margin: 0;
}
.grid-item:hover .info-img{
	display: block;
}
.grid-item .eliminar{
	cursor: pointer;
    display: inline-block;
    padding: 2px;
	margin: auto;
}
.mb15{
	margin-bottom: 15px;
}
.input-percent:before{
	content: "%";
	position: absolute;

}
.form-options input,
.form-options select{
	margin-bottom: 12px;
}
.navbar .logo{
	font-size: 19px;
	color:#fff;
	font-weight: bold;
	padding-top: 8px;
	margin-left: 20px;
    display: block;
}
.sidebar-xs .sidebar-container{
	width: 100px;
}
/*msg_action*/

.msg_action{
	position: fixed;
    z-index: 9999;
    right: 35px;
    bottom: 50px;
}
.msg_action .msg_head{
	background: #222D33;
	border-radius: 8px;
    color: #fff;
    width: 300px;
    height: 70px;
    font-size: 20px;
    font-weight: bold;
}
.msg_action .msg_head a{
	text-align: center;
	color: #fff;
    display: block;
    padding: 20px 25px;
}
.msg_action .msg_head a:hover,
.msg_action .msg_head a:hover{
	background: #161E22;
	border-radius: 8px;
}

.msg_action .msg_foot input,
.msg_action .msg_foot select{
	padding: 10px;
}
.msg_a_compr .msg_foot select{
	width: 100%;
	padding: 20px;
	text-align: right;
}
.msg_a_compr .msg_foot select:focus{
	outline:none;
}
.msg_a_compr .msg_foot{
	padding: 0;
}
.msg_foot{
	background:#fff;
	padding: 20px 25px;
}

.msg_action .msg_descargar{
	width: 340px;
}

.ocultar{
	right: -400px;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

/*msg_action transition animation*/


.msg_action.ng-enter{
  right: -400px;
  transition-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-transition: .7s ease-out all;
  -moz-transition: .7s ease-out all;
  -o-transition: .7s ease-out all;
  transition: .7s ease-out all;
}

.msg_action.ng-leave{
	right: 35px;
  -webkit-transition: .8s ease-in all;
  -moz-transition: .8s ease-in all;
  -o-transition: .8s ease-in all;
  transition: .8s ease-in all;
}
.msg_action.ng-leave.ng-leave-active{
	right: -400px;
}

.msg_action.ng-enter.ng-enter-active {
  right: 35px;
}
/*.msg_opciones transition*/
.msg_foot.ng-enter{
	opacity: 0;
  -webkit-transition: .5s ease-out all;
  -moz-transition: .5s ease-out all;
  -o-transition: .5s ease-out all;
  transition: .5s ease-out all;
}

.msg_foot.ng-leave{
	opacity: 1;
  -webkit-transition: .3s ease-in all;
  -moz-transition: .3s ease-in all;
  -o-transition: .3s ease-in all;
  transition: .3s ease-in all;
}
.msg_foot.ng-leave.ng-leave-active{
	opacity: 0;
}

.msg_foot.ng-enter.ng-enter-active{
	opacity: 1;
}
.sidebar-container{
	display: table-cell; 
	width: 260px;
}
.navbar .navbar-header{
	position:relative;
	height:50px;
}
.navbar-brand{
	position: absolute;
}
.sidebar{
	height: 100vh;
}
.fixed{
	position: fixed;
}
.head_table{
	font-weight: bold;
	margin-bottom: 20px;
}
.col-md-05 {
    width: 4.16%;
    float: left;
}
.min-text{
	font-size: 11px;
}
.shadow1{
 -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
    	 box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}

-webkit-linear-gradient(0deg,rgba(144, 36, 36, 0.15) 100%,rgba(158, 26, 26, 0))