:root {
	--blue: #5296e3;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #d55f5f;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #5296e3;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #d55f5f;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	--font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

html {
    background: url(../Img/background.png) no-repeat center center fixed;
    background-size: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    overscroll-behavior: none;
}

@font-face {
    font-family: 'eurostileregular';
    src: url('../fonts/eurosti-webfont.woff2') format('woff2'),
         url('../fonts/eurosti-webfont.woff') format('woff'),
		 url('../fonts/eurosti-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'eurosebold';
    src: url('../fonts/eurose_bold-webfont.woff2') format('woff2'),
         url('../fonts/eurose_bold-webfont.woff') format('woff'),
		 url('../fonts/eurose_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.cursor-pointer {
	cursor: pointer;
}

.text-wrap {
	white-space: normal !important;
}

.text-break {
	word-wrap: break-word !important;
	word-break: break-word !important;
}

.text-primary {
	color: #0d6efd !important;
}

.text-secondary {
	color: #6c757d !important;
}

.text-success {
	color: #198754 !important;
}

.text-danger {
	color: #dc3545 !important;
}

.text-warning {
	color: #ffc107 !important;
}

.text-info {
	color: #0dcaf0 !important;
}

.text-teal {
	color: var(--teal) !important;
}

.text-cyan {
	color: var(--cyan) !important;
}

.text-gray {
	color: #b1afaf !important;
}

.text-white {
	color: #fff !important;
}

.text-light {
	color: #f8f9fa !important;
}

.text-muted {
	color: #6c757d !important;
}

.text-black-50 {
	color: rgba(0,0,0,.5) !important;
}

.text-white-50 {
	color: rgba(255,255,255,.5) !important;
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 4px;
    margin-bottom: 4px;
}

.d-none {
	display: none !important;
}

.tooltip-inner {
	color: #579bfc;
	background-color: rgba(248,248,248,0.5);
	border: 1px solid #579bfc;
	box-shadow: 0 15px 20px 0 rgba(0,0,0,.25);
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #579bfc;
}

.tooltip.top .tooltip-arrow {
	border-top-color: #579bfc;
}

.tooltip.left .tooltip-arrow {
	border-left-color: #579bfc;
}

.tooltip.right .tooltip-arrow {
	border-right-color: #579bfc;
}

.breadcrumb{
    margin-bottom: 0px;
    background: rgba(255, 255, 255, 0.22);
}

.thumbnail {
    padding: 3px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 0;
    border-radius: 2px;
}

/* Menu */

.navbar-brand {
	padding: 8px;
    font-size: 22px;
    color: #337ab7 !important;
}

.navbar-default {
	border: 0px;
    border-radius: 0px;
}

.navbar-color-1 {
    background-color: rgba(248,248,248,0.5);
}

.navbar-color-2 {
	background: linear-gradient(-45deg, rgba(242, 246, 248,0.5) 0%, rgba(216, 225, 231,0.6) 50%, rgba(201, 212, 219, 0.51) 51%,rgba(224, 239, 249, 0.11) 100%);
	background-color: rgba(255,255,255,0.8);
}

.navbar > .container-fluid > .navbar-collapse {
	transition: transform .2s linear;
}

.navbar-nav > li.card-user{
    display:none;
}

.navbar-default .navbar-nav > li > a {
    color: #669bec;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #888;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #777676;
    background-color: #e7e7e7;
}

.navbar-default.navbar-color-2 .navbar-nav > .active > a, .navbar-default.navbar-color-2 .navbar-nav > .active > a:focus, .navbar-default.navbar-color-2 .navbar-nav > .active > a:hover {
	color: #8a939d;
	background-color: #ffffff40;
}

.navbar-shadow{
	background-color:rgba(248,248,248,0.98) !important;
	box-shadow: 1px 1px 50px rgb(100,100,100);
	transition: all .3s ease-in-out;
}
.nav > li:not(._home) > a:focus span:nth-child(1), .nav > li:not(._home) > a:hover span:nth-child(1){
	color: #25c2d9;
    animation-name: agitar;
    animation-duration: 700ms;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #498def;
}
.dropdown-menu > li > a:focus span:nth-child(1), .dropdown-menu > li > a:hover span:nth-child(1){
	color: #25c2d9;
    animation-name: bounceInLeft;
    animation-duration: 0.5s;
}
.dropdown-menu > li > a:focus span:nth-child(2), .dropdown-menu > li > a:hover span:nth-child(2) {
    animation-name: fadeInRight;
    animation-duration: 2.5s;
}
.dropdown-menu > li > a > span:nth-child(1), .dropdown-menu > li > a > span:nth-child(1){
	font-size: 10px;
	color: #ededed;
}

.dropdown-header {
    color: #cecece;
}

.dropdown-header.sub-header {
	color: #669bec;
	background: rgba(136, 136, 136, 0.05);
	text-transform: uppercase;
}

.dropdown-menu > li > a {
    color: #888;
}

@keyframes agitar {
    from { transform: none; }
    30% { transform: scale(1.2) rotate(45deg); }
	70% { transform: scale(1.2) rotate(-45deg); }
    to { transform: none; }
}

.main{
	padding-top: 80px;
}

.home {
    font-size: 14px;
	min-width: 60px;
    text-align: center;
	transition: all .3s ease-in-out;
}
.home > span{
	color: #888;
}
.home:hover {
	padding-top: 12px !important;
    padding-bottom: 7px !important;
}
.home:hover > span{
	font-size: 26px;
	transform: rotate(90deg) !important;
	background-image: -webkit-linear-gradient(45deg, rgba(206,219,233,1) 0%,rgba(170,197,222,1) 17%,rgba(97,153,199,1) 50%,rgba(58,132,195,1) 51%,rgba(65,154,214,1) 59%,rgba(75,184,240,1) 71%,rgba(58,139,194,1) 84%,rgba(38,85,139,1) 100%);
	background-image: linear-gradient(45deg, rgba(206,219,233,1) 0%,rgba(170,197,222,1) 17%,rgba(97,153,199,1) 50%,rgba(58,132,195,1) 51%,rgba(65,154,214,1) 59%,rgba(75,184,240,1) 71%,rgba(58,139,194,1) 84%,rgba(38,85,139,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .3s ease-in-out;
}

/* Min - Menu */

.popover {
	border-radius: 5px;
	background-color: #f2f2f2;
}

.popover-content{
	padding: 5px 8px 0px 5px;
}

.popover.bottom > .arrow::after {
	border-bottom-color: #f2f2f2;
}

ul.min-menu{
	display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 5px;
    grid-row-gap: 2px;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.min-menu li div.module { 
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 4px;
    background-color: #ffffff29;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
   /* box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12); */
    -webkit-transition: transition: all .3s ease-in-out;
    transition: transition: all .3s ease-in-out;
}

ul.min-menu > li div.module:before {
    font-size: 40px;
    color: #c6c6c6;
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
}

ul.min-menu > li div.module:after { 
    content: "";
	top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
	border-radius: 4px;
    background: -webkit-linear-gradient(left,rgba(0,0,0,0.5),rgba(93,94,138,0.5));
	background: -moz-linear-gradient(-45deg, rgb(179, 169, 169) 0%, rgba(255,255,255,0) 100%);
}

ul.min-menu > li span {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 10px;
	color: #6191d7;
	background-color: rgba(255, 255, 255, 0.83);
	bottom: 0;
	left: 0;
    right: 0;
    position: absolute;
	padding-bottom: 3px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
	z-index: 1;
}

.la-ball-fall.min-menu > div:nth-child(1) {
	/*border: 1px solid #6191d7; */
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}

.la-ball-fall.min-menu > div:nth-child(2) {
	/*border: 1px solid #ee6862;*/
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}

.la-ball-fall.min-menu > div:nth-child(3) {
	/*border: 1px solid #32d592;*/
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}

/* Select */

.chosen-container-active.chosen-with-drop .chosen-single, .chosen-container-multi.chosen-with-drop .chosen-container-active {
	border: 1px solid #ddd !important;
	background: none !important;
	background-color: rgba(255,255,255,0.4) !important;
	box-shadow: none !important;
}

.chosen-container-single .chosen-single, .chosen-container-multi .chosen-choices {
	border: 1px solid #ddd !important;
	background: none !important;
	background-color: #fff !important;
	box-shadow: none !important;
	min-height: 34px !important;
	line-height: 2.6 !important;
}

.chosen-container-single .chosen-single abbr {
	top: 11px !important;
}

.chosen-container-single .chosen-single div b {
	margin-top: 5px;
}

.chosen-container .chosen-drop {
	border: 1px solid #ddd !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
	color: #669bec;
	margin: 2px 2px 2px 0;
	padding: 2px 20px 2px 4px;
	border: 1px solid #d4e0ea;
	border-radius: 2px;
	background: transparent;
	background-color: rgba(198, 198, 198, 0.1);
	box-shadow: none;
}

.chosen-container-multi .chosen-choices li.search-field {
	line-height: 1;
}

.views_min{
	display: inline-block;
    padding: 4px;
    line-height: 1.42857143;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(225, 232, 237, 0.6);
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.photo{
	width: 100%;
    margin: 2px 0px 2px 0px;
	display: inline-block;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #e1e8ed;
	border-radius: 4px;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
	-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
	-webkit-transition: border .2s ease-in-out;
	-moz-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}

.glyphicon {
    transition: all .3s ease-in-out;
}



.input-group-addon {
	color: #66757e;
	background-color: #f5f8fa !important;
    border: 1px solid #e1e8ed;
	border-radius: 4px !important;
	top: 0px;
}

.input-group .form-control:first-child, 
.input-group-addon:first-child, 
.input-group-btn:first-child > .btn, 
.input-group-btn:first-child > .btn-group > .btn, 
.input-group-btn:first-child > .dropdown-toggle, 
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn, 
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

[data-cursor="pointer"] {
	cursor: pointer;
}



.form-control {
	border: 1px solid #e1e8ed;
	color: #66757e;
}

.form-label {
	height: 34px;
    padding: 6px 12px;
	text-transform: capitalize;
}

.control-label-title{
	font-size: 12px;
	font-weight: 500;
    color: #a7a7a7;
    border-bottom: 1px dashed #69a1ff78;
}

.control-label-title > .control-label-subtitle {
    background-color: rgba(245, 248, 250, 0.78);
    max-width: 120px;
    min-width: 120px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 4px;
	float: right;
}

.close {
    font-size: 31px !important;
}

.detalle {
    cursor: pointer;
    color: #286090;
    transition: all .3s ease-in-out;
}

.label-resaltar {
	font-size: 100% !important;
    background-color: #f5fd0091 !important;
    color: #ea9900 !important;
	padding: .1em .2em .1em .3em;
	/*text-transform: capitalize;*/
}

.alertify .ajs-dialog {
	/*background-color: transparent;*/
}

.alertify .ajs-header {
	background: linear-gradient(-45deg, rgba(242, 246, 248,0.5) 0%, rgba(216, 225, 231,0.6) 50%, rgba(201, 212, 219,0.5) 51%,rgba(224, 239, 249,0.5) 100%);
	background-color: rgba(255,255,255,0.8);
}

.alertify.ajs-maximized .ajs-body .ajs-content, .alertify.ajs-resizable .ajs-body .ajs-content {
	background-color: rgba(255,255,255);
}

.ajs-message.ajs-notify-blue {
	border: solid 1px rgb(73, 141, 239);
    color: #fff !important;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(87, 155, 252) 100%, rgb(28, 31, 59) 100%) repeat scroll 0% 0%;
}

.ajs-content > .table-responsive > table > thead > tr > th {
	text-transform: lowercase;
	padding-top: 30px;
}

.ajs-content > .table-responsive > table > thead > tr > th:first-letter {
	text-transform: uppercase;
}

.ajs-content > .table-responsive > table > thead > tr > th > div:first-letter {
	text-transform: uppercase;
}

.label-info {
    background-color: #009cde !important;
}

.label-success {
    background-color: #32d592 !important;
}

.label-danger {
    background-color: #ee6862 !important;
}

.label-warning {
    background-color: #fdb658 !important;
}

.label-orange {
	background-color: var(--orange) !important;
}

.label-teal {
	background-color: var(--teal) !important;
}

.label-cyan {
	background-color: var(--cyan) !important;
}

.label-light {
	background-color: var(--light) !important;
}

.label-purple {
	background-color: var(--purple) !important;
}

.label-pink {
	background-color: var(--pink) !important;
}

.select-label{
	font-size: 9px; 
	display: inline-block;
	width:100%;
	padding: 2px 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	white-space: nowrap;
	text-align: center !important; 
	border: 1px solid rgb(223, 229, 246); 
	border-radius: 4px; 
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.select-label-success{
	color: #47d79c;
	border: 1px solid #47d79c;
}
.select-label-info{
	color: #009cde;
	border: 1px solid #009cde;
}
.select-label-warning{
	color: #fec272;
	border: 1px solid #fec272;
}
.select-label-danger{
	color: #fd8e89;
	border: 1px solid #fd8e89;
}
.select-label-purple{
	color: #605ca8;
	border: 1px solid #605ca8;
}
.select-label-default{
	color: #777;
	border: 1px solid #777;
}

.detalle:hover .glyphicon{
    font-size: 14px;
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}

.shadow{
	box-shadow:1px 30px 50px rgba(137, 137, 137,0.6);
	transition: all .3s ease-in-out;
}

.n-shadow{
	box-shadow: none;
	transition: all .3s ease-in-out;
}

.ir-arriba {
	display: none;
	-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
	width: 36.15385px;
	height: 36.15385px;
	z-index: 100;
	vertical-align: middle;
	overflow: hidden;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 5px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	padding: 0;
	cursor: pointer;
	background: -webkit-linear-gradient(50deg,#009cde,#036893) !important;
	background: -o-linear-gradient(50deg,#009cde,#036893) !important;
	background: linear-gradient(40deg,#009cde,#036893) !important;
	/*background: #009cde !important;*/
	color: #fff;
	position: fixed;
	bottom: 7px;
	right: 7px;
}

.ir-arriba i {
    display: inline-block;
    width: inherit;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 36.15385px;
}

.popover {
	max-width: 250px;
	border-radius: 0px;
	border: 1px solid rgb(220, 218, 218);
	/*-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.4);
    box-shadow: 0 5px 10px rgba(0,0,0,.4);*/
}

.input-m {
	position: relative;
}

.label-m {
	padding:5.5px;
	color: rgb(162,162,162);
	background-color: rgba(249,250,251,0.9);
	position:absolute; 
	top: 2px; 
    right: 33px;
	z-index: 3;
	transition: all .3s ease-in-out;
}

.input-m:hover .label-m {
	font-size: 12px;
	color: #fff;	
	background-color: rgba(102, 155, 236,0.9);
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-left-radius: 5px;
	top: 1px;
	transition: all .3s ease-in-out;
}

table {
    margin-bottom: 0px !important;
}

.table-bordered {
    border: 0px solid #e1e8ed;
}

.table-bordered > thead{
    background: #f5f8fa;
    color: #777;
    font-size: 12px;
}

.table-bordered > tbody > tr:hover{
    background-color:rgba(245, 248, 250, 0.9);
	transition: all .3s ease-in-out;
}

.table-bordered > thead > tr > th {
    vertical-align: middle;
    text-align: center;
	padding: 10px 2px;
    border: 0px;
	border-bottom: 2px solid rgb(51,122,183);
}

.table-bordered > tbody > tr > td{
	color: #66757e;
	border: 1px solid #e1e8ed;
	border-left: 0px;
    border-right: 0px;
    vertical-align: middle;
    text-align: center;
    padding: 3px;
    font-size: 11px; 
}

.table-bordered > tbody > tr > td > p {
    color: #66757e;
    margin: 0px;
}

.table > tbody > tr.gray > td, .table > tbody > tr.gray > th, .table > tbody > tr > td.gray, .table > tbody > tr > th.gray, .table > tfoot > tr.gray > td, .table > tfoot > tr.gray > th, .table > tfoot > tr > td.gray, .table > tfoot > tr > th.gray, .table > thead > tr.gray > td, .table > thead > tr.gray > th, .table > thead > tr > td.gray, .table > thead > tr > th.gray {
	background-color: rgba(243,243,243, 0.8);
}

.table > tbody > tr.gray2 > td, .table > tbody > tr.gray2 > th, .table > tbody > tr > td.gray2, .table > tbody > tr > th.gray2, .table > tfoot > tr.gray2 > td, .table > tfoot > tr.gray2 > th, .table > tfoot > tr > td.gray2, .table > tfoot > tr > th.gray2, .table > thead > tr.gray2 > td, .table > thead > tr.gray2 > th, .table > thead > tr > td.gray2, .table > thead > tr > th.gray2 {
	background-color: rgba(236,236,236, 0.8);
}

.table > tbody > tr.success2 > td, .table > tbody > tr.success2 > th, .table > tbody > tr > td.success2, .table > tbody > tr > th.success2, .table > tfoot > tr.success2 > td, .table > tfoot > tr.success2 > th, .table > tfoot > tr > td.success2, .table > tfoot > tr > th.success2, .table > thead > tr.success2 > td, .table > thead > tr.success2 > th, .table > thead > tr > td.success2, .table > thead > tr > th.success2 {
	color: #468847;
	background-color: rgba(223,240,216, 0.8);
	font-weight: 700;
}

.table > tbody > tr.success2 > td > p, .table > tbody > tr.success2 > th  > p, .table > tbody > tr > td.success2  > p, .table > tbody > tr > th.success2  > p, .table > tfoot > tr.success2 > td  > p, .table > tfoot > tr.success2 > th  > p, .table > tfoot > tr > td.success2  > p, .table > tfoot > tr > th.success2  > p, .table > thead > tr.success2 > td  > p, .table > thead > tr.success2 > th  > p, .table > thead > tr > td.success2  > p, .table > thead > tr > th.success2  > p {
	color: #468847;
	font-weight: 700;
}

.table > tbody > tr.blue > td , .table > tbody > tr.blue > th , .table > tbody > tr > td.blue , .table > tbody > tr > th.blue , .table > tfoot > tr.blue > td , .table > tfoot > tr.blue > th , .table > tfoot > tr > td.blue , .table > tfoot > tr > th.blue , .table > thead > tr.blue > td , .table > thead > tr.blue > th , .table > thead > tr > td.blue , .table > thead > tr > th.blue {
	color: rgb(51,122,183);
	background-color: rgba(84, 169, 243, 0.2);
}

.table > tbody > tr.blue > td > p, .table > tbody > tr.blue > th  > p, .table > tbody > tr > td.blue  > p, .table > tbody > tr > th.blue  > p, .table > tfoot > tr.blue > td  > p, .table > tfoot > tr.blue > th  > p, .table > tfoot > tr > td.blue  > p, .table > tfoot > tr > th.blue  > p, .table > thead > tr.blue > td  > p, .table > thead > tr.blue > th  > p, .table > thead > tr > td.blue  > p, .table > thead > tr > th.blue  > p {
	color: rgb(51,122,183);
}

.table > tbody > tr.red > td , .table > tbody > tr.red > th , .table > tbody > tr > td.red , .table > tbody > tr > th.red , .table > tfoot > tr.red > td , .table > tfoot > tr.red > th , .table > tfoot > tr > td.red , .table > tfoot > tr > th.red , .table > thead > tr.red > td , .table > thead > tr.red > th , .table > thead > tr > td.red , .table > thead > tr > th.red  {
	color: rgb(217, 83, 79);
	background-color: rgba(217, 83, 79,0.2);
}

.table > tbody > tr.red > td > p, .table > tbody > tr.red > th  > p, .table > tbody > tr > td.red  > p, .table > tbody > tr > th.red  > p, .table > tfoot > tr.red > td  > p, .table > tfoot > tr.red > th  > p, .table > tfoot > tr > td.red  > p, .table > tfoot > tr > th.red  > p, .table > thead > tr.red > td  > p, .table > thead > tr.red > th  > p, .table > thead > tr > td.red  > p, .table > thead > tr > th.red  > p {
	color: rgb(217, 83, 79);
}

td.actions > i.action, td.actions > i.afectar, td.actions > i.remove, td.actions > i.cancela, th.actions > i.afectar {
	cursor: pointer;
}

td.actions > i.remove, td.actions > i.cancela {
    color: #d9534f !important;
}

td.actions > i.action {
    color: #009cde !important;
}

td.actions > i.afectar, th.actions > i.afectar {
    color: #00bc6e;
	margin: 5px;
}

.pagination > li > a, .pagination > li > span{
	padding: 4px 7px !important;
}

.panel-body {
    padding-bottom: 0px;
}

.panel-heading {
    position: relative;
}

.panel-heading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: 
    rgba(255,255,255,.1);
}

.modal-body{
	padding:2px;
}

.modal-primary{
	background-color: #337ab7;
	color:rgb(255,255,255);
}

.container_firm{
	position:relative;
}

.img_firm {
	position:absolute; 
	top:1px; 
	left:30%;
	height: 158px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.input_firm {
	position:relative;
	height: 160px !important;
	padding-top: 130px !important;
	border-bottom-color:rgb(50,50,50);
	background-color:rgba(255,255,255,0) !important;
}

/* Pill badges */

.badge {
	color: #8b9ca4;
	background-color: #f4f4f4;
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem;
	cursor: pointer;
}

.badge-pill:hover {
    box-shadow: 0px 2px 5px rgba(0,0,0,0.15);
}

.badge-pill span.badge_ {
	display: inline-block;
	min-width: 10px;
	padding: 3px 5px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #777;
	border-radius: 10px;
}

.badge-primary {
	color: #fff;
	background-color: #009cde;
}

.badge-secondary {
	color: #fff;
	background-color: #6c757d;
}

.badge-success {
	color: #fff;
	background-color: #20c17f;
}

.badge-danger {
	color: #fff;
	background-color: #ee6862;
}

.badge-warning {
	color: #606366;
	background-color: #fdb658;
}

.badge-info {
	color: #fff;
	background-color: #17a2b8;
}

.badge-light {
	color: #606366;
	border: 1px solid #f0f0f0;
	background-color: #f8f9fa;
}

.badge-dark {
	color: #fff;
	background-color: #606366;
}

/* Progressbar step */

.progressbar{
    counter-reset: step;
	transition: all .5s ease;
	padding-left: 15px;
}
.progressbar li{
    list-style-type: none;
	display: block;
	position: relative;
	min-height: 80px;
	padding: 15px 35px 15px 35px;
}
.progressbar li span{
	margin: 0px 0px 5px 0px; 
}
.progressbar li:after{
	content: counter(step);
	counter-increment: step;
	position: absolute;
	top: -17px;
    left: -17px;
    width: 35px;
	height: 35px;
	line-height: 33px;
	border: 1px solid #eaf0f4;
	display: block;
	text-align: center;
	border-radius: 50px;
	color: #99a2a8;
	background-color: #eaf0f4;
}
.progressbar li:before{
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: #eaf0f4;
    top: 0;
    left: 0;
}
.progressbar li.active{
    color: #5cb85c;
	background-color: rgba(92,184,92,0.06);
	transition: all .5s ease;
}
.progressbar li.active:after{
    border-color: #5cb85c;
	color: #fff;
	background-color: #5cb85c;
	transition: all .5s ease;
}
.progressbar li.active:before{
    background-color: #5cb85c;
	transition: all .5s ease;
}
.progressbar li.pre:after{
    border-color: #5cb85c;
}
.progressbar li:last-child:before{
    content: none;
}

/* Lista por saltos pagina con UL LI OL */

.text-page-break {
	overflow: hidden;
	white-space: pre;
	text-overflow: ellipsis;
    counter-reset: li; 
    list-style: none; 
    padding: 0;
    margin: 0;
}

.text-page-break ol {
    margin: 0 0 0 2em; 
}

.text-page-break li {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    margin: .5em 1.5em;
    background: rgb(247, 247, 247);
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;
    text-align: left;
	cursor: pointer;
}

.text-page-break li:hover{
    background: rgba(245, 248, 250, 0.9) !important;
}

.text-page-break li:hover:before{
    transform: rotate(360deg);  
}

.text-page-break li:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
	color: #fff;
    background: rgb(65, 166, 208);
    height: 2.5em;
    width: 2.5em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}

/* Input checkbox interruptor */
 
input[type="checkbox"].switch{
	font-size: 11px;
	position: relative;
	width:50px;
	height:25px;
	cursor:pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: rgba(198, 198, 198, 0.2) !important;
	outline: none;
	border: none;
	border-radius: 20px;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	transition: .3s;
	margin: 0px 7px 0px 7px;
	vertical-align: middle;
}

input:checked[type="checkbox"].switch{
	background: rgba(0,200,117,0.5) !important;
}

input[type="checkbox"].switch:before{
	content: attr(data-off);
	display: block;
	font-weight: 700;
	line-height: 11px;
	width: 27px;
	height: 27px;
	padding: 7px 6px 6px 6px;
	border-radius: 20px;
	position: relative;
	top: -1px;
	left: 0;
	background: #fff;
	transform: scale(1.1);
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	transition: .3s;
}

input:checked[type="checkbox"].switch:before{
	content: attr(data-on);
    left: 22.4px;
	color: rgba(0,200,117,0.66) !important;
}

input[type="checkbox"].switch[disabled] {
    cursor: not-allowed;
	box-shadow: none;
    opacity: .65;
}


input[type="checkbox"].switch2 {
	color: rgb(145, 155, 167);
	font-size: 11px;
	position: relative;
	width: auto;
	height: 34px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: rgba(198, 198, 198, 0.2) !important;
	outline: none;
	border: none;
	border-radius: 4px;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	transition: .3s;
	margin: 0px 7px 0px 7px;
	vertical-align: middle;
	padding: 5px;
}

input[type="checkbox"].switch2::before {
	content: attr(data-off);
	display: inline-block;
	font-weight: 700;
	line-height: 0.7;
	width: auto;
	height: 100%;
	padding: 7px 6px 6px 6px;
	border-radius: 2px;
	position: relative;
	background: #fff;
	box-shadow: none;
	transition: .3s;
	text-align: center;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	z-index: 1;
}

input[type="checkbox"].switch2::after {
	color: rgb(87,155,252);
    background-color: #fff0;
	content: attr(data-on);
	display: inline-block;
	font-weight: 700;
	line-height: 0.7;
	width: auto;
	height: 100%;
	padding: 7px 6px 6px 6px;
	border-radius: 2px;
	position: relative;
	box-shadow: 0 0 0 .5rem rgba(0,123,255,.5);
	transition: .3s;
	text-align: center;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

input:checked[type="checkbox"].switch2::before {
	color: rgb(87,155,252);
    background-color: #fff0;
    box-shadow: 0 0 0 .5rem rgba(0,123,255,.5);
	z-index: 0;
}


input:checked[type="checkbox"].switch2::after {
	color: rgb(145, 155, 167);
	 background-color: #fff;
    box-shadow: none;
}

/* -------------------------------- */

/* Input checkbox & radio minimalistas */

.btns-group{
	position: relative;
    display: inline-block;
    vertical-align: middle;
	border: 2px solid #579bfc;
    border-radius: 30px;
}

.btns-group input{
	line-height: 1 !important;
	margin: 0 -2px !important;
	border-radius: 0 !important;
}

.btns-group > input:first-child:not(:last-child) {
	border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
}

.btns-group input:last-of-type:not(:first-child) {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}

.btns-group > input:checked[type="radio"].minimalist.blue:first-child:not(:last-child), .btns-group > input:checked[type="checkbox"].minimalist.blue:first-child:not(:last-child) {
	box-shadow: 3px 0px 5px 0px rgba(0,0,0,.18);
}

.btns-group input:checked[type="radio"].minimalist.blue:last-of-type:not(:first-child), .btns-group input:checked[type="checkbox"].minimalist.blue:last-of-type:not(:first-child) {
	box-shadow: -3px 0px 5px 0px rgba(0,0,0,.18);
}

.btns-group input:checked[type="radio"].minimalist.blue::before, .btns-group input:checked[type="checkbox"].minimalist.blue::before {
	border-color: #fff;
}

.btns-group input:checked[type="radio"].minimalist.blue, .btns-group input:checked[type="checkbox"].minimalist.blue {
	background: rgb(87,155,252) !important;
	color: #fff !important;
	box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.18), 2px 1px 5px 0px rgba(0, 0, 0, 0.18);
}

input[type="checkbox"].minimalist, input[type="radio"].minimalist{
	display: inline-block;
	line-height: 1.42857;
	vertical-align: middle;
	color: #2c3035;
	width:auto;
	height:auto;
	cursor:pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: rgba(198, 198, 198, 0.2);
	outline: none;
	border: none;
	border-radius: 3px;
	margin: 0px 5px 0px 5px;
	padding: 0px 7px 0px 7px;
	box-shadow: none;
	transition: all .3s ease;
}

input:checked[type="checkbox"].minimalist, input:checked[type="radio"].minimalist{
    color: #fff !important;
	background: rgb(83, 83, 83) !important;
	border: 1px solid rgba(18, 17, 17, 0.1);
	transition: all .3s ease;
}

input:checked[type="checkbox"].minimalist.orange, input:checked[type="radio"].minimalist.orange{
	background: rgb(242, 117, 77) !important;
	border: 1px Solid rgb(236, 47, 52) !important;
}

input:checked[type="checkbox"].minimalist.blue, input:checked[type="radio"].minimalist.blue{
	background: rgb(51, 122, 183) !important;
	border: 1px Solid rgb(16, 78, 217) !important;
}

input:checked[type="checkbox"].minimalist.green, input:checked[type="radio"].minimalist.green{
	background: rgb(92, 184, 92) !important;
	border: 1px Solid rgb(0, 147, 21) !important;
}

input:checked[type="checkbox"].minimalist.yellow, input:checked[type="radio"].minimalist.yellow{
	background: rgb(217, 207, 11) !important;
	border: 1px Solid rgb(198, 189, 9) !important;
}

input:checked[type="checkbox"].minimalist.red, input:checked[type="radio"].minimalist.red{
	background: rgb(204, 73, 69) !important;
	border: 1px Solid rgb(198, 23, 13) !important;
}

input[type="checkbox"].minimalist:before, input[type="radio"].minimalist:before{
	content: "";
    display: inline-flex;
    width: 17px;
    height: 17px;
    border: 3px solid #2c3035;
    border-radius: 3px;
    background: none;
	margin: 0px 0px 0px 0px;
	transition: all .3s ease;
}

input[type="radio"].minimalist:before{
    border-radius: 50%;
}

input[type="checkbox"].minimalist.orange:before, input[type="radio"].minimalist.orange:before{
    border: 3px solid #ff4136;
}

input[type="checkbox"].minimalist.blue:before, input[type="radio"].minimalist.blue:before{
    border: 3px solid #2360db;
}

input[type="checkbox"].minimalist.green:before, input[type="radio"].minimalist.green:before{
    border: 3px solid #10a517;
}

input[type="checkbox"].minimalist.yellow:before, input[type="radio"].minimalist.yellow:before{
    border: 3px solid #d9cf0b;
}

input[type="checkbox"].minimalist.red:before, input[type="radio"].minimalist.red:before{
    border: 3px solid rgb(208, 30, 24);
}

input[type="checkbox"].minimalist:after, input[type="radio"].minimalist:after{
	content: attr(data-label);
	display: inline-block;
	margin: 7px 0px 7px 5px;
	transition: all .3s ease;
}

input:checked[type="checkbox"].minimalist:before, input:checked[type="radio"].minimalist:before{
    border-left: none;
	border-top: none;
	border-radius: 0px;
	border-color: #fff;
	width: 10px;
	height: 20px;
	margin: 0px 7px 0px 4px;
	transform: rotate(45deg) translate(0px, -2px);
	transition: all .3s ease;
}

input[type="checkbox"].minimalist:hover, input[type="radio"].minimalist:hover{
    background-color: rgba(44, 48, 53, 0.11);
	transition: all .3s ease;
}

input[type="checkbox"].minimalist.orange:hover, input[type="radio"].minimalist.orange:hover{
    background-color: rgba(255, 65, 54, 0.11);
	transition: all .3s ease;
}

input[type="checkbox"].minimalist.blue:hover, input[type="radio"].minimalist.blue:hover{
    background-color: rgba(35, 96, 219, 0.11);
	transition: all .3s ease;
}

input[type="checkbox"].minimalist.green:hover, input[type="radio"].minimalist.green:hover{
    background-color: rgba(16, 165, 23, 0.11);
	transition: all .3s ease;
}

input[type="checkbox"].minimalist.yellow:hover, input[type="radio"].minimalist.yellow:hover{
    background-color: rgba(217, 207, 11, 0.11);
	transition: all .3s ease;
}

input[type="checkbox"].minimalist.red:hover, input[type="radio"].minimalist.red:hover{
    background-color: rgba(208, 30, 24, 0.11);
	transition: all .3s ease;
}

/* -------------------------------- */

.kv-file-upload{
    display: none;
}
.kv-file-zoom{
	display: none;
}
.file-preview-frame{
    margin: 2px;
    padding: 6px;	
}
.file-preview-image{
	height: 100% !important;
}

#main-loading-outter {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #fff;
    opacity: .8;
	transition: all 2s ease;
}

#main-loading-container- {
    display: block !important;
    position: absolute;
    top: 45%;
    left: 48%;
    z-index: 0;
}

#main-loading-container {
   display: block !important;
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1050;
   display: none;
   overflow: hidden;
   -webkit-overflow-scrolling: touch;
   outline: 0;
}

.loader- {
    top: calc(18%);
    left: calc(18%);
    width: 120px;
    height: 120px;
    -webkit-perspective: 800px;
    perspective: 800px;
}

.loader {
    top: calc(18%);
    width: 120px;
    height: 120px;
    -webkit-perspective: 800px;
    perspective: 800px;
	position: relative !important;
    margin: 12% auto;
}

.inner.one {
    left: 0;
    top: 0;
    -webkit-animation: rotate-one 1s linear infinite;
    animation: rotate-one 1s linear infinite;
    border-bottom: 3px solid #4FB99F;
}

.inner.two {
    right: 0;
    top: 0;
    -webkit-animation: rotate-two 1s linear infinite;
    animation: rotate-two 1s linear infinite;
    border-right: 3px solid #4FB99F;
}

.inner.three {
    right: 0;
    bottom: 0;
    -webkit-animation: rotate-three 1s linear infinite;
    animation: rotate-three 1s linear infinite;
    border-top: 3px solid #4FB99F;
}

.inner {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.inner, .loader {
    border-radius: 50%;
    position: absolute;
}



@-webkit-keyframes rotate-one {
	0% {
		-webkit-transform:rotateX(35deg) rotateY(-45deg) rotateZ(0);
		transform:rotateX(35deg) rotateY(-45deg) rotateZ(0)
	}
	100% {
		-webkit-transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
		transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
	}
}

@keyframes rotate-one {
	0% {
		-webkit-transform:rotateX(35deg) rotateY(-45deg) rotateZ(0);
		transform:rotateX(35deg) rotateY(-45deg) rotateZ(0)
	}
	100% {
		-webkit-transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
		transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
	}
}

@-webkit-keyframes rotate-two {
	0% {
		-webkit-transform:rotateX(50deg) rotateY(10deg) rotateZ(0);
		transform:rotateX(50deg) rotateY(10deg) rotateZ(0)
	}
	100% {
		-webkit-transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg);
		transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)
	}
}

@keyframes rotate-two {
	0% {
		-webkit-transform:rotateX(50deg) rotateY(10deg) rotateZ(0);
		transform:rotateX(50deg) rotateY(10deg) rotateZ(0)
	}
	100% {
		-webkit-transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg);
		transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)
	}
}

@-webkit-keyframes rotate-three {
	0% {
		-webkit-transform:rotateX(35deg) rotateY(55deg) rotateZ(0);
		transform:rotateX(35deg) rotateY(55deg) rotateZ(0)
	}
	100% {
		-webkit-transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg);
		transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)
	}
}
@keyframes rotate-three {
	0% {
		-webkit-transform:rotateX(35deg) rotateY(55deg) rotateZ(0);
		transform:rotateX(35deg) rotateY(55deg) rotateZ(0);
	}
	100% {
		-webkit-transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg);
		transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)
	}
}
/*!
 * Loaders
 */

.loader-success{
    background-color: rgba(1,130,114,0.9);
}
	
.loader-primary{
	background-color: rgba(41,128,185,0.9);
}
	
.loader-danger{
	background-color: rgba(231,76,60,0.9);
}

.loader-purple{
    background-color: rgba(142,68,173,0.9);
}

.loader-primary-logo{
	background-color: rgba(2,81,118,0.7);
}

.loader-default-logo{
	background: linear-gradient(45deg, rgba(79, 79, 79, 0.7) 0%, rgba(172, 172, 172, 0.7) 20%, rgba(255, 255, 255, 0.7) 51%, rgba(121, 121, 121, 0.7) 100%);
	background: linear-gradient(0deg, rgba(79, 79, 79, 0.7) 0%, rgba(106, 106, 106, 0.78) 0%, rgb(249, 249, 249) 51%, rgba(176, 176, 176, 0.7) 100%);
}

.loader-defaul{
    background-color: rgba(41,47,51,0.9);
}

.loader-minimalist{
    background-color: rgba(248, 248, 248, 0.92);
}

.text-logo-legend {
	font-family: 'eurosebold';
	color: #ffffffbd;
	font-size: 12px;
	margin-top: 5px;
	text-shadow: 0.5px 1px 0.8px #373737;
}

.loader-default-logo .text-logo-legend{
	color: #3c3c3cbd;
	text-shadow: none;
}

.text-logo-stts {
    color: #e3e3e3;
	background-color: rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    padding: 5px;
    margin-top: 30px;
    /*text-shadow: 3px 3px 2px #474747;*/
}

.loader-default-logo .text-logo-stts{
	color: #009cde;
}

.loader-minimalist .text-logo-stts {
	color: #797979 !important;
}

#contenedor_carga{
	display: none;
	opacity: 0;
	position: fixed;
	top: 0;
    right: 0;
    left: 0;
    bottom: 0;
	align-items: center;
    justify-content: center;
    text-align: center;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index:1982;
}

._contenedor-loader{
    position: absolute; 
	top: 45%; 
	left: 45%;
}
		
.loaders{
	width: 100px;
	height: 100px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
		
.loader-quart{
	border-radius: 50px;
	border: 6px solid rgba(255,255,255,0.4);
}
		
.loader-quart:after{
	content: '';
	position: absolute;
	top: -6px; 
	left: -6px;
	bottom: -6px;
    right: -6px;
	border-radius: 50px;
	border: 6px solid transparent;
	border-top-color: #fff;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}
		
@keyframes spin{
	0%{ -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

.loader-quart-bezier{
    border: 5px solid #d3d3d3b5;
    border-radius: 50%;
    position: relative;
}
		
.loader-quart-bezier:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    border: 5px solid transparent;
    border-left-color: #009cde;
    margin: -22%;
    -webkit-animation: rotation 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
    animation: rotation 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}

.loader-quart-bezier:before{
   content: "ER";
   font-family: 'eurosebold';
   font-weight: 1000;
   font-size: 40px;
   color: #009cde;
   line-height: 88px;
}

@-webkit-keyframes rotation {
    to {
        -webkit-transform: rotate(3turn);
        transform: rotate(3turn);
    }
}

@keyframes rotation {
    to {
        -webkit-transform: rotate(3turn);
        transform: rotate(3turn);
    }
}
	
.loader-double{
	border-radius: 50px;
	border: 6px solid transparent;
	border-top-color: #fff;
	border-bottom-color: #fff;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}
		
.loader-double:after{
    content: '';
	position: absolute;
	top: 5px; 
	left: 5px;
	bottom: 5px;
    right: 5px;
	border-radius: 50px;
	border: 6px solid transparent;
	border-top-color: #fff;
    border-bottom-color: #fff;
	opacity: 0.6;
	-webkit-animation: spinreverse 2s linear infinite;
	animation: spinreverse 2s linear infinite;
}
		
.loader-double--:before{
    content: '';
	position: absolute;
	top: 15px; 
	left: 15px;
	bottom: 15px;
	right: 15px;
	border-radius: 50px;
	border: 3px solid transparent;
	border-top-color: #fff;
	border-bottom-color: #fff;
	opacity: 0.6;
	-webkit-animation: spinreverse 2.5s linear infinite;
	animation: spinreverse 2.5s linear infinite;
}

@keyframes spinreverse{
	0%{ -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100%{ -webkit-transform: rotate(-360deg); transform: rotate(-360deg); }
}
		
.loader-circles{
	border-radius: 50px;
    border: 3px solid transparent;
	border-top-color: #fff;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}
		
.loader-circles:after{
	content: '';
	position: absolute;
	top: 5px; 
	left: 5px;
	bottom: 5px;
	right: 5px;
	border-radius: 50px;
	border: 3px solid transparent;
	border-top-color: #fff;
	opacity: 0.8;
	-webkit-animation: spin 10s linear infinite;
	animation: spin 10s linear infinite;
}
		
.loader-circles:before{
	content: '';
	position: absolute;
	top: 12px; 
	left: 12px;
	bottom: 12px;
	right: 12px;
	border-radius: 50px;
	border: 3px solid transparent;
	border-top-color: #fff;
	opacity: 0.5;
	-webkit-animation: spin 5s linear infinite;
	animation: spin 5s linear infinite;
}
	
.loader-bars:before, 
.loader-bars:after,
.loader-bars span{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0;
    width: 10px;
	height: 30px;
	background-color: #fff;
	-webkit-animation: grow 1s linear infinite;
	animation: grow 1s linear infinite;
}
	
.loader-bars:after{
	left: 15px;
	-webkit-animation-delay: -.66s;
	animation-delay: -.66s;
}
		
.loader-bars span{
    left: 30px;
	-webkit-animation-delay: -.33s;
	animation-delay: -.33s;
}
		
@keyframes grow{
	0%{ -webkit-transform: scaleY(0); transform: scaleY(0); opacity:0; }
	50%{ -webkit-transform: scaleY(1); transform: scaleY(1); opacity:1; }
	100%{ -webkit-transform: scaleY(0); transform: scaleY(0); opacity:0; }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
}

@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

/*!
 * Loaders logo
 */
 
.background1{
	width: 145px;
	height: 98px;
	margin: auto;
	padding: 14px 12px;
	border-radius: 2px;
	background: linear-gradient(45deg, rgba(33,53,77,1) 0%,rgba(2,81,118,1) 26%,rgba(0,142,198,1) 46%,rgba(2,81,118,1) 64%,rgba(25,58,83,1) 76%,rgba(25,58,83,1) 87%,rgba(33,53,77,1) 100%);;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.3),0 2px 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.3),0 2px 10px 0 rgba(0,0,0,.2);
	-webkit-animation: carggando1 0.5s linear infinite alternate;
	animation: cargangdo1 0.5s linear infinite alternate;		
}

.loader-default-logo .background1{
	background: #009cde;
	box-shadow: none;
}

.background2{
	width: 100%;
	height: 100%;
	padding: 15px 13px;
	border-radius: 2px;
	background: linear-gradient(45deg, rgba(75,80,77,1) 0%,rgba(178,189,187,1) 26%,rgba(208,215,213,1) 46%,rgba(231,240,241,1) 53%,rgba(178,189,187,1) 77%,rgba(75,80,77,1) 100%);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.3),0 2px 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.3),0 2px 10px 0 rgba(0,0,0,.2);
	position: relative;
	-webkit-animation: cargando2 3s linear infinite alternate;
	animation: cargando2 3s linear infinite alternate;
}

.loader-default-logo .background2{
	background: #fff;
	box-shadow: none;
}

.background2:after{
	content: '';
	display: block;
	position: absolute;
	left:0;
	bottom:0;
	width:0%;
	height:1px;
    background: rgba(255, 255, 255,0.3);
	box-shadow: 0 -73px #fff;
	-webkit-animation: cargando3 1s linear 1s infinite;
	animation: cargando3 1s linear 1s infinite;
}

.background2:before{
	content: '';
	display: block;
	position: absolute;
	left:0;
	top:0;
	width:1px;
	height:0%;
    background: rgba(255, 255, 255,0.5);
	box-shadow: 122px 0 #fff;
	-webkit-animation: cargando4 1s linear infinite;
	animation: cargando4 1s linear infinite;
}

.text-logo{
	font-family: 'eurosebold';
    font-size: 70px;
	font-weight: 1000;
	margin: 0px;
	color: transparent;
	position: absolute;
	top: -18%;
    left: 8%;
	background: linear-gradient(45deg, rgba(33,53,77,1) 0%,rgba(2,81,118,1) 26%,rgba(0,142,198,1) 46%,rgba(2,81,118,1) 64%,rgba(25,58,83,1) 76%,rgba(25,58,83,1) 87%,rgba(33,53,77,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(33,53,77,1) 0%,rgba(2,81,118,1) 26%,rgba(0,142,198,1) 46%,rgba(2,81,118,1) 64%,rgba(25,58,83,1) 76%,rgba(25,58,83,1) 87%,rgba(33,53,77,1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 2px 2px 3px rgba(67, 116, 179, 0.1);
}

.loader-default-logo .text-logo{
	top: -23%;
	text-shadow: none;
	background: #009cde;
	background-clip: text;
   -webkit-background-clip: text;
}

@keyframes cargando1{
	from{ background: linear-gradient(45deg, rgba(33,53,77,1) 0%,rgba(2,81,118,1) 16%,rgba(0,142,198,1) 36%,rgba(2,81,118,1) 54%,rgba(25,58,83,1) 66%,rgba(25,58,83,1) 100%,rgba(33,53,77,1) 100%); }
	to{ background: linear-gradient(45deg, rgba(33,53,77,1) 0%,rgba(2,81,118,1) 26%,rgba(0,142,198,1) 56%,rgba(2,81,118,1) 74%,rgba(25,58,83,1) 86%,rgba(25,58,83,1) 97%,rgba(33,53,77,1) 100%); }
}

@keyframes cargando2{
	from{ opacity: 1;}
	to{  opacity: 0.1; }
}

@keyframes cargando3{
	from{ width: 0%; box-shadow: 121px -69px rgba(255, 255, 255,0.5);}
	to{  width: 100%; box-shadow: 0 -69px rgba(255, 255, 255,0.5);}
}

@keyframes cargando4{
	from{ height: 0%; box-shadow: 120px 70px rgba(255, 255, 255,0.5);}
	to{  height: 100%; box-shadow: 120px 0 rgba(255, 255, 255,0.5);}
}

/*!
 * Linea de tiempo
 */

.list-line {
    list-style: none;
	padding: 0px;
	margin-top: 10px;
}

.list-line > .box-adjunto{
	padding: 0px;
}

.timeline::before {
	left: 14px;
}
.timeline > .time-label > span {
	font-size: 13px;
	font-weight: normal;
	padding-top: 2px;
    padding-bottom: 2px;
}
.timeline > li {
	margin-right: 0px;
	margin-bottom: 10px;
}
.timeline > li > .timeline-item {
	margin-left: 40px;
	margin-right: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.timeline > li > .fa, .timeline > li > .glyphicon, .timeline > li > .ion {
	line-height: 29px;
	left: 0px;
}
.timeline > li > .timeline-item > .timeline-header {
	font-size: 10px;
	padding: 3px;
	border: 0px;
	border-top: 1px solid rgb(233, 233, 233);
}
.timeline > li > .timeline-item > .time {
    padding: 3px;
	padding-right: 4px;
    font-size: 10px;
}
.timeline > li > .timeline-item > .timeline-footer {
	font-size: 11px;
}
.timeline > li > .timeline-item > .timeline-footer > p {
	color: #4a5962;
    margin: 0px;
}
.timeline > li > .timeline-item > .timeline-footer > .divide {
	margin: 2px 0px;
    padding: 1px;
    vertical-align: middle;
    color: #b9b9b9;
}
.timeline > li > .timeline-item > .timeline-body, .timeline > li > .timeline-item > .timeline-footer {
	color: rgb(70, 70, 70);
    font-size: 11px;
	padding: 0px;
	padding-top: 5px;
}

/*!
 * Arbol de archivos
 */

.text-info {
    color: #17a2b8 !important;
}

.txt-green{
	color: rgb(92,184,92) !important;
}

.txt-yellow{
	color: rgb(244,165,6) !important;
}

.txt-red{
	color: rgb(250,88,51) !important;
}

.txt-blue{
	color: rgb(56, 131, 179) !important;
}

.blue {
    color: #478FCA !important;
}
.green {
    color: #69AA46 !important;
}
.grey {
    color: #777 !important;
}
.orange {
    color: #FF892A !important;
}
.pink {
    color: #C6699F !important;
}
.red {
    color: #DD5A43 !important;
}

.ace-icon {
    text-align: center;
}

.tree {
	position: relative;
    margin: auto;
    padding: 0 0 0 9px;
	overflow-y: hidden;
}
.tree::before {
    display: inline-block;
    content: "";
    position: absolute;
    top: -20px;
    bottom: 16px;
    left: 0;
    z-index: 1;
    border: 1px dotted #67B2DD;
    border-width: 0 0 0 1px;
}
.tree .tree-branch, .tree .tree-item {
    position: relative;
    list-style: none;
    border-left: 1px solid #FFF;
    margin: 1px 0;
}
.tree .tree-branch::before, .tree .tree-item::before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 14px;
    left: -13px;
    width: 18px;
    height: 0;
    border-top: 1px dotted #67B2DD;
    z-index: 1;
}
.tree .tree-branch {
    width: auto;
    min-height: 20px;
}
.tree .tree-minus.ace-icon:first-child, .tree .tree-plus.ace-icon:first-child {
    display: inline-block;
    font-style: normal;
    vertical-align: middle;
    height: 11px;
    width: 11px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    border: 1px solid #8BAEBF;
    line-height: 10px;
    background-color: #FFF;
    position: relative;
    z-index: 2;
}
.tree .icon-caret {
    vertical-align: baseline !important;
}
.tree .tree-branch .icon-caret ~ .tree-branch-header {
    display: inline-block;
    width: 80%;
    width: calc(100% - 36px);
}
.tree .tree-branch .tree-branch-header, .tree .tree-item {
    padding: 5px;
    color: #4D6878;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.tree .tree-branch .tree-branch-header {
    border-radius: 0;
}
.tree .tree-branch .tree-branch-header {
    position: relative;
    height: 20px;
    line-height: 20px;
}
.tree .tree-branch .tree-branch-children, .tree .tree-branch .tree-branch-children.tree {
    margin: 0 0 0 23px;
    padding: 0;
    position: relative;
}
.tree .tree-branch .tree-branch-children.tree::before, .tree .tree-branch .tree-branch-children::before {
    display: inline-block;
    content: "";
    position: absolute;
    z-index: 1;
    top: -14px;
    bottom: 16px;
    left: -14px;
    border: 1px dotted #67B2DD;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
    border-width: 0 0 0 1px;
}
.tree .tree-minus.ace-icon:first-child::before, .tree .tree-plus.ace-icon:first-child::before {
    content: "";
    display: block;
    width: 7px;
    height: 0;
    border-top: 1px solid #4D6878;
    position: absolute;
    top: 5px;
    left: 2px;
}
.tree .tree-branch, .tree .tree-item {
    position: relative;
    list-style: none;
    border-left: 1px solid #FFF;
    margin: 1px 0;
}
.tree-item-name {
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tree .tree-item {
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    max-width: calc(100% - 20px);
}
.tree .tree-branch .tree-branch-header .tree-branch-name, .tree .tree-item .tree-item-name {
    display: inline;
    z-index: 2;
}
.tree .tree-item-name {
    cursor: pointer;
}
.tree .tree-item > .tree-item-name > .tree-label > .ace-icon:first-child {
    margin-left: 3px;
    margin-right: 3px;
}
.tree .tree-item > .tree-item-name > .tree-label > .ace-icon:nth-child(0n+2) {
	font-size: 20px;
    margin-left: 0px;
    margin-right: 6px;
}

/*!
 * Botones
 */
 
.btn-success2 {
    color: #fff;
    background-color: rgb(1,130,114) !important;
    border-color: rgb(2,126,113) !important;
    border-radius: 0px !important;
}

.btn-box-tool {
    padding: 5px;
    padding-bottom: 5px;
    padding-bottom: 2px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
}

 .btn-glass {
	border: 1px solid #e3e3e3f2;
	color: #558ec8f2;
	background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(243, 243, 243) 50%, rgb(237, 237, 237) 51%, rgb(255, 255, 255) 100%);
	background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(243, 243, 243) 50%, rgb(237, 237, 237) 51%, rgb(255, 255, 255) 100%);
}

.btn-neutro{
    font-size: 16px !important; 
    color: #3A6C9D;
    background-color: #f0ad4e00;
    border-color: #3A6C9D00; 
    padding: 1px 5px 0px 5px !important
}
    
.btn-neutro:hover, .btn-neutro:focus {
    color: #fff;
    background-color: #3A6C9D;
    border-color: #3A6C9D00;
}

/*!
 * Botones minimalistas
 */
 
.btn-app.btn-primary, .btn-app.btn-primary.disabled:hover, .btn-app.btn-primary.no-hover:hover {
    background: repeat-x #2a8bcb !important;
        background-image: none;
    background-image: -webkit-linear-gradient(top,#3B98D6 0,#197EC1 100%) !important;
    background-image: -o-linear-gradient(top,#3B98D6 0,#197EC1 100%) !important;
    background-image: linear-gradient(to bottom,#3B98D6 0,#197EC1 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b98d6', endColorstr='#ff197ec1', GradientType=0) !important;
}
.btn.btn-app {
    width: 65px !important;
    border: none;
    padding: 12px 0 8px;
    margin: 2px;
    line-height: 1.7;
	transition: all .3s ease-in-out;
}
.btn-app, .btn-app.btn-default, .btn-app.btn-default.disabled:hover, .btn-app.btn-default.no-hover:hover, .btn-app.disabled:hover, .btn-app.no-hover:hover {
    background: repeat-x #b4c2cc !important;
    background-image: -webkit-linear-gradient(top,#BCC9D5 0,#ABBAC3 100%) !important;
    background-image: -o-linear-gradient(top,#BCC9D5 0,#ABBAC3 100%) !important;
    background-image: linear-gradient(to bottom,#BCC9D5 0,#ABBAC3 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbcc9d5', endColorstr='#ffabbac3', GradientType=0) !important;
    background: transparent !important;
}
.btn.btn-app > .ace-icon {
	color: rgb(34,34,34);
    display: block;
    font-size: 32px;
    margin: 0 0 4px;
    line-height: 36px;
    min-width: 0;
    padding: 0;
	opacity: .7;
}
.btn-app.btn-default:hover, .btn-app:hover {
    background: repeat-x #9baebc !important;
    background-image: none;
    background-image: -webkit-linear-gradient(top,#fff 0,#f5f5f5 100%) !important;
    background-image: -o-linear-gradient(top,#fff 0,#f5f5f5 100%) !important;
    background-image: linear-gradient(to bottom,#fff 0,#f5f5f5 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa3b5c5', endColorstr='#ff93a6b2', GradientType=0) !important;
    background: transparent !important;
}
.btn-app.btn-primary:hover {
    background: repeat-x #1d6fa6 !important;
        background-image: none;
    background-image: -webkit-linear-gradient(top,#267eb8 0,#136194 100%) !important;
    background-image: -o-linear-gradient(top,#267eb8 0,#136194 100%) !important;
    background-image: linear-gradient(to bottom,#267eb8 0,#136194 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff267eb8', endColorstr='#ff136194', GradientType=0) !important;
}
.btn-app:hover {
    -webkit-box-shadow: 0 8px 8px 0 rgba(0,0,0,0.14),0 8px 12px 0 rgba(0,0,0,0.12),0 10px 8px -9px rgba(0,0,0,0.2);
    box-shadow: 0 8px 8px 0 rgba(0,0,0,0.14),0 8px 12px 0 rgba(0,0,0,0.12),0 10px 8px -9px rgba(0,0,0,0.2);
	transition: all .3s ease-in-out;
}

.btn-app:hover .ace-icon {
    transform: rotate(360deg);
    transition: all .5s ease-in-out;
}

.btn-app:hover i{
    color:#25c2d9;
    animation-name: agitar;
    animation-duration: 700ms;
    /*transition: all .5s ease-in-out;*/
}

/*!
 * Cajas tipo boton
 */
 

.box-small {
    text-align: center;
    position: relative;
    display: block;
    margin: 20px;
        margin-left: 20px;
}

.box-small-link {
	text-align: center;
    border: 1px solid #ddd;
    margin-bottom: -1px;
    padding: 30px 0px;
    font-size: 12px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #fafafa, #efefef);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#efefef));
    background-image: -webkit-linear-gradient(top, #fafafa, #efefef);
    background-image: -o-linear-gradient(top, #fafafa, #efefef);
    background-image: linear-gradient(to bottom, #fafafa, #efefef);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fafafa', endColorstr='#efefef', GradientType=0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    color: #646464;
    text-shadow: 0px 1px 1px #fff;
}

.box-small-title {
    text-align: center;
    margin: 10px auto;
    font-size: 13px;
    color: #aaa;
    text-shadow: 0px 1px 1px #fff;
}

.notification-small, .notification {
    border: 1px solid #ddd;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #fafafa, #efefef);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#efefef));
    background-image: -webkit-linear-gradient(top, #fafafa, #efefef);
    background-image: -o-linear-gradient(top, #fafafa, #efefef);
    background-image: linear-gradient(to bottom, #fafafa, #efefef);
}

.notification-small.default, .notification.default {
	color: #646464 !important;
    border: 1px solid #ddd;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #fafafa, #efefef);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#efefef));
    background-image: -webkit-linear-gradient(top, #fafafa, #efefef);
    background-image: -o-linear-gradient(top, #fafafa, #efefef);
    background-image: linear-gradient(to bottom, #fafafa, #efefef);
}

.notification-small.green, .notification.green {
    border-color: #5AAD34;
    background-color: #78CD51;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(101, 54%, 71%)), color-stop(100%, hsl(101, 55%, 56%)));
    background-image: -webkit-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
    background-image: -moz-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
    background-image: -ms-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
    background-image: -o-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
    background-image: linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
}

.notification-small.yellow, .notification.yellow {
    border-color: #F4A506;
    background-color: #FABB3D;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(40, 95%, 76%)), color-stop(100%, hsl(40, 95%, 61%)));
    background-image: -webkit-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
    background-image: -moz-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
    background-image: -ms-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
    background-image: -o-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
    background-image: linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
}

.notification-small.red, .notification.red {
    border-color: #FA5833;
    background-color: #FA603D;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(11, 95%, 76%)), color-stop(100%, hsl(11, 95%, 61%)));
    background-image: -webkit-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
    background-image: -moz-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
    background-image: -ms-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
    background-image: -o-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
    background-image: linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
}

.notification-small.blue, .notification.blue {
    border-color: #2FABE9;
    background-color: #67C2EF;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(200, 80%, 82%)), color-stop(100%, hsl(200, 81%, 67%)));
    background-image: -webkit-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
    background-image: -moz-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
    background-image: -ms-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
    background-image: -o-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
    background-image: linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
}

.notification {
    position: absolute;
    top: -16px;
    right: -16px;
    line-height: 16px;
    padding: 6px 10px;
    color: white !important;
    text-shadow: 0 1px hsla(0, 0%, 0%, 0.25);
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    border-radius: 50em;
    -webkit-box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.08), inset 0 1px hsla(0, 100%, 100%, 0.3);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), inset 0 1px rgba(255, 255, 255, 0.3);
    box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.08), inset 0 1px hsla(0, 100%, 100%, 0.3);
}

.box-small-link:hover {
    border: 1px solid #3c4049;
    margin-bottom: -1px;
    padding: 30px 0px;
    color: #fff;
    background-color: #4e525d;
    background-image: -moz-linear-gradient(top, #4e525d, #3c4049);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4e525d), to(#3c4049));
    background-image: -webkit-linear-gradient(top, #4e525d, #3c4049);
    background-image: -o-linear-gradient(top, #4e525d, #3c4049);
    background-image: linear-gradient(to bottom, #4e525d, #3c4049);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#4e525d', endColorstr='#3c4049', GradientType=0);
    text-shadow: 0px 1px 1px #000;
    text-decoration: none;
}
 

/*!
 * Lista Autocompletar
 */


.autocomplete{
	position: relative;
	transition: all .3s ease-in-out;
}
.autocomplete-list {
	width: 100%;
	display: none;
	position: absolute;
	top: 34px;
    left: 0;
    padding: 2px;
    margin: 0;
	background: #fff;
	cursor: default;
	box-shadow: none !important;
	border-top-width: 0 !important;
	border-radius: 4px;
	border: 1px solid #d7dce5;
	max-height: 285px !important;
    overflow: auto;
	list-style: none;
    outline: 0;
	transition: all 0.3s ease-in-out;
	z-index: 3;
}
.autocomplete > span.remove {
	display: none;
	color: #d9534f;
	cursor: pointer;
    position: absolute;
    right: 8px;
    top: 10px;
	transition: all .3s ease-in-out;
}
.item-suggestions:hover {
    background-color: #f5f5f5;
}
.item-suggestions {
    padding: 0 !important;
    border-bottom: 1px solid #e9ecf2;
    background-color: #fff;
}
.item-suggestions .suggest-item {
	cursor: pointer;
    padding-top: 12px !important;
    padding-bottom: 14px !important;
    padding-left: 15px !important;
	text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 14px !important;
    min-height: 0;
    font-weight: normal;
}
.item-suggestions .item-image {
	float: left;
	display: flex;
	width: 50px;
	height: 50px;
	margin: auto;
	vertical-align: middle;
}
.item-suggestions .item-image img {
    width: 100%;
    border-radius: 50%;
}
.item-suggestions .details {
    padding: 0;
    padding-left: 60px;
    text-align: left;
    position: relative;
}
.item-suggestions .details .name {
    font-weight: 400;
    color: #3d7dbc;
    font-size: 13px;
    letter-spacing: .2px;
    text-decoration: none;
    display: block;
    text-transform: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item-suggestions .details .attributes {
    color: #67676c;
    font-size: 12px;
    font-weight: 400;
    margin-left: 5px;
}
.item-suggestions .details .attributes .value {
    color: #9ebddb;
}



/* =============================================================================== MARGIN Y PADDING ===============================================================================  */

  .m-0 {
	margin: 0 !important;
  }
  
  .m-1 {
	margin: 0.25rem !important;
  }
  
  .m-2 {
	margin: 0.5rem !important;
  }
  
  .m-3 {
	margin: 1rem !important;
  }
  
  .m-4 {
	margin: 1.5rem !important;
  }
  
  .m-5 {
	margin: 3rem !important;
  }
  
  .m-auto {
	margin: auto !important;
  }
  
  .mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
  }
  
  .mx-1 {
	margin-right: 0.25rem !important;
	margin-left: 0.25rem !important;
  }
  
  .mx-2 {
	margin-right: 0.5rem !important;
	margin-left: 0.5rem !important;
  }
  
  .mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
  }
  
  .mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
  }
  
  .mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
  }
  
  .mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
  }
  
  .my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
  }
  
  .my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
  }
  
  .my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
  }
  
  .my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
  }
  
  .my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
  }
  
  .my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
  }
  
  .my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
  }
  
  .mt-0 {
	margin-top: 0 !important;
  }
  
  .mt-1 {
	margin-top: 0.25rem !important;
  }
  
  .mt-2 {
	margin-top: 0.5rem !important;
  }
  
  .mt-3 {
	margin-top: 1rem !important;
  }
  
  .mt-4 {
	margin-top: 1.5rem !important;
  }
  
  .mt-5 {
	margin-top: 3rem !important;
  }
  
  .mt-auto {
	margin-top: auto !important;
  }
  
  .me-0 {
	margin-right: 0 !important;
  }
  
  .me-1 {
	margin-right: 0.25rem !important;
  }
  
  .me-2 {
	margin-right: 0.5rem !important;
  }
  
  .me-3 {
	margin-right: 1rem !important;
  }
  
  .me-4 {
	margin-right: 1.5rem !important;
  }
  
  .me-5 {
	margin-right: 3rem !important;
  }
  
  .me-auto {
	margin-right: auto !important;
  }
  
  .mb-0 {
	margin-bottom: 0 !important;
  }
  
  .mb-1 {
	margin-bottom: 0.25rem !important;
  }
  
  .mb-2 {
	margin-bottom: 0.5rem !important;
  }
  
  .mb-3 {
	margin-bottom: 1rem !important;
  }
  
  .mb-4 {
	margin-bottom: 1.5rem !important;
  }
  
  .mb-5 {
	margin-bottom: 3rem !important;
  }
  
  .mb-auto {
	margin-bottom: auto !important;
  }
  
  .ms-0 {
	margin-left: 0 !important;
  }
  
  .ms-1 {
	margin-left: 0.25rem !important;
  }
  
  .ms-2 {
	margin-left: 0.5rem !important;
  }
  
  .ms-3 {
	margin-left: 1rem !important;
  }
  
  .ms-4 {
	margin-left: 1.5rem !important;
  }
  
  .ms-5 {
	margin-left: 3rem !important;
  }
  
  .ms-auto {
	margin-left: auto !important;
  }
  
  .p-0 {
	padding: 0 !important;
  }
  
  .p-1 {
	padding: 0.25rem !important;
  }
  
  .p-2 {
	padding: 0.5rem !important;
  }
  
  .p-3 {
	padding: 1rem !important;
  }
  
  .p-4 {
	padding: 1.5rem !important;
  }
  
  .p-5 {
	padding: 3rem !important;
  }
  
  .px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
  }
  
  .px-1 {
	padding-right: 0.25rem !important;
	padding-left: 0.25rem !important;
  }
  
  .px-2 {
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important;
  }
  
  .px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
  }
  
  .px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
  }
  
  .px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
  }
  
  .py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
  }
  
  .py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
  }
  
  .py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
  }
  
  .py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
  }
  
  .py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
  }
  
  .py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
  }
  
  .pt-0 {
	padding-top: 0 !important;
  }
  
  .pt-1 {
	padding-top: 0.25rem !important;
  }
  
  .pt-2 {
	padding-top: 0.5rem !important;
  }
  
  .pt-3 {
	padding-top: 1rem !important;
  }
  
  .pt-4 {
	padding-top: 1.5rem !important;
  }
  
  .pt-5 {
	padding-top: 3rem !important;
  }
  
  .pe-0 {
	padding-right: 0 !important;
  }
  
  .pe-1 {
	padding-right: 0.25rem !important;
  }
  
  .pe-2 {
	padding-right: 0.5rem !important;
  }
  
  .pe-3 {
	padding-right: 1rem !important;
  }
  
  .pe-4 {
	padding-right: 1.5rem !important;
  }
  
  .pe-5 {
	padding-right: 3rem !important;
  }
  
  .pb-0 {
	padding-bottom: 0 !important;
  }
  
  .pb-1 {
	padding-bottom: 0.25rem !important;
  }
  
  .pb-2 {
	padding-bottom: 0.5rem !important;
  }
  
  .pb-3 {
	padding-bottom: 1rem !important;
  }
  
  .pb-4 {
	padding-bottom: 1.5rem !important;
  }
  
  .pb-5 {
	padding-bottom: 3rem !important;
  }
  
  .ps-0 {
	padding-left: 0 !important;
  }
  
  .ps-1 {
	padding-left: 0.25rem !important;
  }
  
  .ps-2 {
	padding-left: 0.5rem !important;
  }
  
  .ps-3 {
	padding-left: 1rem !important;
  }
  
  .ps-4 {
	padding-left: 1.5rem !important;
  }
  
  .ps-5 {
	padding-left: 3rem !important;
  }


/* =============================================================================== BORDER ===============================================================================  */

  
  .border {
	border: 1px solid #dee2e6 !important;
  }
  
  .border-0 {
	border: 0 !important;
  }
  
  .border-top {
	border-top: 1px solid #dee2e6 !important;
  }
  
  .border-top-0 {
	border-top: 0 !important;
  }
  
  .border-end {
	border-right: 1px solid #dee2e6 !important;
  }
  
  .border-end-0 {
	border-right: 0 !important;
  }
  
  .border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
  }
  
  .border-bottom-0 {
	border-bottom: 0 !important;
  }
  
  .border-start {
	border-left: 1px solid #dee2e6 !important;
  }
  
  .border-start-0 {
	border-left: 0 !important;
  }
  
  .border-primary {
	border-color: #138dd9 !important;
  }
  
  .border-secondary {
	border-color: #8338ec !important;
  }
  
  .border-success {
	border-color: #00A878 !important;
  }
  
  .border-info {
	border-color: #8ecae6 !important;
  }
  
  .border-warning {
	border-color: #ffbe0b !important;
  }
  
  .border-danger {
	border-color: #ED254E !important;
  }
  
  .border-light {
	border-color: #f8f9fa !important;
  }
  
  .border-dark {
	border-color: #495f6a !important;
  }
  
  .border-white {
	border-color: #fff !important;
  }
  
  .border-1 {
	border-width: 1px !important;
  }
  
  .border-2 {
	border-width: 2px !important;
  }
  
  .border-3 {
	border-width: 3px !important;
  }
  
  .border-4 {
	border-width: 4px !important;
  }
  
  .border-5 {
	border-width: 5px !important;
  }
  
  .border-solid {
    border-style: solid;
  }
  
  .border-dashed {
    border-style: dashed;
  }
  
  .border-dotted {
    border-style: dotted;
  }

/* =============================================================================== BORDER RADIUS ===============================================================================  */

  .rounded {
	border-radius: 0.25rem !important;
  }
  
  .rounded-0 {
	border-radius: 0 !important;
  }
  
  .rounded-1 {
	border-radius: 0.2rem !important;
  }
  
  .rounded-2 {
	border-radius: 0.25rem !important;
  }
  
  .rounded-3 {
	border-radius: 0.3rem !important;
  }
  
  .rounded-circle {
	border-radius: 50% !important;
  }
  
  .rounded-pill {
	border-radius: 50rem !important;
  }
  
  .rounded-top {
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important;
  }
  
  .rounded-end {
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
  }
  
  .rounded-bottom {
	border-bottom-right-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
  }
  
  .rounded-start {
	border-bottom-left-radius: 0.25rem !important;
	border-top-left-radius: 0.25rem !important;
  }

/* =============================================================================== FONT SIZE, WEIGHT ===============================================================================  */

  .fs-1 {
	font-size: calc(1.375rem + 1.5vw) !important;
  }
  
  .fs-2 {
	font-size: calc(1.325rem + 0.9vw) !important;
  }
  
  .fs-3 {
	font-size: calc(1.3rem + 0.6vw) !important;
  }
  
  .fs-4 {
	font-size: calc(1.275rem + 0.3vw) !important;
  }
  
  .fs-5 {
	font-size: 1.25rem !important;
  }
  
  .fs-6 {
	font-size: 1rem !important;
  }
  
  .fst-italic {
	font-style: italic !important;
  }
  
  .fst-normal {
	font-style: normal !important;
  }
  
  .fw-light {
	font-weight: 300 !important;
  }
  
  .fw-lighter {
	font-weight: lighter !important;
  }
  
  .fw-normal {
	font-weight: 400 !important;
  }
  
  .fw-bold {
	font-weight: 700 !important;
  }
  
  .fw-bolder {
	font-weight: bolder !important;
  }

/* =============================================================================== ALIGN ===============================================================================  */
 
  .text-start{
	text-align:left!important
  }

  .text-end{
	text-align:right!important
  }
  
  .text-center{
	text-align:center!important
  }

/* =============================================================================== SHADOW ===============================================================================  */

  .shadow {
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
			box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
  
  .shadow-sm {
	-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
			box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
  
  .shadow-lg {
	-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
			box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  }
  
  .shadow-none {
	-webkit-box-shadow: none !important;
			box-shadow: none !important;
  }

/* =============================================================================== COLOR FONDO ===============================================================================  */

  .bg-primary {
	background-color: #0d6efd !important;
  }
  
  .bg-secondary {
	background-color: #6c757d !important;
  }
  
  .bg-success {
	background-color: #198754 !important;
  }
  
  .bg-info {
	background-color: #0dcaf0 !important;
  }
  
  .bg-warning {
	background-color: #ffc107 !important;
  }
  
  .bg-danger {
	background-color: #dc3545 !important;
  }
  
  .bg-light {
	background-color: #f5f5f5 !important;
  }
  
  .bg-dark {
	background-color: #212529 !important;
  }
  
  .bg-black {
	background-color: #000000 !important;
  }
  
  .bg-white {
	background-color: #ffffff !important;
  }
  
  .bg-transparent {
	background-color: transparent !important;
  }

  /* =============================================================================== CHART JS ===============================================================================  */

    .chart-container {
        position: relative;
        margin: auto;
        width: 80vw;
        height: 70vh;
	    width: 90%;
    }

/*!
 * Media Screen
 */
 
@media print{
	a:after {
		content: " " !important;
	}
}

@media (max-width:767px){
	.chart-container {
	    width: 100%;
    }

    .navbar-default {
        border-radius: 0px;
        background-color: rgba(248,248,248,0.98);
		animation-fill-mode: none;
    }
	
	/* Cambiar el menu tipo android  */
    .navbar > .container-fluid > .navbar-collapse {
	    transform: translateX(-105%);
		border:0px;
	    position: fixed!important;
	    left: 0!important;
	    width: 300px!important;
	    height: 100% !important;
		max-height: 100% !important;
	    top: 0!important;
	    z-index: 1040!important;
		will-change: transform;
		-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
		-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
	    background-color: #fff!important;
		background-image: url('../../resources/img/bck.png');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
    }
	.collapse.in {
	    transform: translateX(5%) !important;
    }
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 60px;
    }
	.navbar-nav {
        margin-top: 0;
    }
	.navbar-nav > li{
		font-size: 16px;
        text-align: left;
    }
	.navbar-nav > li > a{
		color: #555 !important;
    }
	.navbar-nav > li.open > a{
		-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.22);
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.22);
    }
	.navbar-nav > li > a > span.glyphicon {
		margin-right: 15px;
        margin-left: 10px;
        color: #d5d5d5;
    }
	.navbar-nav > li.card-user{
        display: block;
    }
	.navbar-nav > li > .user-view {
        padding: 16px 16px 0;
		position: relative;
        margin-bottom: 0px;
    }
	.navbar-nav > li > .user-view > a{
        height: auto;
        padding: 0;
		text-decoration: none;
    }
	.navbar-nav > li > .user-view > a > .circle{
		height: 64px;
        width: 64px;
		border-radius: 50%;
		background-color: rgba(255, 255, 255, 0.40);
    }
	.navbar-nav > li > .user-view > .background{
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;;
    }
	.navbar-nav > li > .user-view .name {
        margin-top: 16px;
        font-weight: 500;
		color: #fff;
    }
	.navbar-nav > li > .user-view .email {
        padding-bottom: 16px;
        font-weight: 400;
		color: #ddd;
        text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.36);
    }
	.navbar-nav > li > .user-view .name, .navbar-nav > li > .user-view .email {
        font-size: 14px;
        line-height: 24px;
    }
	.navbar-nav > li > .user-view .circle, .navbar-nav > li > .user-view .name, .navbar-nav > li > .user-view .email {
        display: block;
    }
	.navbar-overlay {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		opacity: 0;
		height: 120vh;
		background-color: rgba(55, 69, 81, 0.5);
		z-index: 997;
		display: none;
		transition: all .2s ease-in-out;
	}
	/* Cambiar el menu tipo android  */
    
	.table-compact-response > table > thead {
		display: none;
	}
	
	.table-compact-response > table > tbody > tr {
		border-bottom: 1px solid #cecccc;
	}
	
	.table-compact-response > table > tbody > tr > td {
		display: block;
		position: relative;
		width: 100%;
		min-width: 100%;
		padding: 2rem .5rem .4rem 10%;
		border: 1px solid rgba(0, 0, 0, 0.01);
		white-space: normal !important;
	}
	
	.table-compact-response > table > tbody > tr > td:before {
		font-size: 9px;
        font-weight: 700;
		content: attr(data-title);
		background: rgba(0,0,0,.01);
		position: absolute;
		left: 0;
		top: 5px;
		bottom: 0;
		width: auto;
		min-width: 22%;
		padding-left: .5rem;
		text-transform: uppercase;
		line-height: 2.8;
		text-align: left !important;
        color: rgba(104, 128, 158, 0.5);
	}
	
	.table-compact-response > table#tbl-resum-graf1 > tbody > tr > td.data-title {
        text-align: right !important;
    }
    
	.table-compact-response > table#tbl-detalle-graf1 > tbody > tr > td.data-title {
        text-align: right !important;
    }
	
	.table-compact-response > table#tbl-detalle-graf1 > tbody > tr > td {
        border: 0px !important;
    }
	
	.table-compact-response > table#tbl-detalle-graf1 > tbody > tr > td:nth-child(2), .table-compact-response > table#tbl-detalle-graf1 > tbody > tr > td:nth-child(3), .table-compact-response > table#tbl-detalle-graf1 > tbody > tr > td:nth-child(4) {
        text-align: right !important;
    }
	
	.table-compact-response > table > tbody > tr:nth-child(2n+1) {
        background: rgba(51,122,183,0.05);
    }
    
	.table-compact-response > table > tbody > tr:nth-child(2n) {
        background: rgba(29,29,29,0.05);
    }
	
	
	.table-compact-response-exp{
		margin-bottom: 0px;
		border: 0px solid #ddd;
	}
	
	.table-compact-response-exp > table > thead {
		display: none;
	}
	
	.table-compact-response-exp > table > tbody > tr {
		border-bottom: 1px solid #cecccc;
	}
	
	.table-compact-response-exp > table > tbody > tr > td {
		display: block;
		position: relative;
		width: 100%;
		min-width: 100%;
		padding: 2rem .5rem .4rem 10%;
		border: 1px solid rgba(0, 0, 0, 0.01);
		white-space: normal !important;
	}
	
	.table-compact-response-exp > table > tbody > tr > td:before {
		font-size: 9px;
        font-weight: 700;
		content: attr(data-title);
		background: rgba(0,0,0,.01);
		position: absolute;
		left: 0;
		top: 5px;
		bottom: 0;
		width: auto;
		min-width: 22%;
		padding-left: .5rem;
		text-transform: uppercase;
		line-height: 2.8;
		text-align: left !important;
        color: rgba(104, 128, 158, 0.5);
	}
	
	.table-compact-response-exp > table > tbody > tr:nth-child(4n+1) {
        background: rgba(51,122,183,0.05);
    }
	
	.table-compact-response-exp > table > tbody > tr:nth-child(4n+3) {
        background: rgba(29,29,29,0.05);
    }
	
	.text-page-break {
        white-space: normal;
    }
	.alertify-notifier {
        z-index: 1029 !important;
    }
    
    .alertify-notifier.ajs-top {
        top: 50px;
        left: 0 !important;
        max-width: 100%;
        min-width: 100%;
    }
    
    .alertify-notifier.ajs-bottom {
        bottom: 0;
        left: 0 !important;
        max-width: 100%;
        min-width: 100%;
    }
    
    .alertify-notifier .ajs-message.ajs-visible {
    	border: 0;
    	border-radius: 0;
        padding: 2px 5px;
        margin-top: 0px;
    }
    
    .alertify-notifier.ajs-center .ajs-message.ajs-visible {
        left: 0;
        -webkit-transition-timing-function: initial;
        transition-timing-function: initial;
    }
    
    .alertify-notifier.ajs-center .ajs-message {
        -webkit-transform: none;
        transform: none;
    }
    
    .alertify-notifier .ajs-message {
    	font-size: 11px;
    	text-shadow: none !important;
        width: 100%;
    }
    
    .ajs-message.ajs-info { 
        color: #fff;  
    	background: rgba(21,101,192,0.95);
    }

	/* ------------------------- */
	
	.p0-xs {
		padding: 0 !important;
	}
 
	.pt0-xs {
		padding-top: 0 !important;
	}
 
	.pb0-xs {
		padding-bottom: 0 !important;
	}
 
	.pl0-xs {
	    padding-left: 0 !important;
	}
 
	.pr0-xs {
		padding-right: 0 !important;
	}
 
	.py0-xs {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
 
	.px0-xs {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	 
	.hidden-xs {
		display: none !important;
	}
	 
	.text-xs-center {
		text-align:center !important;
	}
	 
	.text-xs-left {
		text-align:left !important;
	}
	 
	.text-xs-right {
		text-align:right !important;
	}
}

@media (min-width:768px){
    .m-md-0 {
	margin: 0 !important;
	}
	.m-md-1 {
	margin: 0.25rem !important;
	}
	.m-md-2 {
	margin: 0.5rem !important;
	}
	.m-md-3 {
	margin: 1rem !important;
	}
	.m-md-4 {
	margin: 1.5rem !important;
	}
	.m-md-5 {
	margin: 3rem !important;
	}
	.m-md-auto {
	margin: auto !important;
	}
	.mx-md-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
	}
	.mx-md-1 {
	margin-right: 0.25rem !important;
	margin-left: 0.25rem !important;
	}
	.mx-md-2 {
	margin-right: 0.5rem !important;
	margin-left: 0.5rem !important;
	}
	.mx-md-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
	}
	.mx-md-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
	}
	.mx-md-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
	}
	.mx-md-auto {
	margin-right: auto !important;
	margin-left: auto !important;
	}
	.my-md-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	}
	.my-md-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
	}
	.my-md-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
	}
	.my-md-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
	}
	.my-md-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
	}
	.my-md-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
	}
	.my-md-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
	}
	.mt-md-0 {
	margin-top: 0 !important;
	}
	.mt-md-1 {
	margin-top: 0.25rem !important;
	}
	.mt-md-2 {
	margin-top: 0.5rem !important;
	}
	.mt-md-3 {
	margin-top: 1rem !important;
	}
	.mt-md-4 {
	margin-top: 1.5rem !important;
	}
	.mt-md-5 {
	margin-top: 3rem !important;
	}
	.mt-md-auto {
	margin-top: auto !important;
	}
	.me-md-0 {
	margin-right: 0 !important;
	}
	.me-md-1 {
	margin-right: 0.25rem !important;
	}
	.me-md-2 {
	margin-right: 0.5rem !important;
	}
	.me-md-3 {
	margin-right: 1rem !important;
	}
	.me-md-4 {
	margin-right: 1.5rem !important;
	}
	.me-md-5 {
	margin-right: 3rem !important;
	}
	.me-md-auto {
	margin-right: auto !important;
	}
	.mb-md-0 {
	margin-bottom: 0 !important;
	}
	.mb-md-1 {
	margin-bottom: 0.25rem !important;
	}
	.mb-md-2 {
	margin-bottom: 0.5rem !important;
	}
	.mb-md-3 {
	margin-bottom: 1rem !important;
	}
	.mb-md-4 {
	margin-bottom: 1.5rem !important;
	}
	.mb-md-5 {
	margin-bottom: 3rem !important;
	}
	.mb-md-auto {
	margin-bottom: auto !important;
	}
	.ms-md-0 {
	margin-left: 0 !important;
	}
	.ms-md-1 {
	margin-left: 0.25rem !important;
	}
	.ms-md-2 {
	margin-left: 0.5rem !important;
	}
	.ms-md-3 {
	margin-left: 1rem !important;
	}
	.ms-md-4 {
	margin-left: 1.5rem !important;
	}
	.ms-md-5 {
	margin-left: 3rem !important;
	}
	.ms-md-auto {
	margin-left: auto !important;
	}
	.p-md-0 {
	padding: 0 !important;
	}
	.p-md-1 {
	padding: 0.25rem !important;
	}
	.p-md-2 {
	padding: 0.5rem !important;
	}
	.p-md-3 {
	padding: 1rem !important;
	}
	.p-md-4 {
	padding: 1.5rem !important;
	}
	.p-md-5 {
	padding: 3rem !important;
	}
	.px-md-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
	}
	.px-md-1 {
	padding-right: 0.25rem !important;
	padding-left: 0.25rem !important;
	}
	.px-md-2 {
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important;
	}
	.px-md-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
	}
	.px-md-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
	}
	.px-md-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
	}
	.py-md-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	}
	.py-md-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
	}
	.py-md-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
	}
	.py-md-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
	}
	.py-md-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
	}
	.py-md-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
	}
	.pt-md-0 {
	padding-top: 0 !important;
	}
	.pt-md-1 {
	padding-top: 0.25rem !important;
	}
	.pt-md-2 {
	padding-top: 0.5rem !important;
	}
	.pt-md-3 {
	padding-top: 1rem !important;
	}
	.pt-md-4 {
	padding-top: 1.5rem !important;
	}
	.pt-md-5 {
	padding-top: 3rem !important;
	}
	.pe-md-0 {
	padding-right: 0 !important;
	}
	.pe-md-1 {
	padding-right: 0.25rem !important;
	}
	.pe-md-2 {
	padding-right: 0.5rem !important;
	}
	.pe-md-3 {
	padding-right: 1rem !important;
	}
	.pe-md-4 {
	padding-right: 1.5rem !important;
	}
	.pe-md-5 {
	padding-right: 3rem !important;
	}
	.pb-md-0 {
	padding-bottom: 0 !important;
	}
	.pb-md-1 {
	    padding-bottom: 0.25rem !important;
	}
	.pb-md-2 {
	padding-bottom: 0.5rem !important;
	}
	.pb-md-3 {
	padding-bottom: 1rem !important;
	}
	.pb-md-4 {
	padding-bottom: 1.5rem !important;
	}
	.pb-md-5 {
	padding-bottom: 3rem !important;
	}
	.ps-md-0 {
	padding-left: 0 !important;
	}
	.ps-md-1 {
	padding-left: 0.25rem !important;
	}
	.ps-md-2 {
	padding-left: 0.5rem !important;
	}
	.ps-md-3 {
	padding-left: 1rem !important;
	}
	.ps-md-4 {
	padding-left: 1.5rem !important;
	}
	.ps-md-5 {
	padding-left: 3rem !important;
	}
}
