@charset "utf-8";
/*====================================================================================*/
 /* TABLE OF CONTENTS
/*====================================================================================*/
/* 01 RESET 
/* 02 GLOBAL SETTINGS  
/* 03 HEADER 
/* 04 SIDEBAR  
/* 05 PAGES


/*====================================================================================*/
 /* 01 RESET
/*====================================================================================*/



ul, ol {
	margin: 0;
	padding: 0;
}
ul li, ol li {
	list-style: none;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}
.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
*:focus {
	outline: 0;
	outline: none;
	box-shadow: none;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
img {
	border: 0;
	vertical-align: middle;
}
/*====================================================================================*/
 /* 02 GLOBAL SETTINGS  
/*====================================================================================*/
html, body {
	font-size: 11px;
	color: #222;
	margin: 0;
	padding: 0;
	height: 100%;
	width:100%;
	line-height: 1.42857143;
	background-color: #f7f8fa;
	font-family: sans-serif;
}
a {
	color: #09aa8b;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #f38733;
	text-decoration: none;
}
p {
	margin: 0 0 5px;
}
.upercase {
	text-transform: uppercase;
}
/*margins & paddings*/

.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.p10 {
	padding: 10px
}
.p15 {
	padding: 15px
}
.p20 {
	padding: 20px
}
.pl5 {
	padding-left: 5px;
}
.pl0 {
	padding-left: 10px;
}
.pt5 {
	padding-top: 5px;
}
.pt15 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pr5 {
	padding-right: 5px;
}
.pr10 {
	padding-right: 10px;
}
.pr15 {
	padding-right: 15px;
}
/**/
.img-circle {
	border-radius: 50%;
}
.font-uppercase {
	text-transform: uppercase;
}
.font-lowercase {
	text-transform: lowercase;
}
.link {
	cursor: pointer;
}
.border-right {
	border-right: 1px solid #e4e5e7;
}
.nowrap {
	white-space: nowrap
}
.label {
	display: inline;
	padding: 3px 8px;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
.label-success {
	background-color: #62cb31;
}
.label-warning {
	background-color: #f38733;
}
.label-danger {
	background-color: #e74c3c;
}
.label-inline {
	display: inline-block;
}
.encabezado {
	font-weight: 400;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	color: #000;
}
.titulo {
	color: #3a87ad;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding-bottom: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.h100 {
	height: 100%;
	min-height: 100%;
}
/*====================================================================================*/
 /* 03 HEADER
/*====================================================================================*/

#header {
	background-color: #09aa8b;
	height: 25px;
	margin: 0;
	padding-left: 40px;
	position: relative;
	width: 100%;
	z-index: 2;
	color: #fff;
}
#logo {
	float: left;
	width: auto;
	font-weight: 600;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	color: #fff;
}
#logo a {
	color: #ccc;
}
#navbar-right {
	float: right;
	margin-right: 15px;
}
#navbar-right> ul {
	line-height: 25px;
	height: 25px;
	margin: 0px;
	padding: 0px;
}
#navbar-right>ul> li {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
#menu-big-button {
	position: fixed;
	left: 0;
	top: 0;
	width: 20px;
	height: 100%;
	background: #D5D5D5 url(../images/dark_dots.png) no-repeat center 0;
	border-top-right-radius: 5px;
	min-height: 100%;
	cursor: pointer;
	z-index: 2000;
}
/*====================================================================================*/
 /* 05 PAGES 
/*====================================================================================*/
.splash {
	position: absolute;
	z-index: 10000;
	background: white;
	color: gray;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.splash-title {
	text-align: center;
	width: 50%;
	height: 50%;
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.splash-title h1 {
	font-size: 26px
}
#wrapper {
	min-width: 1150px;
	min-height: 600px;
	height:calc(100% - 115px);
	width: 100%;	
}
.content {
	padding: 15px 15px 0 35px;
	position: relative;
	width: 100%;
	height:100%;
	margin: auto;
	max-width: 1400px;
}
.hpanel {
	background-color: transparent;
	border: none;
	box-shadow: none;
	margin-bottom: 10px;
}
.hpanel > .panel-heading {
	color: inherit;
	font-weight: 400;
	padding: 5px 0;
	transition: all .3s;
	border: 1px solid transparent;
	font-size: 12px;
}
.hpanel .panel-body {
	background: #fff;
	padding: 15px;
	position: relative;
}
.hpanel.hgreen .panel-body {
	border-top: 2px solid #62cb31;
}
.hpanel.hgreen .panel-body {
	border-top: 2px solid #62cb31;
}
.hpanel > .panel-footer {
	color: inherit;
	border: 1px solid #e4e5e7;
	border-top: none;
	font-size: 90%;
	background: #f7f9fa;
	line-height: 30px;
	text-align: center;
}
.hpanel > .panel-footer i {
	font-size: 18px;
	vertical-align: sub;
	margin-left: 5px;
}
.vertical-text {
	position: absolute;
	display: table;
	left: -123px;
	top: 90px;
	width: 200px;
	text-align: right;
	color: #62cb31 !important;
	margin: 5px;
	font-family: 'Segoe UI Semibold_', 'Open Sans Bold', Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6rem;
	line-height: 1.6rem;
	letter-spacing: 0.02em;
	font-size: 1.4rem;
	line-height: 1.4rem;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.toolbar {
	background-color: #FFFFFF;
	border-bottom: 1px solid #D5D5D5;
	height: 60px;
	padding: 0 30px 0 40px;
}
.toolbar .page-header {
	border-bottom: medium none;
	margin: 0;
	padding: 0;
}
.toolbar .page-header h1 {
	color: #666666;
	font-weight: 200;
	margin: 0;
	float: left;
	width: auto;
}
.toolbar .toolbar-tools {
	margin:0;
	padding:0;
	float:right;
	line-height:60px;
		
}
.toolbar .toolbar-tools li{
	display:inline-block;
	margin-left:20px;
	

}

.toolbar .toolbar-tools a {	
	color: #111111;
	font-size: 13px;
}
.toolbar i {
	margin-right:5px;

}

.toolbar-search button{
	border:1px solid #c2c2c2;
	border-left:none !important;
	background:none !important;
	height:20px;
	float:right;
	}
.toolbar-search input{
	border:1px solid #c2c2c2;	
	height:20px;
	padding:5px;
	font-size:12px;
	width:200px;
	}	

#toolbarSearch{
	border:1px solid #c2c2c2;
	padding:5px;
	height:24px;
	width:250px;
	font-size:12px;
	text-transform:uppercase;
	}
/*====================================================================================*/
 /* 06 BOOTSTRAP 
/*====================================================================================*/

.dropdown {
	position: relative;
}
.dropdown-toggle:focus {
	outline: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 12px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #aaaaaa;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 3px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #808080;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	color: #777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
	display: block;
}
.open > a {
	outline: 0;
}
.dropdown-menu-right {
	right: 0;
	left: auto;
}
.dropdown-menu-left {
	right: auto;
	left: 0;
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap;
}
.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropdown-menu h6 {
	padding: 0 10px;
	white-space: nowrap;
}
.row {
	margin-right: -5px;
	margin-left: -5px;
}
.row:before, .row:after {
	display: table;
	line-height: 0;
	content: "";
}
.row:after {
	clear: both;
}
.span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12 {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}
.span-12 {
	width: 100%;
}
.span-11 {
	width: 91.66666667%;
}
.span-10 {
	width: 83.33333333%;
}
.span-9 {
	width: 75%;
}
.span-8 {
	width: 66.66666667%;
}
.span-7 {
	width: 58.33333333%;
}
.span-6 {
	width: 50%;
}
.span-5 {
	width: 41.66666667%;
}
.span-4 {
	width: 33.33333333%;
}
.span-3 {
	width: 25%;
}
.span-2 {
	width: 16.66666667%;
}
.span-1 {
	width: 8.33333333%;
}
.span-pull-12 {
	right: 100%;
}
.span-pull-11 {
	right: 91.66666667%;
}
.span-pull-10 {
	right: 83.33333333%;
}
.span-pull-9 {
	right: 75%;
}
.span-pull-8 {
	right: 66.66666667%;
}
.span-pull-7 {
	right: 58.33333333%;
}
.span-pull-6 {
	right: 50%;
}
.span-pull-5 {
	right: 41.66666667%;
}
.span-pull-4 {
	right: 33.33333333%;
}
.span-pull-3 {
	right: 25%;
}
.span-pull-2 {
	right: 16.66666667%;
}
.span-pull-1 {
	right: 8.33333333%;
}
.span-pull-0 {
	right: auto;
}
.span-push-12 {
	left: 100%;
}
.span-push-11 {
	left: 91.66666667%;
}
.span-push-10 {
	left: 83.33333333%;
}
.span-push-9 {
	left: 75%;
}
.span-push-8 {
	left: 66.66666667%;
}
.span-push-7 {
	left: 58.33333333%;
}
.span-push-6 {
	left: 50%;
}
.span-push-5 {
	left: 41.66666667%;
}
.span-push-4 {
	left: 33.33333333%;
}
.span-push-3 {
	left: 25%;
}
.span-push-2 {
	left: 16.66666667%;
}
.span-push-1 {
	left: 8.33333333%;
}
.span-push-0 {
	left: auto;
}
.span-offset-12 {
	margin-left: 100%;
}
.span-offset-11 {
	margin-left: 91.66666667%;
}
.span-offset-10 {
	margin-left: 83.33333333%;
}
.span-offset-9 {
	margin-left: 75%;
}
.span-offset-8 {
	margin-left: 66.66666667%;
}
.span-offset-7 {
	margin-left: 58.33333333%;
}
.span-offset-6 {
	margin-left: 50%;
}
.span-offset-5 {
	margin-left: 41.66666667%;
}
.span-offset-4 {
	margin-left: 33.33333333%;
}
.span-offset-3 {
	margin-left: 25%;
}
.span-offset-2 {
	margin-left: 16.66666667%;
}
.span-offset-1 {
	margin-left: 8.33333333%;
}
.span-offset-0 {
	margin-left: 0;
}
.small {
	font-size: 85%;
}
.muted {
	color: #999999;
}
a.muted:hover, a.muted:focus {
	color: #808080;
}
.muted2 {
	color: #ddd;
}
a.muted2:hover, a.muted2:focus {
	color: #808080;
}
.text-warning {
	color: #f38733;
}
a.text-warning:hover, a.text-warning:focus {
	color: #a47e3c;
}
.text-error {
	color: #b94a48;
}
a.text-error:hover, a.text-error:focus {
	color: #953b39;
}
.text-info {
	color: #3a87ad;
}
a.text-info:hover, a.text-info:focus {
	color: #2d6987;
}
.text-success {
	color: #62cb31;
}
a.text-success:hover, a.text-success:focus {
	color: #356635;
}
.text-black {
	color: #000;
}
.text-bold {
	font-weight: bold;
}
a.text-yellow:hover, a.text-yellow:focus {
	color: #222;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: inherit;
	font-weight: 200;
	line-height: 20px;
	color: inherit;
	text-rendering: optimizelegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-weight: normal;
	line-height: 1;
	color: #999999;
}
h1, h2, h3 {
	line-height: 40px;
}
h1 {
	font-size: 38.5px;
}
h2 {
	font-size: 31.5px;
}
h3 {
	font-size: 24.5px;
}
h4 {
	font-size: 17.5px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 11.9px;
}
h1 small {
	font-size: 24.5px;
}
h2 small {
	font-size: 17.5px;
}
h3 small {
	font-size: 14px;
}
h4 small {
	font-size: 14px;
}
hr {
	margin: 15px 0;
	border: 0;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #ffffff;
}
.btn {
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 0;
	font-weight: normal;
	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;
	background-image: none;
	border: 1px solid transparent;
	letter-spacing: 1px;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline: none -webkit-focus-ring-color;
	outline-offset: 0;
}
.btn:hover, .btn:focus, .btn.focus {
	color: #333;
	text-decoration: none;
}
.btn:active, .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);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}
.btn-default {
	color: #fff;
	background-color: #777;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	color: #fff;
	background-color: #f38733;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	background-image: none;
}
.btn-gris {
	color: #555;
	background-color: #ddd;
}
.btn-gris:hover, .btn-gris:focus, .btn-gris.focus, .btn-gris:active, .btn-gris.active, .open > .dropdown-toggle.btn-gris {
	background-color: #ccc;
}
.btn-gris:active, .btn-gris.active, .open > .dropdown-toggle.btn-gris {
	background-image: none;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	background-color: #fff;
	border-color: #ccc;
	background-color: #808080;
}
.btn-default .badge {
	color: #fff;
	background-color: #333;
}
.btn-primary {
	background-color: #1ab394;
	border-color: #1ab394;
	color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background-color: #18AB8D;
	border-color: #18AB8D;
	color: #FFFFFF;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-primary .badge {
	color: #337ab7;
	background-color: #fff;
}
.btn-success {
	background-color: #8fbb6c;
	border-color: #8fbb6c;
	color: #FFFFFF;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #999;
	border-color: #999;
}
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success .badge {
	color: #5cb85c;
	background-color: #fff;
}
.btn-info {
	background-color: #23c6c8;
	border-color: #23c6c8;
	color: #FFFFFF;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
	background-color: #21BEBE;
	border-color: #21BEBE;
	color: #FFFFFF;
}
.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
	background-image: none;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}
.btn-warning {
	color: #fff;
	background-color: #f38733;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #777;
}
.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
	background-image: none;
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
	background-color: #f38733;
	border-color: #eea236;
}
.btn-warning .badge {
	color: #f38733;
	background-color: #fff;
}
.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
	background-image: none;
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}
.btn-link {
	font-weight: normal;
	color: #337ab7;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
	color: #777;
	text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}
.btn-sm, .btn-group-sm > .btn {
	padding: 0 6px;
	height: 24px;
	font-size: 11px;
	vertical-align: top;
}
.btn-xs, .btn-group-xs > .btn {
	padding: 3px 5px;
	font-size: 10px;
	line-height: 10px;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
.btnSubmit {
	margin-top: 20px;
	border-top: 1px #e9e9e9 solid;
	text-align: right;
	padding: 10px 0 0;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}
.btn-bottom {
	margin-top: 20px;
	/*color: #000;*/
	text-transform: uppercase;
}
/****************** Table ********************/

table {
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	font-size:11px;
}
.table-bordered {
	width: 100%;
	border-top: 1px #ccc solid;
	border-right: 1px #ccc solid;
}
.table-bordered th, .table-bordered td {
	padding: 2px 5px;
	vertical-align: top;
	border-bottom: 1px #ccc solid;
	border-left: 1px #ccc solid;
}
.table-bordered th.middle, .table-bordered td.middle {
	vertical-align: middle;
}
.table-bordered th.center, .table-bordered td.center {
	text-align: center;
}
.table-bordered th {
	font-weight: 700;
	color: #000;/*#f38733;*/
	text-align: center;
	/*text-transform: uppercase;*/
	padding: 3px 5px;
	
}
.table-bordered thead th {
	vertical-align: bottom
}
/*.table-bordered caption+thead tr:first-child th, .table-bordered caption+thead tr:first-child td, .table-bordered colgroup+thead tr:first-child th, .table-bordered colgroup+thead tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered thead:first-child tr:first-child td {
	border-top: 0
}*/
/*.table-bordered-bordered {
	border: 1px solid #e7e7e7;
	border-collapse: separate;
   *border-collapse:collapse;
	border-left: 0;
}*/
/*.table-bordered-bordered th, .table-bordered-bordered td {
	border-left: 1px solid #e7e7e7
}*/
.table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th {
	background-color: #f9f9f9
}
.table-top-menu {
	margin-bottom: 15px;
}
.table-bordered td.no-border {
	border: none;
}
.table-striped tbody>tr.no-background:nth-child(odd)>td {
	background: none;
}
.float-right-id {
	background-color: #f5f5f5;
	padding: 0 10px;
	position: absolute;
	right: 10px;
	font-size: 12px;
}
.table-inline tr {
	border-bottom: 1px dotted #ddd;
}
.table-inline tr td {
	padding: 2px;
}
.table-inline td.title {
	width: 110px;
	vertical-align: text-top;
	color: #777;
	font-weight:400;
}
.table-inline td.text {
	padding-left: 5px;
	color: #222;
	text-transform: uppercase;
}
.table-select-type th {
	cursor: default;
	background-color: #fff;
}
.table-select-type tr {
	cursor: pointer;
}
.table-select-type tr:hover {
	background-color: #ddd;
}

/************* panel ************/





.panel_02{

	background-color:#fff;
	border: 1px solid #ccc;
	height:100%;
	overflow:hidden;
	}
.panel-heading_02 {
	font-weight: 400;	
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	color: #000;	
	background-color: #fff;
	padding:10px;
}
.panel-body_02 {
	padding:10px 10px 60px 10px;
	position: relative;
	width: 100%;
	height:100%;
	overflow:auto;

}
.copyrights {
	position: fixed;
	bottom:7px;
	right:15px;	
	color: #555;		
}
.copyrights .dev{
	float:left;
	margin-right:5px	
	}
.pager_02 {
	display: inline-block;
	margin: 0;
	float: right;
}
.pager_02 li {
	display: inline-block;
	list-style: none;
	padding: 0 3px;
	vertical-align: middle;
	font-size: 14px;
}
.pager_02 i {
	color: #5E5E5E;
	cursor: pointer;
}
.pager_02 input {
	width: 70px;
	font-size: 11px;
	text-align: center;
	color: #222;
	height: 17px;
	border: 1px solid #ccc;
	text-transform: uppercase
}
.pager_02 .btn {
	border-radius: 0;
	padding: 2.3px 5px;
	margin-left:-5px !important;
	
}
.seguimiento-top-bar{	
	text-align:right;
	margin-bottom:15px;
}
	
/************  component: Boxes *******************/
.box-simple {
	position: relative;
	background: #ffffff;
	border: 1px solid #e7e7e7;
	margin-bottom: 10px;
	padding: 10px;

}
.box {
	position: relative;
	background: #ffffff;
	border-top: 2px solid #c1c1c1;
	margin-bottom: 10px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	padding: 10px;
}
.box-primary {
	border-top-color: #3c8dbc;
}
.box-info {
	border-top-color: #00c0ef;
}
.box-danger {
	border-top-color: #f56954;
}
.box-warning {
	border-top-color: #f39c12;
}
.box-success {
	border-top-color: #88aa77;
}
/********************* WELLS BOXES ******************/

.well {
	min-height: 20px;
	padding: 15px;
	margin-bottom: 10px;
	/*background-color: #DBFBAC;*/
	background-color: #ccc;
}
.well-small {
	padding: 7px;
}
.well-divider {
	height: 1px;
	margin: 9px 1px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
}
/************** Tabs  *************/
#tabs {
	width: 100%;
}
.tabs-menu {
	height: 25px;
	border-bottom:1px solid #ccc;
}
.tabs-menu li {
	height: 25px;
	line-height: 25px;
	float: left;
	margin-right: 2px;
	background-color: #777;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.tabs-menu li.current {
	position: relative;
	background-color: #fff;
	z-index: 5;
}
.tabs-menu li a {
	padding: 10px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	letter-spacing:1px
}
.tabs-menu .current a {
	color: #000;
	font-weight: 400;
}
.tab {	
	background-color: #fff;
	width: auto;
}
.tab-content {
	padding: 20px 0 ;
	display: none;
	text-align: left;
}
.tab-content:first-child {
	display: block;
}
/******************tabs 2 *********************/

#cashier-tabs .tabs-menu {
	height: 40px;	
}
#cashier-tabs .tabs-menu  li {
	height: 40px;
	line-height: 40px;
	float: left;	
	border:1px solid;
	border-color:transparent;
	background:none;
}
#cashier-tabs .tabs-menu  li.current {
	position: relative;
	background-color: #f7f8fa;
	border-color:#ccc;
	border-bottom: none;
	z-index: 5;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#cashier-tabs .tabs-menu  li a {
	color: #000;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 0 10px;
}

#cashier-tabs .tab {
	background-color: transparent;
}
#cashier-tabs .tab-content {
	display: none;
	
}
#cashier-tabs .tab-content:first-child {
	display: block;
}
#cashier-tabs  .form-control {
	background-color: transparent !important;
}
/************** Forms *************/

legend {
	line-height: inherit;
	color: #000;
	border: 0;
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-size: 11px;
}
fieldset {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
}
.legend {
	color: #b94a48;
	/*font-weight: 600;*/
	font-size: 12px;
}
label {
	font-size: 11px;
	font-weight: 600;
	display: block;
	color: #444;
	padding-bottom: 2px;
}
input.read-only, .form-control.read-only {
	cursor: not-allowed;
}
input[type="text"], input[type="password"], select, textarea {
	color: #222;
	background-color: #fff;
	height: 24px;
	line-height: 24px;
	padding: 0 5px;
	font-size: 11px;
	border: 1px solid #C2C2C2;
}
.form-control {
	display: block;
	width: 100%;
	color: #222;
	background-color: #fff;
	height: 24px;
	line-height: 24px;
	padding: 0 5px;
	font-size: 11px;
	border: 1px solid #C2C2C2;
}
textarea, textarea.form-control {
	height: auto;
	padding: 4px;
	min-height: 35px;
	line-height: 15px;
}
select, select.form-control {
	padding: 0;
}
input[disabled],select[disabled],textarea[disabled], .form-control[disabled] {
	background-color: #f0f0f0;
}
.well input[type="text"], .well .form-control, .well select {
	background-color: #fff;
}
.form-group {
	margin-bottom: 5px;
	position: relative;
}
.form-group .warning {
	border-color: #FF0000 !important;
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.input-group-addon {
	padding: 0 7px;
	font-size: 12px;
	height: 12px;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	text-align: center;
	background-color: #777;
	/*border: 1px solid #777;*/
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.input-group .form-control, .input-group-addon {
	display: table-cell;
}
.input-group-addon:first-child {
	border-right: 0;
}
.input-group-addon:last-child {
	border-left: 0;
}
input[type=radio].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
input[type=radio].css-checkbox + label.css-radio-label {
	padding-left: 18px;
	height: 12px;
	display: inline-block;
	line-height: 12px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 12px;
	vertical-align: middle;
	cursor: pointer;
}
input[type=radio].css-checkbox:checked + label.css-radio-label {
	background-position: 0 -12px;
}
label.css-radio-label {
	background-image: url(../images/cssradio.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
input[type=checkbox].css-checkbox + label.css-checkbox-label {
	padding-left: 18px;
	height: 12px;
	margin-bottom: 5px;
	display: inline-block;
	line-height: 12px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 11px;
	vertical-align: middle;
	cursor: pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-checkbox-label {
	background-position: 0 -12px;
}
label.css-checkbox-label {
	background-image: url(../images/csscheckbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
input[type=checkbox].checkbox + label.checkbox-label {
	padding-left: 2px;
	height: 12px;
	margin-bottom: 4px;
	display: inline-block;
	line-height: 12px;
	font-size: 12px;
	vertical-align: middle;
	cursor: pointer;
	font-weight: 400;
}
.form-control-table, input[type="text"].form-control-table {
	display: block;
	width: 100%;
	color: #222;
	background-color: #fff;
	height: auto;
	line-height: normal;
	padding: 0;
	font-size: 11px;
	border: none !important;
}
input[type="checkbox"], input[type="radio"], input.radio, input.checkbox {
	vertical-align: text-top;
	width: 13px;
	height: 16px;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	top: -1.5px;
}
/******** Form horizontal ***********/

.form-horizontal .form-group {
	margin-right: -5px;
	margin-left: -5px;
	margin-bottom: 7px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
	display: table;
	line-height: 0;
	content: "";
}
.form-horizontal .form-group:after {
	clear: both;
}
.form-horizontal label {
	padding-top: 5px;
	margin-bottom: 0;
	display:inline-block;
	width:auto;
	min-width:150px;
}
/********** datepicker & timepicker *************/
.form-inline .datepicker, .datepicker, #from, #to {
	background: #fff url(../images/calendar.png) center right 2px no-repeat;
	width: 100px;
}

.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.invisible {
	visibility: hidden;
}
/******** file manager  ***********/ 
#iframeHolder {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
	background-color: rgba(255,255,255,0.8);
}
#iframeHolder .iframe-inner {
	position: absolute;
	top: 10%;
	left: 10%;
	right: 10%;
	bottom: 10%;
	width: auto;
	height: auto;
	border: 1px solid #777;
	padding: 2px;
}
#iframeHolder .closeIframe {
	position: absolute;
	top: -25px;
	right: -25px;
}
/*************ALERT RED BOX **********/

.redbox {
	position: fixed;
	top: 50%;
	left: 50%;
	min-height: 60px;
	min-width: 400px;
	max-width: 600px;
	color: #fff;
	background: #e74c3c;
	padding: 45px 20px 20px 20px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
}
.redbox:after {
	content: "ATENCION:";
	position: absolute;
	left: 0;
	top: 0;
	letter-spacing: 5px;
	z-index: 1;
	border-bottom: 1px solid gray;
	padding: 5px 10px;
	width: 100%;
	z-index: 1;
}
.redbox ul {
	margin: 0;
	padding: 0;
}
.redbox li {
	list-style-type: disc;
	list-style-position: inside;
	padding-bottom: 5px;
}
.redbox-close {
	color: #fff;
	position: absolute;
	top: 4px;
	right: 4px;
	padding: 0 9px;
	background: #c0392b;
	font-weight: normal;
	cursor: pointer;
	font-size: 14px;
	z-index: 2;
}
/*********** msg-boxes *************************/
.msgbox-error {
	margin-bottom: 15px;
	background-color: #b94a48;
	border: 1px solid #f1e7bc;
	color: #fff;
	padding: 5px;
	position: relative;
}
.msgbox-error:before {
	font-family: FontAwesome;
	content: "\f071";
	display: inline-block;
	padding-right: 5px;
	vertical-align: middle;
}
.msgbox-ok {
	margin-bottom: 15px;
	text-align: center;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
	color: #3c763d;
	padding: 5px;
	position: relative;
}
.alert {
	padding: 10px;
	margin-bottom: 17px;
	border: 1px solid transparent;
	border-radius: 3px;
	display: none;
	font-size: 12px;
}
.alert-danger {
	background-color: #fef1f1;
	border-color: #fcd9df;
	color: #f56b6b;
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.close {
	float: right;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover {
	opacity: 0.7;
}
.asterisk {
	margin-left: 3px;
	color: #b94a48;
}
/****************  FOR VERTICAL ALIGN  *****************/

.outer {
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
}
.middle {
	display: table-cell;
	vertical-align: middle;
}
.inner {
	margin-left: auto;
	margin-right: auto;
 /*width: whatever width you want*/;
}
/**************** Loader *************************/

.spinner {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	display: none;
	background-color: rgba(0,0,0,0.1);
}
.spinner div {
	height: 120px;
	width: 120px;
	margin-top: -60px;
	margin-left: -60px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	border: 2px solid #f39c12;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	-webkit-animation: rotate 1s ease infinite;
	-moz-animation: rotate 1s ease infinite;
	-o-animation: rotate 1s ease infinite;
	animation: rotate 1s ease infinite;
}
.spinner:before {
	content: "Procesando";
	position: absolute;
	margin-top: -60px;
	margin-left: -60px;
	top: 50%;
	left: 50%;
	color: #b94a48;
	font: 12px "Arial Black", Gadget, sans-serif;
	width: 120px;
	line-height: 120px;
	text-align: center;/*-webkit-animation: wink 1.4s ease infinite;*/
}
.tramiteSubMenu {
	position: relative;
	padding-left: 16px;
	height: 16px;
	margin-bottom: 5px;
	display: inline-block;
	line-height: 16px;
	background-repeat: no-repeat;
	font-size: 11px;
	vertical-align: middle;
	cursor: pointer;
	font-weight: 600;
}
.tramiteSubMenu:before {
	content: "\f196";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #444;
	font-size: 14px;
	position: absolute;
	top: 1px;
	left: 0;
}
.tramiteSubMenu.active:before {
	content: "\f147";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #444;
	font-size: 14px;
	position: absolute;
	top: 1px;
	left: 0;
}
/****** form wizard  **************/
.wizard {
	font-size: 12px;
	padding: 0;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
.wizard ul {
	padding: 0;
	margin: 0;
	list-style: none outside none;
}
.wizard ul li {
	position: relative;
	float: left;
	padding: 0 15px 0 25px;
	margin: 0;
	color: #999999;
	cursor: default;
	height: 30px;
	line-height: 30px;
}
.wizard ul li:first-child {
	padding-left: 15px;
	border-radius: 4px 0 0 0;
}
.wizard ul li:before, .wizard ul li:after {
	content: "";
	position: absolute;
	right: -10px;
	border: 15px solid transparent;
	border-right: 0;
	border-left: 10px solid #ccc;
	z-index: 1;
}
.wizard ul li:after {
	right: -9px;
	border-left-color: #f5f5f5;
	z-index: 2;
}
.wizard ul li.active {
	color: #1b809e;
	background: #fff;
}
.wizard ul li.active:after {
	border-left-color: #fff;
}
.wizard .badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #999999;
	border-radius: 10px;
	margin-right: 4px;
}
.wizard ul li.active .badge {
	background-color: #4cc0c1;
}
/**iframe*/
.close-iframe {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
#tableRegistros tr {
	cursor: pointer;
}
/**cashier page*/

.cashier-left {
	float: left;
	width: 65%;
	height: 100%;
}
.cashier-right {
	float: right;
	width: 35%;
	height: 100%;
}
.cashier-checkout-panel {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 12px;
	margin-left: 15px;
	position: relative;
}
.cashier-checkout-header {
	border-bottom: 1px solid #ccc;
	padding: 10px;
	height: 40px;
	line-height: 20px;
}
.cashier-checkout-body {
	overflow-x: hidden;
	height: 400px;
}
.cashier-checkout-footer {
	height: 140px;
}
.cashier-checkout-footer table {
	border-top: 1px solid #ccc;
	font-size: 12px
}
.cashier-checkout-footer table td {
	padding: 5px 10px;
}
.cashier-guardar-solicitud {
	padding: 10px;
}
.cashier-guardar-solicitud button {
	width: 100%;
	font-size: 16px;
	border-radius: 2px;
}
#cashier-table-tramites>li {
	border-bottom: 1px solid #ccc;
	padding: 10px;
}
.cashier-tramite-row {
	cursor: pointer;
}
.cashier-tramite-row tr {
	vertical-align: top;
}
#cashier-table-tramites td.cant {
	width: 25px;
	white-space: nowrap;
}
#cashier-table-tramites td.tramite {
	text-align: left;
	padding: 0 5px;
}
#cashier-table-tramites td.costo {
	text-align: right;
}
#cashier-table-tramites td.cashier-delete-tramite {
	text-align: right;
	width: 30px;
}
#cashier-table-tramites td.cashier-delete-tramite a {
	padding: 2px 5px;
	color: #999;
	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
}
#cashier-table-tramites td.cashier-delete-tramite a:hover {
	background-color: #e74c3c;
	color: #fff;
}
#cashier-table-tramites .cashier-tramite-details {
	display: none;
	margin-top: 10px;
}
#cashier-datos-adicionales {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #fff;
	padding: 20px;
	z-index: 2;
	border-radius: 5px;
}
#cashier-datos-adicionales h4 {
	font-size: 13px;
	margin-bottom: 15px;
	margin-top: -10px;
	padding-bottom: 5px;
	color: #e74c3c;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #e9e9e9;/*border-top:1px solid #ccc;*/
}
	
/****************modal bottom ***************/

.modal-bottom {
	position: fixed;
	bottom: 0;
	top: 90px;
	min-height: 150px;
	height: 100%;
	background-color: #fff;
	width: 100%;
	z-index: 2001;
	overflow: hidden;
	-webkit-box-shadow: 0px -5px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px -5px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px -5px 5px 0px rgba(50, 50, 50, 0.75);
}
/*********** modal *********************/
.modal {
	-webkit-box-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-perspective: 1px;
	-webkit-transition: 200ms opacity;
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 0;
	display: -webkit-box;
	left: 0;
	overflow: auto;
	padding: 20px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2000;
}
.modal-body {
	-webkit-border-radius: 3px;
	-webkit-box-orient: vertical;
	-webkit-transition: 200ms -webkit-transform;
	background: white;
	color: #333;
	display: -webkit-box;
	min-width: 200px;
	max-width: 90%;
	padding: 0;
	position: relative;
	z-index: 0;
	box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
}
.modal-header {
	color: #000 !important;
	font-size: 13px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background-color: #fff;
	cursor: default;
	z-index: 2;
	border-bottom: 1px #e9e9e9 solid;
	padding: 7px 10px;
	text-transform: uppercase;/*cursor: move;*/
}
.btn-modal-close {
	background-color: #fff;
	color: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	font-weight: normal;
	z-index: 3;
	outline: none !important;
	border: 1px transparent solid;
	cursor: pointer;
	font-size: 16px;
	padding: 0 12px;
	cursor: pointer;
}
.btn-modal-close:hover {
	background-color: #e74c3c;
	color: #fff;
}
.modal-content {
	padding: 50px 10px 60px 10px;
	max-height: 600px;
	overflow: auto;
}
.modal-footer {
	color: #000 !important;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #fff;
	cursor: default;
	z-index: 2;
	border-top: 1px #e9e9e9 solid;
	padding: 10px;
	text-align: right;
}
div.dataTables_wrapper div.dataTables_filter input {
	width: 200px;
}
.dataTables_info {
	margin-top: 10px;
	font-weight: 600;
}
/*alert message boxes*/
.my-notify-info, .my-notify-success, .my-notify-warning, .my-notify-error {
	padding: 10px;
	margin: 10px 0;
}
.my-notify-info:before, .my-notify-success:before, .my-notify-warning:before, .my-notify-error:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.my-notify-info:before {
	content: "\f05a";
}
.my-notify-success:before {
	content: '\f00c';
}
.my-notify-warning:before {
	content: '\f071';
}
.my-notify-error:before {
	content: '\f057';
}
.my-notify-info {
	color: #00529B;
	background-color: #BDE5F8;
}
.my-notify-success {
	color: #4F8A10;
	background-color: #DFF2BF;
}
.my-notify-warning {
	color: #9F6000;
	background-color: #FEEFB3;
}
.my-notify-error {
	color: #D8000C;
	background-color: #FFBABA;
}



/************ ok center div **************/
.ok-center-div
{
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: gray;
  
  border-radius: 5px;
  padding:10px;

-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);

}
.ok-center-div:before{
	content: url(../images/dialog-ok.png);
	
	}
	
.ellipsis{	
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width:150px;
	}
.ellipsis.150{
	 width: 250px;	
	}	
	
.iframeExp{
    border: none;
    outline: none;
    overflow: hidden;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2000;
	}		

.lista-tramites{
border-bottom: 1px solid #c2c2c2;
}
.lista-tramites li{
	border:1px solid #c2c2c2;
	border-bottom:none;
	padding:5px;
	}
	
/******************************/
.data-table td,.data-table tr,.data-table th {

	background-color:#fff;
	border:1px solid #c2c2c2;
	padding:3px;
}
.data-table {
  
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;

}

.data-table td.title{
	font-weight: 300;
	color:#f38733;
	padding:6px 3px;
	text-transform:uppercase;
	}
.data-table td.lbl {
	color:#000;
	text-align:right;
	padding:0 5px;
	
	}


.data-table select{
	border:none; padding:0; margin:0; outline:none;
	width:100%;
	/*background:#F7F7F7;*/
	margin:0;
	padding:5px;
	}
.data-table input{
	border:none; padding:0; margin:0; outline:none;
	/*background:#F7F7F7;*/
	margin:0;
	padding:5px;
	}

