body {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
color: #666666;
font-size: 14px;
line-height: 1.1;
margin:0px;
padding:0px;
background-color: #F0F0F0;
    text-rendering: optimizeLegibility;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	margin-bottom: 120px;
}
*{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
z-index:0;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 400;
padding: 20px;
line-height: 1.1;
padding: 0px;
    color: #848484;
}
h1 {
    font-size: 30px;
margin: 10px 0px 20px;
}
h1 i {
    font-size: 0.7em;
    vertical-align: middle;
}
h1 small{
    font-size: 14px;
}
h2 {
font-size: 22px;
}
h3 {
font-size: 20px;
}
a {
text-decoration:none;
    color: #1e91cf;
}
a:hover {
    color: #1778AC;
}
ul.unlist {
	list-style:none;
	margin:0px 0px 10px;
	padding:0px;
}
.unlist li {
	margin-bottom:10px;	
}
ul.inline li {
	display:inline-block;
	margin:0px 0px 20px
}
ul.inline li + li {
	margin-left:20px;
}
.icons {
	font-size:18px;
}
#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9;
    background-color: rgba(255, 255, 255, 0.73);
    padding-top: 200px;
    text-align: center;
	display:none;
}
.alert {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid;
    border-radius: 3px;
}
.alert-warning {
    background-color: #fef1f1;
    border-color: #fcd9df;
    color: #f56b6b;
}
.alert-success {
    background-color: #DBF0CA;
    border-color: #e3ebd5;
    color: #688B4B;
}
.alert .close {
    float: right;
    padding: 0px 10px;
    border: none;
    background: none;
    color: #757575;
    opacity: 0.5;
	cursor:pointer;
}
.alert .close:hover {
opacity:1;
}
.label {
    display: block;
    padding: .2em .6em .3em;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: .25em;
	position:relative;
}
.label.point {
    display: block;
    width:34px;
    height:34px;
	border-radius:50%;
    line-height: 34px;
    padding: 0px;
}
.label + .label{
margin-top:3px;
}
.label-success {
    color: #fff;
    background-color: #8fbb6c;
}
.label-warning {
    color: #fff;
    background-color: #f56b6b;
}
.label-alert {
    color: #fff;
    background-color: #f38733;
}
.help {
position:relative;
}
.help .fa-question-circle {
color:rgb(2, 156, 210);
}
.tooltip {
visibility:hidden;
font-weight:400;
opacity:0;
transition:0.2s;
position:absolute;
background:#000;
color:#fff;
border-radius:4px;
padding:5px;
top:0px;
left:50%;
transform: translate(-50%,-120%);
-webkit-transform: translate(-50%,-120%);
-moz-transform: translate(-50%,-120%);
-ms-transform: translate(-50%,-120%);
-o-transform: translate(-50%,-120%);
margin-top:-10px;
line-height:1;
font-size:12px;
z-index:99;
white-space:nowrap;
text-align:center;
}
.tooltip:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 14px;
    height: 14px;
    background-color: black;
    z-index: -1;
    transform: translateX(-50%) rotate(-45deg);
}
* .tooltip:hover {
display:none;
}
*:hover > .tooltip {
visibility:visible;
opacity:1;
transform: translate(-50%,-100%);
}
.text-center {
text-align:center;
}
.text-right {
text-align:right;
}
.pull-right{
	float:right !important;
}
.fa-check-circle.checked {
	color:#8fbb6c;
}
.btn {
position:relative;
background: none;
border:none;
cursor:pointer;
font-size: 12px;
border-radius: 3px;
transition:0.3s;
    width: 38px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    padding: 0px;
    display: inline-block;
    border: 1px solid transparent;
	text-rendering: auto;
}
.btn.small {
    width: 25px;
    height: 22px;
    line-height: 22px;
    vertical-align: bottom;
    font-size: 10px;
}
.btn:not([style*="display: none"]) + .btn:not([style*="display: none"]){
margin-left:5px;
}
.btn:focus {
outline:none;
}
.btn[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-primary {
background:#26ABCF;
color:#fff;
border-color: #1978ab;
}
.btn-primary:hover {
color:#fff;
    background-color: #1872a2;
    border-color: #115376;
}
.btn-default {
    border-color: #C1C1C1;
    background: #FFFFFF;
    color: #616161;
}
.btn-default:hover {
    border-color: #CCCACA;
    background: #ECEBEB;
    color: #616161;
}
.btn-danger {
    border: 1px solid #f24545;
    background: #f56b6b;
    color: #fff;
}
.btn-danger:hover {
background: #f23b3b;
    border-color: #ea1010;
    color: #fff;
}
.btn-alert {
    background: #FFC65E;
    color: #fff;
    border-color: #FFAD15;
}
.btn-alert:hover {
    background: #F7BF5A;
    color: #fff;
    border-color: #F9A408;
}
.btn-large {
    width: auto;
    height: auto;
    padding: 2px 20px;
}
.btn-block {
    width: 100%;
    height: auto;
    padding: 0px 20px;
	display:block;
}
.row {
margin:0px -10px;
}
.row:after {
content:"";
display:block;
clear:both;
}
.col-1, .col-2, .col-20, .col-3, .col-4, .col-6, .col-8, .col-9, .col-12 {
float:left;
padding:0px 10px;
}
.col-1 {
width:8.3333333333%;
}
.col-2 {
width:16.666666666%;
}
.col-20 {
width:20%;
}
.col-3 {
width:25%;
}
.col-4 {
width:33.333333333%;
}
.col-6 {
width:50%;
}
.col-8 {
width:66.6666666666%;
}
.col-9 {
width:75%;
}
.col-12 {
width:100%;
}
.container {
    margin: 0px 20px 0px 220px;
    min-width: 800px;
}
.content {
	width:1140px;
	padding: 20px 20px 0px;
	margin:0px auto;
	background:#fff;
}
.panel {
    padding: 20px 20px 0px;
	background:#fff;
    border: 1px solid #E5E5E5;
	border-top:0px;
    border-top: 5px solid #DEDEDE;
	margin-bottom:20px;
}
.panel-heading  {
margin:-10px -20px 20px;
border-bottom: 1px solid #E5E5E5;
    padding: 0px 20px 10px;
}
.panel-heading:after  {
content:"";
display:block;
clear:both;
}
.panel-heading h2 {
margin:0px;
display:inline-block;
vertical-align: middle;
}
.heading{
    margin: 0px 0px 20px 200px;
    border-bottom: 1px solid #E5E5E5;
    padding: 20px;
    background: #fff;
}
.heading:before {
content:"";
display:table;
clear:both;
}
.heading:after {
content:"";
display:table;
clear:both;
}
.heading h1 {
display:inline-block;
margin: 0px;
}
header {
    border-bottom: 1px solid #E5E5E5;
	background:#fff;
}
header .row{
margin:0px;
}
header .container{
margin-right:0px;
}
header .button {
    border-left: 1px solid #E5E5E5;
    height: 54px;
    border-radius: 0px;
    display: inline-block;
    line-height: 54px;
    vertical-align: middle;
    padding: 0px 10px;
	color:#000;
    margin-left: 8px;
}
header .button:hover {
    background-color: #eeeeee;
}
header #date {
    float: left;
    padding-top: 19px;
    font-weight: 700;
}
header #user {
float:right;
}
#menu {
    background: #5A5A5A;
	float:left;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	bottom:0px;
	width:200px;
}
#menu ul{
    padding: 0px;
	margin:0px;
    list-style: none;
}
#menu .link{
display:block;
    border-bottom: 1px solid #737373;
}
#menu .link a{
color:#B3B3B3;
padding: 20px 15px;
display:block;
transition:0.3s;
-webkit-transition:0.3s;
-moz-transition:0.3s;
-ms-transition:0.3s;
-o-transition:0.3s;
}
#menu .link a.active, #menu .link a:hover{
	color:#fff;
    background: #373737;
}
#menu .link a i{
	width:20px;
transition:margin 0.3s;
-webkit-transition:margin 0.3s;
-moz-transition:margin 0.3s;
-ms-transition:margin 0.3s;
-o-transition:margin 0.3s;
}
#menu .link a.active i, #menu a:hover i{
	margin-right:8px;
}
header #logo, #menu #logo {
padding: 18px 20px;
background:#fff;
border:0px;
border-right: 1px solid #E5E5E5;
    display: block;
}
header #logo img, #menu #logo img {
width: 160px;
}
.table {
width:100%;
border-collapse:collapse;
margin-bottom:20px;
background:#fff;
}
.table thead {
font-weight:700;
}
.table td.link {
cursor:pointer;
}
.table thead tr td, .table tfoot tr td {
padding:10px;
}
.table thead tr td:first-child, .table tfoot tr td:first-child{
    padding: 10px 10px 10px 20px;
}
.table thead tr td:last-child, .table tfoot tr td:last-child {
    padding: 10px 20px 10px 10px;
}
.table thead h1, .table thead h2, .table thead h3 {
margin:0px;
}
.table tbody tr  {
transition:0.2s;
}
.table tbody tr:hover {
background-color: rgba(187, 235, 107, 0.24);
}
.table tbody tr td {
padding: 10px;
}
.table tbody tr td:first-child {
padding: 10px 10px 10px 20px;
}
.table tbody tr td:last-child {
padding: 10px 20px 10px 10px;
}
.table .action{
width:30px;
white-space:nowrap;
}
.table-bordered {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-top: 5px solid #DEDEDE;
}
.table-bordered tr td {
border-bottom:1px solid #dddddd;
}
.checkbox.inline {
margin-top:28px;
}
.checkbox.inline label +label {
margin-left:20px;
}
.checkbox label {
cursor:pointer;
display: inline-block;
}
input[type=radio], input[type=checkbox] {
	cursor: pointer;
    box-sizing: border-box;
    padding: 0px;
    margin: 1px 6px 0px 0px;
    margin-top: 1px \9;
    float: left;
    border: 1px solid #637526;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    position: relative;
}
input[type=radio]:focus, input[type=checkbox]:focus {
outline:0;
}
input[type=checkbox]::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 6px;
    border-left: 3px solid #7E9434;
    border-bottom: 3px solid #7E9434;
    width: 120%;
    height: 60%;
    opacity: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
input[type=checkbox]:checked::after {
    opacity:1;
}
.form-group {
margin-bottom:20px;
}
.form-group.inline {
margin-bottom:20px;
}
.form-group span.error {
margin-top:10px;
display:block;
color: #D10000;
}
.form-group.error .form-control, .input-group.error .form-control {
border:1px solid #FF99AA;
}
.form-group.error, .input-group.error {
color:#D10000;
}
label {
display:inline-block;
margin-bottom:4px;
font-weight:700;
}
label .fa-asterisk{
    color: #D10000;
    font-size: 0.6em;
    vertical-align: top;
}
.form-control {
    width: 100%;
    transition: 0.3s;
    border-radius: 3px;
border: 1px solid #cccccc;
    padding: 8px 12px;
    font-size: 14px;
    color: #555555;
}
.form-control.pointer {
cursor:pointer;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group span{
    display: table-cell;
    width: 1%;
    position: relative;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group span .btn{
    height: 34px;
    border-left: none;
    padding: 0px 10px;
    position: relative;
    margin-left: -1px;
    border-radius: 0px 3px 3px 0px;
}
.input-group .form-control{
    display: table-cell;
    border-radius: 3px 0px 0px 3px;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.images-box .thumb {
	position:relative;
	margin-bottom:20px;
	height:150px;
    text-align: center;
    border: 1px solid #E5E5E5;
}
.images-box .thumb img {
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
}
.images-box .thumb .buttons {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.71);
    padding: 3px 0px;
	opacity:0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.images-box .thumb:hover .buttons {
    opacity:1;
}
.images-box #add-image {
	position:relative;
    height: 150px;
    width: 100%;
    font-size: 40px;
	overflow:hidden;
	margin-bottom:20px;
}
.images-box #add-image i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.images-box #add-image input {
    position: absolute;
    left: 0px;
    top: 0px;
	width:100%;
	height:100%;
    cursor: pointer;
    opacity: 0;
}
.pagination {
    padding: 0px;
    margin: 0px 0px 20px;
    list-style: none;
    margin-top: 10px;
}
.pagination li {
    padding: 0px;
    margin: 0px;
	display:inline-block;
	vertical-align:middle;
}
.pagination li + li{
	margin-left:10px;
}
.pagination li a {
    width:38px;
	height:34px;
    line-height: 32px;
	display:block;
    background: #FFFFFF;
    color: #616161;
    border-radius: 3px;
    transition: 0.3s;
    text-align: center;
    border: 1px solid #C1C1C1;
}
.pagination li a:hover {
    background: #26ABCF;
    color: #FFFFFF;
    border: 1px solid #1978ab;
}
.pagination li span {
    width:38px;
	height:34px;
    line-height: 32px;
    display: block;
    background: #26ABCF;
    color: #FFFFFF;
    border-radius: 3px;
    text-align: center;
    border: 1px solid #1978ab;
}
#calendary {
	width:100%;
	text-align:center;
	color:#fff;
	margin-top: 20px;
}
#calendary .days td {
    padding: 5px 0px;
}
#calendary a {
	display:block;
	color:#B3B3B3;
    padding: 5px 0px;
	transition:0.3s;
	position:relative;
}
#calendary a.today {
	color:#61BEF1;
}
#calendary a:hover {
	background: #373737;
	color:#fff;
}
#calendary a.event:after {
	content:"";
	position:absolute;
	left:0px;
	bottom:0px;
	height:5px;
	width:100%;
	background: #F56B6B;
}
table.ficha {
    border-top: 2px solid black;
    border-left: 2px solid black;
    border-collapse: collapse;
	margin: 0px auto 20px;
}
.ficha tr {
    border-bottom: 2px solid black;
}
.ficha tr td {
    border-right: 2px solid black;
    padding: 20px;
}


.uploader {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.34);
	display:none;
}
.uploader .filelist{
	max-height:500px;
	overflow:auto;
	border:none;
    margin: 0px;
}
.uploader .panel-body {
    padding: 0px;
	max-height:400px;
	overflow:auto;
    min-height: 100px;
}
.uploader .tap-buttons {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #fff;
    z-index: 999;
    opacity: 0.6;
	display:none;
}
.uploader .buttons {
    margin:0px;
    padding:10px 0px 0px;
    border-top: 1px solid #E5E5E5;
}
.uploader .box {
    position: absolute;
    left: 50%;
    top: 200px;
    transform: translate(-50%);
    width: 600px;
    background: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    margin: 0px;
}
.uploader .panel-heading {
    border-bottom: 1px solid #E5E5E5;
    padding: 10px;
    margin: 0px;
}
.uploader .filelist .file-info {
	position:relative;
    padding: 10px;
    background: #fff;
}
.uploader .filelist .file-info .progress {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 0%;
    background: rgba(3, 193, 3, 0.21);
    transition: 0.5s;
}
.uploader .filelist .file-info .fa-check {
    color: rgb(0, 128, 0);
}
.uploader .filelist .action {
    padding:0px;
    background: #fff;
}
.uploader .fa-times-circle {
    color: #f56b6b;
	cursor:pointer;
    padding: 10px;
}
.uploader .fa-times-circle:hover {
    color: #fff;
    background: #f56b6b;
}
.uploader .console {
   color: red;
   text-align:center;
}
@media print {
	body{
		font-size:12px;
	}
	h1 {
		color:#000;
		margin:0px;
	}
	.btn {
		display:none;
	}
	table.ficha {
		border-top: 2px solid black;
		border-left: 2px solid black;
		border-collapse: collapse;
		width:100%;
	}
	.ficha tr {
		border-bottom: 2px solid black;
	}
	.ficha tr td {
		border-right: 2px solid black;
		padding: 10px 20px;
	}
	.draggable {
    cursor: move !important;
}

}
