.ui-datepicker-month,.ui-datepicker-year{
	background: #000;
	color: #fafafa;
	border: 1px solid #000;
}
/*========================= GENERAL ====================================*/
html,body{
	background: #000;
	color: #FAFAFA;
}
h1,h2,h3,h4,h5,h6{
	width: 100%;
	text-align: center;
	color: #FAFAFA;
}
legend{
	width: 96%;
	margin: 0px 2%;
	color: #9E9E9E;
	margin-bottom: 1em;
	border-bottom: 1px solid #9E9E9E;
}
.division{
	width: 100%;
	height: 0px;
	margin: .5em auto;
	border-top: 1px solid #cecece;
}
.requerida{
	background: #CF6679 !important;
	border: 1px solid #B71C1C !important;
	color: #000 !important;
}
.requerida::placeholder{
	color: #101010 !important;
}
.bloque{
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	background: #222222;
	background: rgba(255,255,255,.05);
	color: #FAFAFA;
	border: 1px solid #000;
}
.bloqueHead{
	padding-top: 1em;
	background: #222222;
	background: rgba(255,255,255,.08);
	color: #FAFAFA;
	border: 1px solid #000;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    background: #212121;
	color: #EEEEEE;
}
.btn.focus, .btn:focus, .btn:hover {
    text-decoration: none;
    background: #212121;
	color: #EEEEEE;
}
.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(255, 255, 255, .125);
    box-shadow: inset 0 3px 5px rgba(255, 255, 255, .125);
}
.input-group{
	margin-bottom: 1em;
}
.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){
	font-size: 1em;
	background: #000;
	color: #EEEEEE;
	border: 1px solid #000;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle{
	font-size: 1em;
	background: #000;
	color: #EEEEEE;
	border: 1px solid #000;
}

.input-group-btn .glyphicon{
	font-size: 20px;
}
.form-group input[type="text"],.form-group input[type="password"],.form-group input[type="number"],.form-group input[type="date"]{
	font-size: 1em;
	background: #000;
	color: #EEEEEE;
	border: 1px solid #000;
}
.btn-warning,.btn-success{
	color: #fff;
}
.secundario{
	background: none;
	color: #F5F5F5;
}
.tercero{
	color: #BDBDBD;
	background: none;
	border: none;
}
.form-control[disabled], fieldset[disabled] .form-control{
	background: #363636 !important;
}
.btn{
	margin-bottom: 1em;
}
/*========================= GENERAL ====================================*/
/*========================= TABS ====================================*/
.nav-tabs {
    border-bottom: 1px solid #3C3C3C;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs>li>a {
	color: #E0E0E0;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs>li>a:hover {
	background: #3C3C3C;
    background-color: rgba(255,255,255,.15);
    border: 1px solid #3C3C3C;
    border-color: #5e5e5e #5e5e5e #ddd;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fafafa;
    cursor: default;
    background: #3C3C3C;
    background-color: rgba(255,255,255,.15);
    border: 1px solid #5e5e5e;
    border-bottom: none;
}
/*========================= TABS ====================================*/
/*========================= LOGIN INTERNO ====================================*/
#loginInt{
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	justify-content: center;
	align-items: center;
	align-content: center;
	background: #000;
	background: rgba(18,18,18,.8);
	z-index: 6000;
}
#loginInt #cont-login{
	padding-top: 1.5em;
	padding-bottom: 2em;
	border-radius: 10px;
	background: #505050;
	background: rgba(255,255,255,.20);
}
#loginInt img{
	width: 100%;
	margin-bottom: 2em;
}
/*========================= LOGIN INTERNO ====================================*/
/*========================= MENÜ ====================================*/
#menu{
	background: #222;
	background: rgba(255,255,255,.09);
	border-color: #000;
	border-color: rgba(255,255,255,.09);
	border:none;
}
.navbar-brand{
	height: none;
	padding: 5px 15px 8px 15px;
	width: 5.5em;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover{
	background: none;
	color: #7F2B28;
	border-bottom: 1px solid #04365E;
}
.navbar-inverse .navbar-nav > li > a{
	color: #E0E0E0;
}
.dropdown-menu{
	background: #303030;
	background: rgba(255,255,255,.11);
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover{
	background: none;
	color: #7F2B28;
}
.dropdown-menu > li > a{
	color: #BDBDBD;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
	color: #EEE;
	background: none;
}
/*========================= MENÜ ====================================*/
/*========================= ALERTA ====================================*/
#alerta{
	position: fixed;
	display: none;
	top: 45%;
	left: 10%;
	width: 80%;
	z-index: 5000;
}
#alerta .close{
	color: #000;
	font-weight: bolder;
	opacity: 1;
}
/*========================= ALERTA ====================================*/
/*========================= MODAL ====================================*/
.modal-content{
	background: #000;
}
.modal-header{
	background: #505050;
	background: rgba(255,255,255,.09);
	border-bottom: 1px solid #000;
}
.modal-body, .modal-footer{
	background: #303030;
	background: rgba(255,255,255,.05);
}
.modal-footer{
	border-top: 1px solid #000;
}
/*========================= MODAL ====================================*/
/*========================= LOADER ====================================*/
#loader{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgb(38,50,56);
	background: rgba(38,50,56,.5);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 4500;
}
#loader5{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgb(38,50,56);
	background: rgba(38,50,56,.5);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 4500;
}
#cont-Loader{
	background: #fefefe;
	width: 18em;
	padding: 1em 1em 3em 1em;
	border: 2px solid #263238;
	border-radius: 10px;
}
#cont-Loader h4{
	width: 100%;
	text-align: center;
	font-size: 2em;
	margin-bottom: 1em;
	color: #000;
}
.cssload-loader {
	width: 97px;
	height: 19px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
}
.cssload-loader > div {
	content: " ";
	width: 19px;
	height: 19px;
	background: rgb(33,150,243);
	border-radius: 100%;
	position: absolute;
	animation: cssload-shift 2.9s linear infinite;
		-o-animation: cssload-shift 2.9s linear infinite;
		-ms-animation: cssload-shift 2.9s linear infinite;
		-webkit-animation: cssload-shift 2.9s linear infinite;
		-moz-animation: cssload-shift 2.9s linear infinite;
}
.cssload-loader > div:nth-of-type(1) {
	animation-delay: -0.58s;
		-o-animation-delay: -0.58s;
		-ms-animation-delay: -0.58s;
		-webkit-animation-delay: -0.58s;
		-moz-animation-delay: -0.58s;
}
.cssload-loader > div:nth-of-type(2) {
	animation-delay: -1.16s;
		-o-animation-delay: -1.16s;
		-ms-animation-delay: -1.16s;
		-webkit-animation-delay: -1.16s;
		-moz-animation-delay: -1.16s;
}
.cssload-loader > div:nth-of-type(3) {
	animation-delay: -1.74s;
		-o-animation-delay: -1.74s;
		-ms-animation-delay: -1.74s;
		-webkit-animation-delay: -1.74s;
		-moz-animation-delay: -1.74s;
}
.cssload-loader > div:nth-of-type(4) {
	animation-delay: -2.32s;
		-o-animation-delay: -2.32s;
		-ms-animation-delay: -2.32s;
		-webkit-animation-delay: -2.32s;
		-moz-animation-delay: -2.32s;
}
@keyframes cssload-shift {
	0% {
		left: -58px;
		opacity: 0;
		background-color: rgb(25,117,210);
	}
	10% {
		left: 0;
		opacity: 1;
	}
	90% {
		left: 97px;
		opacity: 1;
	}
	100% {
		left: 156px;
		background-color: rgb(183,28,28);
		opacity: 0;
	}
}

@-o-keyframes cssload-shift {
	0% {
		left: -58px;
		opacity: 0;
		background-color: rgb(25,117,210);
	}
	10% {
		left: 0;
		opacity: 1;
	}
	90% {
		left: 97px;
		opacity: 1;
	}
	100% {
		left: 156px;
		background-color: rgb(183,28,28);
		opacity: 0;
	}
}

@-ms-keyframes cssload-shift {
	0% {
		left: -58px;
		opacity: 0;
		background-color: rgb(25,117,210);
	}
	10% {
		left: 0;
		opacity: 1;
	}
	90% {
		left: 97px;
		opacity: 1;
	}
	100% {
		left: 156px;
		background-color: rgb(183,28,28);
		opacity: 0;
	}
}

@-webkit-keyframes cssload-shift {
	0% {
		left: -58px;
		opacity: 0;
		background-color: rgb(25,117,210);
	}
	10% {
		left: 0;
		opacity: 1;
	}
	90% {
		left: 97px;
		opacity: 1;
	}
	100% {
		left: 156px;
		background-color: rgb(183,28,28);
		opacity: 0;
	}
}

@-moz-keyframes cssload-shift {
	0% {
		left: -58px;
		opacity: 0;
		background-color: rgb(25,117,210);
	}
	10% {
		left: 0;
		opacity: 1;
	}
	90% {
		left: 97px;
		opacity: 1;
	}
	100% {
		left: 156px;
		background-color: rgb(183,28,28);
		opacity: 0;
	}
}
/*========================= LOADER ====================================*/