.mj-forms-style1 .has-error .form-control:focus {
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
	border-color:#843534;
}

.mj-forms-style1 .has-error .input-group-addon {
	color:#a94442;
	background-color:#f2dede;
	border-color:#a94442;
}

.mj-forms-style1 .control-label{
	display: block;
	padding-bottom: 10px;
	text-align: left!important;
}

.mj-forms-style1 textarea{ 
	min-height: 145px;
	resize: none;
} 

.alert-danger{
	color: #ffffff !important;
	background-color: #6f6f6f !important;
	padding: 10px;
	width: 100%;
	left: 1%;
	position: relative;
}

.alert-success{
	color: #ffffff !important;
	background-color: #6f6f6f !important;
	padding-top: 50%;
	width: 100%;
	left: 1%;
	position: absolute;
	text-align: center;
	z-index: 100;
	height: 100%;
	font-size: 22px;
} 

select { 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; 
} 

.mj-forms-style1 .has-error {
	color:#a94442;
}

.mj-forms-style1 .has-error .input-group-addon{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.mj-forms-style1 .input-group .validation{
	z-index:2;
	right: 51px !important;
}

.mj-forms-style1 .input-group-addon:last-child {
	border-left: 0;
}

.mj-forms-style1 .input-group .form-control:last-child, .mj-forms-style1 .input-group-addon:last-child, .mj-forms-style1 .input-group-btn:last-child > .btn, .mj-forms-style1 .input-group-btn:last-child > .btn-group > .btn, .mj-forms-style1 .input-group-btn:last-child > .dropdown-toggle, .mj-forms-style1 .input-group-btn:first-child > .btn:not(:first-child), .mj-forms-style1 .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.mj-forms-style1 .input-group .form-control:first-child, .mj-forms-style1 .input-group-addon:first-child, .mj-forms-style1 .input-group-btn:first-child > .btn, .mj-forms-style1 .input-group-btn:first-child > .btn-group > .btn, .mj-forms-style1 .input-group-btn:first-child > .dropdown-toggle, .mj-forms-style1 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .mj-forms-style1 .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.mj-forms-style1 .input-group {
	position:relative;
	display:table;
	border-collapse:separate;
}

.mj-forms-style1 .input-group[class*=col-] {
	float:none;
	padding-right:0;
	padding-left:0;
}



.mj-forms-style1 .form-control {
	display:block;
	width:100%;
	height:100%;
	font-size:14px;
	line-height:1.42857143;
	color:#1E8080;
	background-image: none!important;
	border:1px solid #1E8080;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	padding:6px 12px;
	position: relative;
	padding: 10px 10px;

    background: #ff3232;
    /* Old browsers */
    background: linear-gradient(to right, #fff 50%, #f7f7f7 50%);
    background-size: 200% 100%;
    background-position:left bottom;
    transition:all .5s ease;
    overflow: hidden;

}

.mj-forms-style1 .form-control:focus {
	outline:0;
	border-left: 1px solid #1E8080;
	border-top: 1px solid #1E8080;
    border-right: 1px solid #1E8080;
    border-bottom: 3px solid #1E8080;
	background: #FFF;
}


.mj-forms-style1 .input-group .form-control {
	position:relative;
	z-index:2;
	float:left;
	width:100%!important;
	margin-bottom:0;
}

.mj-forms-style1 .input-group .form-control:focus {
	z-index:3;
}

.mj-forms-style1 .input-group .form-control, .mj-forms-style1 .input-group-addon, .mj-forms-style1 .input-group-btn {
	display:table-cell;
}

.mj-forms-style1 .input-group-addon, .mj-forms-style1 .input-group-btn {
	width:1%;
	white-space:nowrap;
	vertical-align:middle;
}

.mj-forms-style1 .input-group-addon {
	font-size:14px;
	font-weight:400;
	line-height:1;
	color:#1E8080;
	text-align:center;
	background-color:#eee;
	border:1px solid #ccc;
	padding:6px 12px;
	position: relative;
    left: -2px;
}

.mj-forms-style1 .input-group-addon.input-sm {
	font-size:12px;
	border-radius:3px;
	padding:5px 10px;
}

.mj-forms-style1 .input-group-addon.input-lg {
	font-size:18px;
	border-radius:6px;
	padding:10px 16px;
}

.mj-forms-style1 .input-group-btn {
	position:relative;
	font-size:0;
	white-space:nowrap;
}

.mj-forms-style1 .input-group-btn:first-child>.btn {
	margin-right:-1px;
}

.mj-forms-style1 .input-group-btn:last-child>.btn {
	z-index:2;
	margin-left:-1px;
}

.mj-forms-style1  .control-label {
	padding-top: 7px;
	margin-bottom: 0;
	text-align: right;

}

.mj-forms-style1 .form-group.has-error .control-label{

	color:#a94442;

}

.mj-forms-style1 .col-sm-6, .mj-forms-style1 .col-sm-3 {
	position:relative;
	min-height:1px;
	padding-right:15px;
	padding-left:15px;
}

.mj-forms-style1 .col-sm-6 {
	width:100%;
}

.mj-forms-style1 .timepicker-picker > .table-condensed .btn-primary{

	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	width: auto;
	height: auto;

}

.mj-forms-style1 .btn-primary {
	color: #fff;
	background-color:#1E8080;
	width: 150px;
	height: 50px;
	font-weight: 700!important;
    transition:all .5s ease;
    overflow: hidden;
}

.mj-forms-style1 .btn-primary.focus,.mj-forms-style1 .btn-primary:focus {
	color:#fff;
	background-color:#286090;
	border-color:#122b40;
}

.mj-forms-style1 .btn-primary:hover {
	outline:0;
	color: #585858!important;
	border-left: 1px solid #585858;
	border-top: 1px solid #585858;
	border-right: 1px solid #585858;
	border-bottom: 1px solid #585858;
	background: #FFF;
	border-radius: 50px;
	background-color:#FFF!important;
}

.mj-forms-style1 .btn-primary.active,.mj-forms-style1  .btn-primary:active,.mj-forms-style1 .open>.dropdown-toggle.btn-primary {
	color:#fff;
	background-color:#286090;
	background-image:none;
	border-color:#204d74;
}

.mj-forms-style1 .btn-primary.active.focus, .mj-forms-style1 .btn-primary.active:focus, .mj-forms-style1 .btn-primary.active:hover, .mj-forms-style1 .btn-primary:active.focus, .mj-forms-style1 .btn-primary:active:focus, .mj-forms-style1 .btn-primary:active:hover, .mj-forms-style1 .open>.dropdown-toggle.btn-primary.focus, .mj-forms-style1 .open>.dropdown-toggle.btn-primary:focus, .mj-forms-style1 .open>.dropdown-toggle.btn-primary:hover {
	color:#fff;
	background-color:#204d74;
	border-color:#122b40;
}

.mj-forms-style1 .btn-primary.disabled.focus, .mj-forms-style1 .btn-primary.disabled:focus, .mj-forms-style1 .btn-primary.disabled:hover, .mj-forms-style1 .btn-primary[disabled].focus, .mj-forms-style1 .btn-primary[disabled]:focus, .mj-forms-style1 .btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
	background-color:#337ab7;
	border-color:#2e6da4;
}


.mj-forms-style1  .checkbox, .mj-forms-style1  .checkbox-inline, .mj-forms-style1  .radio, .mj-forms-style1  .radio-inline {
	padding-top:7px;
	margin-top:0;
	margin-bottom:0;
}

.mj-forms-style1  .checkbox, .mj-forms-style1  .radio {
	min-height:27px;
}

.mj-forms-style1  .has-feedback .form-control-feedback {
	right:15px;
}

.mj-forms-style1 .btn {

	display:inline-block;
	margin-bottom:0;
	font-size:17px;
	font-weight:400;
	line-height:1.42857143;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	-ms-touch-action:manipulation;
	touch-action:manipulation;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	border:1px solid transparent;
	border-radius:4px;
	padding:6px 12px;
	margin: 0px 0 0 15px;

}

.mj-forms-style1 .btn.focus,.mj-forms-style1 .btn:focus,.mj-forms-style1 .btn:hover {
	color:#333;
	text-decoration:none;
}

.mj-forms-style1 .btn.active,.mj-forms-style1 .btn:active {
	background-image:none;
	outline:0;
	-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
}

.mj-forms-style1 .btn.disabled,.mj-forms-style1 .btn[disabled],.mj-forms-style1 fieldset[disabled] .btn {
	cursor:not-allowed;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	box-shadow:none;
	opacity:.65;
}

.mj-forms-style1 .btn-default {
	color:#333;
	background-color:#fff;
	border-color:#ccc;
	width: 100px;
	height: 50px;
	transition:all .5s ease;
	border: 1px solid #1E8080;
}

.mj-forms-style1 .btn-default.focus,.mj-forms-style1 .btn-default:focus {
	color:#333;
	background-color:#e6e6e6;
	border-color:#8c8c8c;
}

.mj-forms-style1 .btn-default:hover {
	outline:0;
	color: #1E8080!important;
	border-left: 1px solid #1E8080;
	border-top: 1px solid #1E8080;
	border-right: 1px solid #1E8080;
	border-bottom: 3px solid #1E8080;
	background: #FFF;
}

.mj-forms-style1 .btn-default.active,.mj-forms-style1 .btn-default:active,.mj-forms-style1 .open>.dropdown-toggle.btn-default {
	color:#333;
	background-color:#e6e6e6;
	background-image:none;
	border-color:#adadad;
}

.mj-forms-style1 .btn-default.active.focus, .mj-forms-style1 .btn-default.active:focus, .mj-forms-style1 .btn-default.active:hover, .mj-forms-style1 .btn-default:active.focus, .mj-forms-style1 .btn-default:active:focus, .mj-forms-style1 .btn-default:active:hover, .mj-forms-style1 .open>.dropdown-toggle.btn-default.focus, .mj-forms-style1 .open>.dropdown-toggle.btn-default:focus, .mj-forms-style1 .open>.dropdown-toggle.btn-default:hover {
	color:#333;
	background-color:#d4d4d4;
	border-color:#8c8c8c;
}

.mj-forms-style1 .btn-default.disabled.focus, .mj-forms-style1 .btn-default.disabled:focus, .mj-forms-style1 .btn-default.disabled:hover, .mj-forms-style1 .btn-default[disabled].focus, .mj-forms-style1 .btn-default[disabled]:focus, .mj-forms-style1 .btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
	background-color:#fff;
	border-color:#ccc;
}

.mj-forms-style1 .btn-default .badge {
	color:#fff;
	background-color:#333;
}

.mj-forms-style1 .list-unstyled {
	padding-left: 0;
	list-style: none;
}
.mj-forms-style1 .list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}
.mj-forms-style1 .list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(../fonts/glyphicons-halflings-regular.eot);
	src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

.mj-forms-style1 .glyphicon {
	position:relative;
	top:1px;
	display:inline-block;
	font-family:'Glyphicons Halflings';
	font-style:normal;
	font-weight:400;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.mj-forms-style1 .glyphicon-calendar:before {
	content:"\e109";
}

.mj-forms-style1 .glyphicon-time:before {
	content:"\e023";
}

.mj-forms-style1 .glyphicon-chevron-left:before {
	content:"\e079";
}

.mj-forms-style1 .glyphicon-chevron-right:before {
	content:"\e080";
}

.mj-forms-style1 .glyphicon-chevron-up:before {
	content:"\e113";
}

.mj-forms-style1 .glyphicon-chevron-down:before {
	content:"\e114";
}



.mj-forms-style1 .form-control::-moz-placeholder {
	color:#999;
	opacity:1;
}

.mj-forms-style1 .form-control::-ms-expand {
	background-color:transparent;
	border:0;
}

.mj-forms-style1 .form-control[disabled], .mj-forms-style1 .form-control[readonly],fieldset[disabled] .form-control {
	background-color:#eee;
	opacity:1;
}

.mj-forms-style1 .form-group {
	margin-bottom:15px;
}

.mj-forms-style1 .dropdown-menu {
	position:absolute;
	top:100%;
	left:0;
	z-index:1000;
	display:none;
	float:left;
	min-width:160px;
	font-size:14px;
	text-align:left;
	list-style:none;
	background-color:#fff;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	border:1px solid rgba(0,0,0,.15);
	border-radius:4px;
	-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
	box-shadow:0 6px 12px rgba(0,0,0,.175);
	margin:2px 0 0;
	padding:5px 0;
}

.mj-forms-style1 .dropdown-menu>li>a {
	display:block;
	clear:both;
	font-weight:400;
	line-height:1.42857143;
	color:#333;
	white-space:nowrap;
	padding:3px 20px;
}

.mj-forms-style1 .dropdown-menu>li>a:focus, .mj-forms-style1 .dropdown-menu>li>a:hover {
	color:#262626;
	text-decoration:none;
	background-color:#f5f5f5;
}

.mj-forms-style1 .dropdown-menu>.active>a, .mj-forms-style1 .dropdown-menu>.active>a:focus, .mj-forms-style1 .dropdown-menu>.active>a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#337ab7;
	outline:0;
}

.mj-forms-style1 .dropdown-menu>.disabled>a:focus, .mj-forms-style1 .dropdown-menu>.disabled>a:hover {
	text-decoration:none;
	cursor:not-allowed;
	background-color:transparent;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
}


.mj-forms-style1 .form-control:-ms-input-placeholder, .mj-forms-style1 .form-control::-webkit-input-placeholder {
	color:#999;
}

.mj-forms-style1 .form-control[disabled],fieldset[disabled] .form-control,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled], .mj-forms-style1 .checkbox-inline.disabled, .mj-forms-style1 .radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline, .mj-forms-style1 .checkbox.disabled label, .mj-forms-style1 .radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label {
	cursor:not-allowed;
}

.bootstrap-datetimepicker-widget{
	width: max-content!important;
}

/* Media Query */
@media screen and (max-width: 768px) {
	.bootstrap-datetimepicker-widget{
		width: max-content!important;
	}
}

@media (max-width: 1024px){
	.tablaResponsive > tbody > tr > td {
	    padding: 0px 0px 0px 0px !important;
	    border: 0px !important;
	    width: 100%!important;
	    display: block;
	}
}

/* End Media Query */