﻿@charset "UTF-8";
/* CSS Document */

@font-face { font-family: 'Lato Light'; src: url('../fonts/lato-light-webfont.eot'); src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-light-webfont.woff2') format('woff2'), url('../fonts/lato-light-webfont.woff') format('woff'), url('../fonts/lato-light-webfont.ttf') format('truetype'), url('../fonts/lato-light-webfont.svg#latolight') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Lato Regular'; src: url('../fonts/lato-regular-webfont.eot'); src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-regular-webfont.woff2') format('woff2'), url('../fonts/lato-regular-webfont.woff') format('woff'), url('../fonts/lato-regular-webfont.ttf') format('truetype'), url('../fonts/lato-regular-webfont.svg#latoregular') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Lato Black'; src: url('../fonts/lato-black-webfont.eot'); src: url('../fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-black-webfont.woff2') format('woff2'), url('../fonts/lato-black-webfont.woff') format('woff'), url('../fonts/lato-black-webfont.ttf') format('truetype'), url('../fonts/lato-black-webfont.svg#latoblack') format('svg'); font-weight: normal; font-style: normal; }

/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; }
body { font-size: 16px; line-height: 1; font-weight: normal; }
ol, ul { list-style: none }
blockquote, q { quotes: none }
:focus { outline: 0 }
table { border-collapse: collapse; border-spacing: 0 }
a img { border: none!important; }
* { margin: 0 }
.clear { clear: both; display: block; }
.last { margin-right: 0 !important }
body { color: #333; font-family: Arial, sans-serif; }
a:link, a:visited, a:hover, a:active { color: #333; text-decoration: none; }
*, *::after, *::before { box-sizing: border-box; }
input, select { border-radius: 0; }
html { -webkit-text-size-adjust: 100%; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/* Slidebars - A jQuery Framework for Off-Canvas Menus and Sidebars * Version: 2.0.2 */
html, body, [canvas=container], [off-canvas] { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html, body { width: 100%; height: 100%; overflow: hidden; }
[canvas] { z-index: 1; }
[canvas=container] { width: 100%; height: 100%; /*overflow-y: auto;*/ overflow: hidden; position: relative; background-color: white; -webkit-overflow-scrolling: touch; }
[canvas=container]:before, [canvas=container]:after { clear: both; content: ''; display: table; }
[off-canvas] { display: none; position: fixed; overflow: hidden; overflow-y: auto; background: #CCC; color: white; -webkit-overflow-scrolling: touch; }
[off-canvas*=left] { width: 250px; height: 100%; top: 0; left: 0; }
[off-canvas*=reveal] { z-index: 0; }
[off-canvas*=push] { z-index: 1; }
[off-canvas*=overlay] { z-index: 9999; }
[off-canvas*=shift] { z-index: 0; }
[canvas], [off-canvas] { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); -webkit-transition: -webkit-transform 300ms; transition: transform 300ms; -webkit-backface-visibility: hidden; }
[off-canvas*=shift][off-canvas*=left] { -webkit-transform: translate(50%, 0); transform: translate(50%, 0); }

/* Print */
@media print {
[canvas] { -webkit-transform: translate(0px, 0px)!important; -ms-transform: translate(0px, 0px)!important; transform: translate(0px, 0px)!important; }
[off-canvas] { display: none!important; }
}

/*-----------------------------------------------------------------*/
/*-- GENERAL -----------------------------------------------------*/
body { padding-top: 50px!important; }
hr { margin: 2em 0; }
.close-menu { cursor: pointer; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; background: rgba(0,0,0,0.25); }

/*-----------------------------------------------------------------*/
/*-- OVERRIDE JQUERY UI ------------------------------------------*/
.ui-widget { font-family: Arial, sans-serif!important; }
.ui-widget-overlay { background: #2b2922 url(../images/popup_bk.png) 50% bottom repeat-x; opacity: .50; filter: Alpha(Opacity=90); }
.ui-icon { width: auto; height: auto; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-indent: 0; background: none; }
.ui-tabs .ui-tabs-nav li { top: 0; }

.ui-multiselect { padding: 6px 12px; height: 34px; font-size: 14px; }
.ui-multiselect .ui-icon { line-height: 20px; background: none!important; }
.ui-multiselect .ui-icon-triangle-1-s:before { content: "\f078"; }
.ui-multiselect.ui-state-active .ui-icon-triangle-1-s:before { content: "\f077"; }

.ui-multiselect-hasfilter .ui-multiselect-filter { margin: 0 0 5px 0; }
.ui-multiselect-hasfilter .ui-helper-reset { clear: both; }
.ui-multiselect-hasfilter .ui-helper-reset:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.ui-multiselect-hasfilter .ui-helper-reset li a { display: block; font-size: 11px; }
.ui-multiselect-hasfilter .ui-helper-reset li a .ui-icon { background: none; float: none; margin-right: 5px; }
.ui-multiselect-hasfilter .ui-helper-reset li a span { display: inline-block; height: 20px; line-height: 20px; }

.ui-multiselect-hasfilter .ui-helper-reset .ui-multiselect-close { line-height: 20px; }
.ui-multiselect-hasfilter .ui-helper-reset .ui-icon-circle-close:before { content: "\f057"; }

.ui-multiselect-hasfilter .ui-helper-reset li a .ui-icon-check:before { content: "\f00c"; }
.ui-multiselect-hasfilter .ui-helper-reset li a .ui-icon-closethick:before { content: "\f00d"; }

.ui-multiselect-menu .ui-multiselect-checkboxes label { font-size: 12px; }
.ui-multiselect-checkboxes label input { top: 0; }
.ui-multiselect-checkboxes label { margin: 0; }

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.ui-helper-clearfix {display: inline-block;}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix {display:block;}
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }



/*-----------------------------------------------------------------*/
/*-- BOTONES -----------------------------------------------------*/
.btn { font-family: Arial, sans-serif!important; cursor: pointer; background: #CCC; color: #FFF; border: none; font-size: 0.85em; padding: 0.5em 1em; border-radius: 0; }
.btn.positivo { background: #206E47!important; }
.btn.positivo:hover { background: #226040!important; }
.btn.negativo { background: #B5181B!important; }
.btn.negativo:hover { background: #921315!important; }
.btn.neutral { background: #AAA!important; }
.btn.neutral:hover { background: #888!important; }
.btn.btn-vert { display: block; width: 100%; margin-bottom: 3px; }
.btn.btn-vert:last-child { margin-bottom: 0; }
.input-group-btn .btn { height: 30px; padding: 4px 10px; font-size: 13px; line-height: 1.42857143; }

/*-----------------------------------------------------------------*/
/*-- HEADER ------------------------------------------------------*/
header { background: #CCC; height: 50px; width: 100%; z-index: 2!important; position: fixed; top: 0; }
header h1 { position: absolute; left: 50%; margin: 10px 0 0 -75px; }
header h1 img { width: 150px; height: 25px; }
header .coaching-wrapper { display: none; }
header .userdata-wrapper { position: absolute; top: 0; left: 0; height: 50px; width: 55px; }
header .userdata { display: block; position: relative; height: 50px; cursor: pointer; }
header .userdata img { position: absolute; top: 0; right: 0; display: block; border-right: 5px solid #999; width: 55px; height: 50px; }
header .username { display: none; color: #FFF; }
header .menu-wrapper { position: absolute; width: 100px; height: 50px; top: 0; right: 0; background-repeat: no-repeat; background-size: 100px 50px; }
.menu-toggler { display: block; position: absolute; top: 0; right: 0; overflow: hidden; width: 50px; height: 50px; font-size: 0; text-indent: -9999px; cursor: pointer; }
.menu-toggler span { display: block; position: absolute; top: 23px; left: 12px; right: 12px; height: 4px; background: #FFF; transition: background 0s 0.3s; }
.menu-toggler span::before, .menu-toggler span::after { position: absolute; display: block; left: 0; width: 100%; height: 4px; background: #FFF; content: ""; transition-duration: 0.3s, 0.3s; transition-delay: 0.3s, 0s; }
.menu-toggler span::before { top: -8px; transition-property: top, transform; }
.menu-toggler span::after { bottom: -8px; transition-property: bottom, transform; }
.show-menu .menu-toggler span { background: none; }
.show-menu .menu-toggler span::before { top: 0; transform: rotate(45deg); }
.show-menu .menu-toggler span::after { bottom: 0; transform: rotate(-45deg); }
.show-menu .menu-toggler span::before, .show-menu .menu-toggler span::after { transition-delay: 0s, 0.3s; background: #FFF; }

header .usermenu { position: absolute; top: 50px; left: 0; width: 100%; background: #F7F7F7; text-align: left; -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.2); -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.2); box-shadow: 0 3px 6px 0 rgba(0,0,0,0.2); display: none; }
.show-user header .usermenu { display: block; }
header .usermenu a { display: block; height: 30px; font-family: Arial, sans-serif; line-height: 30px; font-size: 0.85em; padding-left: 0.75em; }
header .usermenu a:hover { background: #EFEFEF; }
header .usermenu .addon { display: inline-block; height: 30px; min-width: 30px; padding: 0 1em; text-align: center; float: right; }
header .usermenu .msg { background: #FFF; }
header .usermenu .msg .addon { background: #666; border-top: 1px solid #FFF; border-bottom: 1px solid #FFF; color: #FFF; }
header .usermenu .boton { background: #666; }
header .usermenu .boton a:hover { background: #333; }
header .usermenu .boton * { color: #FFF; }

@media only screen and (min-width: 768px) {
header .coaching-wrapper { display: block; position: absolute; top: 0; left: 0; height: 50px; }
header .coaching { padding: 8px 100px 0 15px; background: no-repeat top right; background-size: 100px 50px; height: 50px; }
header h2 { font-family: Arial, sans-serif; font-size: 0.7em; color: rgba(255,255,255,0.85); }
header h2 span { display: block; background: url("../images/powered.png") no-repeat; background-size: 100% 100%; width: 149px; height: 17px; margin-top: 5px; text-indent: -9999px; }
header .menu-wrapper { display: none; }
header .userdata-wrapper { left: auto; right: 0; width: auto; }
header .userdata img { border-right: none; border-left: 5px solid #999; }
header .userdata { padding-right: 65px; }
header .username { display: block; background-repeat: no-repeat; background-size: 100px 50px; padding: 10px 0 0 120px; height: 50px; text-align: right; position: relative; }
header .username .toggle { color: rgba(255,255,255,0.85); font-size: 0.7em; margin-top: 0.3em; }
header .username .toggle span { margin-left: 0.2em; font-size: 0.8em; }

header .usermenu { left: auto; right: 50px; width: 190px; }
}

/*-----------------------------------------------------------------*/
/*-- MAIN MENU ---------------------------------------------------*/
#main-menu { overflow: hidden; -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,0.5); -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,0.5); box-shadow: 0 0 12px 0 rgba(0,0,0,0.5); }
#main-menu * { -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; }
#main-menu .buscador fieldset { position: relative; width: 250px; }
#main-menu .buscador .menu-toggler-d { display: none; position: absolute; width: 25px; height: 29px; top: 0; right: 0; font-size: 13px; line-height: 34px; text-align: center; color: rgba(255,255,255,0.5); }
#main-menu .buscador .filterField { background: none; width: 100%; font-size: 0.8em; height: 29px; border: none; color: #FFF; padding: 0 35px 0 40px; }
#main-menu .buscador .filterField::-webkit-input-placeholder { color: #FFF; }
#main-menu .buscador .filterField::-moz-placeholder { color: #FFF; }
#main-menu .buscador .filterField:-ms-input-placeholder { color: #FFF; }
#main-menu .buscador .filterField:-moz-placeholder { color: #FFF; }
#main-menu .buscador .resetBtn { position: absolute; top: 7px; right: 5px; padding: 0; background: none; border: none; width: 14px; height: 14px; display: none; }
#main-menu .buscador .resetBtn span { display: block; font-size: 14px; line-height: 14px; color: #FFF; }
#main-menu h2 { font-family: Arial, sans-serif; font-size: 0.7em; color: rgba(255,255,255,0.85); }
#main-menu h2 span { display: block; background: url("../images/powered.png") no-repeat; background-size: 100% 100%; width: 149px; height: 17px; margin-top: 5px; text-indent: -9999px; }
#main-menu .coaching { padding: 8px 0 0 15px; height: 50px; }
#main-menu .buscador { height: 29px; background: #666 url("../images/search-icon.png") no-repeat; background-size: 14px 14px; background-position: 8px 7px; border-top: 1px solid #FFF; position: relative; }
#main-menu #accordion-resizer { position: absolute; top: 84px; left: 0; right: 0; bottom: 0; background-repeat: repeat-y; overflow-y: auto; }
#main-menu .ui-accordion-header { margin: 0; border-radius: 0; border: none; color: #FFF; font-size: 0.8em; height: 34px; padding: 5px 10px 0 0; border-top: 1px solid #FFF; }

#main-menu .ui-accordion-header .fa { width: 30px; margin-right: 10px; font-size: 1.1em; text-align: center; }
#main-menu .ui-accordion-header .fa-question-circle { width: auto; margin-right: 0; cursor: pointer; margin-left: 0.75em; opacity: 0.65; }
#main-menu .ui-accordion-header .fa-question-circle:hover { opacity: 1; }
#main-menu .ui-state-default, #main-menu .ui-state-active { background: #999; }
#main-menu .ui-accordion-content { padding: 0; border: none; background: none; min-height: 200px; }
#main-menu .ui-accordion-content ul { padding-top: 1em; }
#main-menu .ui-accordion-content ul ul { padding: 0; }
#main-menu .ui-accordion-content ul li { background-repeat: repeat-y; }
#main-menu .ui-accordion-content ul li:hover, #main-menu .ui-accordion-content ul li.active { background-position: -1000px 0; }
#main-menu .ui-accordion-content ul li a { display: block; padding: 0.75em 0; font-size: 0.75em; line-height: 1.4em; color: #FFF; }
#main-menu .ui-accordion-content ul li a:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
#main-menu .ui-accordion-content ul li a span { float: left; display: inline-block; width: 180px; }
#main-menu .ui-accordion-content ul li a .fa { width: 30px; margin-right: 10px; font-size: 1.2em; text-align: center; }
#main-menu .ui-accordion-content ul li:hover a span, #main-menu .ui-accordion-content ul li a span { color: #FFF!important; }
#main-menu .ui-accordion-content ul ul li a { padding: 0.5em 10px 0.5em 40px; background-repeat: repeat-y; }
#main-menu .ui-accordion-content ul ul li a span { width: 85%; }
#main-menu .ui-accordion-content ul ul li a .fa { width: 12%; margin-right: 3%; font-size: 1.1em; opacity: 0.7; padding-top: 1px; }
#main-menu .ui-accordion-content ul ul ul li a { font-size: 0.7em; padding-left: 70px; }
#main-menu .ui-accordion-content ul li.active { background-color: #FFF!important; }


#main-menu .ui-accordion-content ul li.active li span, #main-menu .ui-accordion-content ul li.active:hover li a span { color: #FFF!important; }

#accordion-resizer.filtered { overflow-y: auto; }
#accordion-resizer.filtered .ui-accordion-content { height: auto!important; display: block!important; overflow: visible!important; }

@media only screen and (min-width: 768px) {
#main-menu { margin: 0!important; width: 250px!important; top: 50px; height: auto; bottom: 0; display: block; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
#main-menu .coaching { display: none; }
section[canvas=container] { padding-left: 270px!important; }
#main-menu #accordion-resizer { top: 29px; }
#main-menu .buscador .menu-toggler-d { display: block; position: absolute; width: 30px; height: 29px; top: 0; right: 0; font-size: 13px; line-height: 29px; text-align: center; color: rgba(255,255,255,0.5); }
#main-menu .buscador fieldset { width: 220px; }

#main-menu.collapsed { margin-left: -220px!important; }
#main-menu.collapsed, #main-menu.collapsed .menu-toggler-d { cursor: e-resize; }

#main-menu.collapsed #accordion-resizer { display: none; overflow: hidden; }
#main-menu.collapsed #accordion-resizer .ui-accordion-content { overflow: hidden!important; margin-left: 200px; }


section[canvas=container].collapsed { padding-left: 30px!important; }
}


@media only screen and (min-width: 1018px) {
#main-menu .ui-accordion-header { padding-top: 6px; height: 35px; }
}


/*-----------------------------------------------------------------*/
/*-- MOSTRAR BOTONERA  -------------------------------------------*/
@media only screen and (min-width: 768px) {
#main-menu.collapsed #accordion-resizer { display: block; }
#main-menu.collapsed #accordion-resizer h3 { margin-left: 220px; width: 500px; text-align: right; }
#main-menu.collapsed #accordion-resizer h3 sup { display: none!important; }
#main-menu.collapsed #accordion-resizer h3 span { position: relative; top: 3px; }
#main-menu.collapsed #accordion-resizer span { display: none; }
#main-menu.collapsed #accordion-resizer .fa { display: block; }
#main-menu.collapsed #accordion-resizer .ui-accordion-content { margin-left: 220px; }
#main-menu.collapsed .blocker { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0); }
}


/*-----------------------------------------------------------------*/
/*-- TABS --------------------------------------------------------*/
section { height: 100%; }
#tabs { border-radius: 0; border: none; padding: 0; }
#tabs .ui-tabs-nav { border-radius: 0; border: none; padding: 0; background: #F1F1F1; border-top: 1px solid #FFF; border-bottom: 1px solid #FFF; }
#tabs .ui-tabs-nav li { margin: 0; border-radius: 0; border: none; border-right: 1px solid #FFF; min-height: 28px; }
#tabs .ui-tabs-nav li.ui-tabs-active { padding: 0; background: #FFF; }
#tabs .ui-tabs-nav li.ui-tabs-active .fa { background: #FFF; color: #666; }
#tabs .ui-tabs-nav .ui-tabs-anchor { padding: 0 0.5em 0 1em; color: #FFF; font-size: 0.8em; line-height: 28px; min-height: 28px; }

#tabs .ui-tabs-nav li .fa { font-size: 0.8em; color: #FFF; width: 28px; height: 28px; line-height: 28px; text-align: center; display: inline-block; cursor: pointer; }
#tabs .ui-tabs-panel { padding: 0; }

iframe.content { width: 100%; border: none; display: block; height: 100%; height: -moz-available; height: -webkit-fill-available; height: fill-available; }




#login-page { padding: 2em!important; background: #F7F7F7; overflow: auto; }
#login-page #form-box { background: #FFF; margin: 0 auto 1em auto; width: 100%; max-width: 400px; -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.12); -moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.12); box-shadow: 0 5px 5px 0 rgba(0,0,0,0.12); }
#login-page #form-box .form { padding: 2em; }
#login-page #form-box .footer { height: 50px; background: #666; }
#login-page #form-box .header { position: relative; height: 50px; background: #666; }

#login-page .header h1 { position: absolute; left: 50%; margin: 10px 0 0 -75px; }
#login-page .header h1 img { width: 150px; height: 25px; }
#login-page .header .left { display: block; position: absolute; top: 0; left: 0; width: 100px; height: 50px; background: no-repeat top right; background-size: 100px 50px; }

#login-page .footer .coaching { padding: 8px 100px 0 15px; background: no-repeat top right; background-size: 100px 50px; height: 50px; }
#login-page .footer h2 { font-family: Arial, sans-serif; font-size: 0.7em; color: rgba(255,255,255,0.85); }
#login-page .footer h2 span { display: block; background: url("../images/powered.png") no-repeat; background-size: 100% 100%; width: 149px; height: 17px; margin-top: 5px; text-indent: -9999px; }

#login-page .form .btn { font-size: 1.2em; width: 100%; margin-top: 1.2em; }
#login-page .form #txtRemem { font-size: 0.9em; /*margin-bottom: 2em;*/ }
#login-page .form #txtRemem label { color: #999; }
#login-page .form .TxtRojo { font-size: 0.8em; border-radius: 4px; color: #A94442; border: 1px solid #FD7E81; background: #F1E4E4; display: block; padding: 0.5em 0.7em; margin-top: 0.5em; }

#login-page #divLang { text-align: right; width: 100%; max-width: 400px; margin: auto; }
#login-page #divLang input[type="submit"] { text-indent: -9999px; display: inline-block; margin-left: 0.5em; border: none; background: url("../images/banderas.gif") no-repeat; background-size: 90px 40px; width: 30px; height: 20px; cursor: pointer; padding: 0; }
#login-page #divLang input[type="submit"].es { background-position: 0 0; }
#login-page #divLang input[type="submit"].br { background-position: -30px 0; }
#login-page #divLang input[type="submit"].us { background-position: -60px 0; }
#login-page #divLang input[type="submit"].es.active { background-position: 0 -20px; }
#login-page #divLang input[type="submit"].br.active { background-position: -30px -20px; }
#login-page #divLang input[type="submit"].us.active { background-position: -60px -20px; }



@media only screen and (min-width: 768px) {
#login-page #form-box .form { padding: 2em 3em; }
}

legend { margin-bottom: 1em; }
textarea { resize: vertical; }
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; }
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
fieldset { padding: .35em .625em .75em; margin: 0 2px; border: 1px solid #c0c0c0; }
input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; }
fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }
label { display: inline-block; max-width: 100%; margin-bottom: 10px; color: #333; }
input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
input[type="radio"], input[type="checkbox"] { margin: 4px 5px 0 0; margin-top: 0; line-height: normal; }
input[type="file"] { display: block; }
input[type="range"] { display: block; width: 100%; }
select[multiple], select[size] { height: auto; }
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.42857143; color: #555; }
.form-control { display: block; width: 100%; height: 30px; padding: 4px 10px; font-size: 13px; line-height: 1.42857143; color: #555; background-color: #F8F8F8; background-image: none; border: 1px solid #ccc; border-radius: 4px; -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; }
.form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); }
.form-control::-moz-placeholder { color: #999; opacity: 1; }
.form-control:-ms-input-placeholder { color: #999; }
.form-control::-webkit-input-placeholder { color: #999; }
.form-control::-ms-expand { background-color: transparent; border: 0; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #eee; opacity: 1; }
.form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed; }
.form-check-label, .form-radio-label { font-size: 0.9em; }
textarea.form-control { height: auto; }
input[type="search"] { -webkit-appearance: none; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control { line-height: 34px; }
input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] { line-height: 30px; }
input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] { line-height: 46px; }
}
.form-group, .input-group { margin-bottom: 10px; }
.form-group label { font-weight: normal; }
.form-group.horizontal:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.form-group.horizontal .col-form-label { padding-top: 10px; padding-left: 0; }
.radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; }
.radio label, .checkbox label { min-height: 20px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer; }
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-top: 1px; margin-left: -20px; }
.radio + .radio, .checkbox + .checkbox { margin-top: -5px; }
.radio-inline, .checkbox-inline { position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; font-weight: normal; vertical-align: middle; cursor: pointer; }
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; }
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; }
.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline { cursor: not-allowed; }
.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label { cursor: not-allowed; }
.form-control-static { min-height: 34px; padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; }
.form-control-static.input-lg, .form-control-static.input-sm { padding-right: 0; padding-left: 0; }
.input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }
select.input-sm { height: 30px; line-height: 30px; }
textarea.input-sm, select[multiple].input-sm { height: auto; }
.form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }
.form-group-sm select.form-control { height: 30px; line-height: 30px; }
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control { height: auto; }
.form-group-sm .form-control-static { height: 30px; min-height: 32px; padding: 6px 10px; font-size: 12px; line-height: 1.5; }
.input-lg { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; }
select.input-lg { height: 46px; line-height: 46px; }
textarea.input-lg, select[multiple].input-lg { height: auto; }
.form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; }
.form-group-lg select.form-control { height: 46px; line-height: 46px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control { height: auto; }
.form-group-lg .form-control-static { height: 46px; min-height: 38px; padding: 11px 16px; font-size: 18px; line-height: 1.3333333; }
.has-feedback { position: relative; }
.has-feedback .form-control { padding-right: 42.5px; }
.form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; pointer-events: none; }
.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback { width: 46px; height: 46px; line-height: 46px; }
.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; }
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #3c763d; }
.has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); }
.has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; }
.has-success .input-group-addon { color: #3c763d; background-color: #dff0d8; border-color: #3c763d; }
.has-success .form-control-feedback { color: #3c763d; }
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #8a6d3b; } .has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); }
.has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon { color: #8a6d3b; background-color: #fcf8e3; border-color: #8a6d3b; }
.has-warning .form-control-feedback { color: #8a6d3b; }
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #a94442; }
.has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); background: #FCE5E7; }
.has-error .form-control:focus { border-color: #843534; -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; }
.has-error .input-group-addon { color: #a94442; background-color: #f2dede; border-color: #a94442; }
.has-error .form-control-feedback { color: #a94442; }
.has-feedback label ~ .form-control-feedback { top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback { top: 0; }
.help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; }
@media (min-width: 768px) {
.form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; }
.form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; }
.form-inline .form-control-static { display: inline-block; }
.form-inline .input-group { display: inline-table; vertical-align: middle; }
.form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; }
.form-inline .input-group > .form-control { width: 100%; }
.form-inline .control-label { margin-bottom: 0; vertical-align: middle; }
.form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; }
.form-inline .radio label, .form-inline .checkbox label { padding-left: 0; }
.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; }
.form-inline .has-feedback .form-control-feedback { top: 0; }
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { padding-top: 7px; margin-top: 0; margin-bottom: 0; }
.form-horizontal .radio, .form-horizontal .checkbox { min-height: 27px; }
.form-horizontal .form-group { margin-right: -15px; margin-left: -15px; }
@media (min-width: 768px) {
.form-horizontal .control-label { padding-top: 7px; margin-bottom: 0; text-align: right; }
}
.form-horizontal .has-feedback .form-control-feedback { right: 15px; }
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label { padding-top: 11px; font-size: 18px; }
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label { padding-top: 6px; font-size: 12px; }
.btn-send { width: auto; }
}

.input-group { display: table; border-collapse: separate; }
.input-group[class*="col-"] { float: none; padding-right: 0; padding-left: 0; }
.input-group .form-control { z-index: 2; float: left; width: 100%; margin-bottom: 0; }
.input-group .form-control:focus { z-index: 3; }
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; }
select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn { height: 46px; line-height: 46px; }
textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn { height: auto; }
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }
select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn { height: 30px; line-height: 30px; }
textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn { height: auto; }
.input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell; }
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; }
.input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; }
.input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: normal; line-height: 1; color: #555; text-align: center; background-color: #eee; border: 1px solid #ccc; border-radius: 4px; }
.input-group-addon.input-sm { padding: 5px 10px; font-size: 12px; border-radius: 3px; }
.input-group-addon.input-lg { padding: 10px 16px; font-size: 18px; border-radius: 6px; }
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; }
.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:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.input-group-addon:first-child { border-right: 0; }
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; }
.input-group-addon:last-child { border-left: 0; }
.input-group-btn { position: relative; font-size: 0; white-space: nowrap; }
/*.input-group-btn > .btn { position: relative; }*/
.input-group-btn > .btn + .btn { margin-left: -1px; }
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active { z-index: 2; }
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { margin-right: -1px; }
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { z-index: 2; margin-left: -1px; }

.form-group.row label { margin-bottom: 0; line-height: 30px; }
.input-text { font-size: 0.85em; padding-top: 8px; }
.ellipsis { overflow: hidden; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; display: block; white-space: nowrap; }


.ui-state-default { border: none; color: #FFF; }
.ui-multiselect-header { padding: 3px 4px; border: none; }
.ui-multiselect-filter { width: 100%; }
.ui-multiselect-filter input { display: block; height: 28px; padding: 4px 6px; font-size: 12px; line-height: 1.42857143; color: #555; background-color: #F8F8F8; background-image: none; border: 1px solid #CCC; border-radius: 4px; width: 100%; margin: 3px 0 0 0; font-family: Arial; }

/*-----------------------------------------------------------------*/
/*-- COLUMNS -----------------------------------------------------*/
.row { margin-right: -15px; margin-left: -15px; }
.row:before, .row:after { display: table; content: " "; }
.row:after { clear: both; }

.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; }

.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11 { float: left; } .col-xxs-12 { width: 100%; } .col-xxs-11 { width: 91.66666667%; } .col-xxs-10 { width: 83.33333333%; } .col-xxs-9 { width: 75%; } .col-xxs-8 { width: 66.66666667%; } .col-xxs-7 { width: 58.33333333%; } .col-xxs-6 { width: 50%; } .col-xxs-5 { width: 41.66666667%; } .col-xxs-4 { width: 33.33333333%; } .col-xxs-3 { width: 25%; } .col-xxs-2 { width: 16.66666667%; } .col-xxs-1 { width: 8.33333333%; }

@media (min-width: 520px) {
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; } .col-xs-12 { width: 100%; } .col-xs-11 { width: 91.66666667%; } .col-xs-10 { width: 83.33333333%; } .col-xs-9 { width: 75%; } .col-xs-8 { width: 66.66666667%; } .col-xs-7 { width: 58.33333333%; } .col-xs-6 { width: 50%; } .col-xs-5 { width: 41.66666667%; } .col-xs-4 { width: 33.33333333%; } .col-xs-3 { width: 25%; } .col-xs-2 { width: 16.66666667%; } .col-xs-1 { width: 8.33333333%; }
.offset-xs-2 { margin-left: 16.666667%; }
}

@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; } .col-sm-12 { width: 100%; } .col-sm-11 { width: 91.66666667%; } .col-sm-10 { width: 83.33333333%; } .col-sm-9 { width: 75%; } .col-sm-8 { width: 66.66666667%; } .col-sm-7 { width: 58.33333333%; } .col-sm-6 { width: 50%; } .col-sm-5 { width: 41.66666667%; } .col-sm-4 { width: 33.33333333%; } .col-sm-3 { width: 25%; } .col-sm-2 { width: 16.66666667%; } .col-sm-1 { width: 8.33333333%; }
.offset-sm-4 { margin-left: 33.333333%; }
}

@media (min-width: 992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; } .col-md-12 { width: 100%; } .col-md-11 { width: 91.66666667%; } .col-md-10 { width: 83.33333333%; } .col-md-9 { width: 75%; } .col-md-8 { width: 66.66666667%; } .col-md-7 { width: 58.33333333%; } .col-md-6 { width: 50%; } .col-md-5 { width: 41.66666667%; } .col-md-4 { width: 33.33333333%; } .col-md-3 { width: 25%; } .col-md-2 { width: 16.66666667%; } .col-md-1 { width: 8.33333333%; }
.offset-md-4 { margin-left: 33.333333%; }
}

@media (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; } .col-lg-12 { width: 100%; } .col-lg-11 { width: 91.66666667%; } .col-lg-10 { width: 83.33333333%; } .col-lg-9 { width: 75%; } .col-lg-8 { width: 66.66666667%; } .col-lg-7 { width: 58.33333333%; } .col-lg-6 { width: 50%; } .col-lg-5 { width: 41.66666667%; } .col-lg-4 { width: 33.33333333%; } .col-lg-3 { width: 25%; } .col-lg-2 { width: 16.66666667%; } .col-lg-1 { width: 8.33333333%; }
}

.offset-1 { margin-left: 8.333333%; }
.offset-2 { margin-left: 16.666667%; }
.offset-3 { margin-left: 25%; }
.offset-4 { margin-left: 33.333333%; }
.offset-5 { margin-left: 41.666667%; }
.offset-6 { margin-left: 50%; }
.offset-7 { margin-left: 58.333333%; }
.offset-8 { margin-left: 66.666667%; }
.offset-9 { margin-left: 75%; }
.offset-10 { margin-left: 83.333333%; }
.offset-11 { margin-left: 91.666667%; }

/*Agregados */
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;   
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

#ReportViewer1 table { margin-bottom: 0px; }

/* FANCYBOX */
body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s, visibility 0s linear .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s, visibility 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current,
.fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px 6px 0
}

.fancybox-slide--iframe {
    padding: 44px 44px 0
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: calc(100% - 44px);
    margin-bottom: 44px
}

.fancybox-iframe, .fancybox-video {
    background: transparent;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    vertical-align: top
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: none;
    padding: 10px;
    transition: color .2s;
    vertical-align: top;
    width: 44px
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}

.fancybox-button:focus, .fancybox-button:hover {
    color: #fff
}

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default
}

.fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--play svg path, .fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
    fill: currentColor
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
    transition: opacity .25s, visibility 0s, color .25s
}

.fancybox-navigation .fancybox-button:after {
    content: "";
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10
}

.fancybox-close-small svg {
    fill: transparent;
    opacity: .8;
    stroke: currentColor;
    stroke-width: 1.5;
    transition: stroke .1s
}

.fancybox-close-small:focus {
    outline: none
}

.fancybox-close-small:hover svg {
    opacity: 1
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px
}

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
    background: transparent;
    color: #fff
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0
}

.fancybox-caption:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1
}

.fancybox-caption:after {
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    content: "";
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    border: 6px solid hsla(0, 0%, 39%, .5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link, .fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs > ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x > ul {
    overflow: hidden
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs > ul > li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs > ul > li {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.fancybox-thumbs > ul > li:before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:800px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px)
    }
}

/* OVERFLOW FANCIBOX */
.fancybox-slide--iframe .fancybox-close-small {
    top: auto;
    bottom: 15px;
    right: 10px;
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    color: #FFF;
}

.fancybox-iframe {
    border: 1px solid #EEE;
}

.fancybox-caption, .fancybox-show-caption .fancybox-caption {
    opacity: 1;
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
    visibility: visible;
}

.fancybox-caption {
    bottom: auto;
    top: 0;
    color: #FFF;
    font-size: 1.1em;
    left: 0;
    line-height: 1.5;
    padding: 0 20px;
    right: 0;
    font-family: Arial;
    font-weight: normal;
    line-height: 50px;
    height: 50px;
}

.fancybox-caption .left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 50px;
    background-size: 100px 50px;
    z-index: -1;
}

.fancybox-caption:before, .fancybox-caption:after {
    display: none;
}
/* unvisited link */
a:link {
    color: blue;
}

/* visited link */
a:visited {
    color: red;
}

/* mouse over link */
a:hover {
    color: green;
}

/* selected link */
a:active {
    color: blue;
}

