html {
    height: 100%;
}


/*styles for Chrome */


/*FADEIN EFFECT*/

div {
    display: none;
}

@font-face {
    font-family: 'Ubuntu';
    src: font-url('../css/Ubuntu-Regular-1c5965c2b1-1719578638.ttf');
}

body {
    height: 100%;
    margin: 0;
    font-family: Ubuntu;
}

.page {
    position: relative;
    height: auto !important;
    min-height: 100%;
    height: 100%;
    width: 100%;
}

.allheads {
    position: relative;
    width: 100%;
}


/*
	HEADER

*/

.header-wrapper {
    position: absolute;
    top: 0px;
    height: 30px;
    width: 100%;
    border-top: solid 1px rgba(255, 255, 255, 0.6);
    border-bottom: solid 1px rgba(0, 0, 0, 0.6);
    color: #FFF;
    background-color: #000000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, .05))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 64, .1)));
    background-repeat: no-repeat;
    background-position: top left, bottom left;
    -webkit-background-size: 100% 21px, 100% 22px;
    -webkit-box-sizing: border-box;
    display: block;
}

.header-wrapper h1 {
    text-align: center;
    font-size: 14px;
    margin-left: 15px;
    margin-top: 7px;
}

.header-wrapper h1#header_left {
    text-align: left;
    font-size: 14px;
    margin-left: 15px;
    margin-top: 7px;
}

.header-wrapper h1#header_right {
    text-align: right;
    font-size: 14px;
    margin-right: 15px;
    margin-top: -26px;
}


/*
	END HEADER

*/


/*
MENUS

*/

.menubar {
    width: 100%;
    height: 30px;
    border-top: solid 1px rgba(255, 255, 255, 0.6);
    border-bottom: solid 1px rgba(0, 0, 0, 0.6);
    color: #FFF;
    background-color: #000000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, .05))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 64, .1)));
    background-repeat: no-repeat;
    background-position: top left, bottom left;
    -webkit-background-size: 100% 21px, 100% 22px;
    -webkit-box-sizing: border-box;
}

.menubar table {
    font-weight: bold;
    color: #FFFFFF;
    width: 100%;
    height: 28px;
    text-align: center;
    font-size: 14px;
    padding: 0px;
    border-spacing: 0;
    border-collapse: collapse;
}

.menu {
    width: 100%;
    position: absolute;
    top: 66px;
    height: 30px;
    border-top: solid 1px rgba(255, 255, 255, 0.6);
    border-bottom: solid 1px rgba(0, 0, 0, 0.6);
    color: #FFF;
    background-color: #000000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, .05))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 64, .1)));
    background-repeat: no-repeat;
    background-position: top left, bottom left;
    -webkit-background-size: 100% 21px, 100% 22px;
    -webkit-box-sizing: border-box;
}

.menu button,
.menusub button {
    font-weight: bold;
    font-family: Ubuntu;
    color: #FFFFFF;
    width: 100%;
    /*height: 28px;*/
    text-align: center;
    font-size: 14px;
    padding: 0px;
    background: transparent;
    border: transparent;
    cursor: pointer;
    border-spacing: 0;
    border-collapse: collapse;
    outline: none;
}

.menu table {
    font-weight: bold;
    color: #FFFFFF;
    width: 100%;
    height: 28px;
    text-align: center;
    font-size: 14px;
    padding: 0px;
    border-spacing: 0;
    border-collapse: collapse;
}

.menu td {
    border-left: 2px solid #000000;
}

.menu #menu_check {
    background-color: #5393c5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, .05))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 64, .1)));
    background-repeat: no-repeat;
    background-position: top left, bottom left;
    -webkit-background-size: 100% 21px, 100% 22px;
    -webkit-box-sizing: border-box;
}

.menu a:visited {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

.menu a:link {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

.menu a:hover {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
}


/*

 END MENUS
*/


/*
MENUS SUB

*/

.menusub {
    width: 100%;
    position: absolute;
    top: 96px;
    height: 30px;
    border-top: solid 1px rgba(255, 255, 255, 0.6);
    border-bottom: solid 1px rgba(0, 0, 0, 0.6);
    color: #FFF;
    background-color: #666666;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, .05))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 64, .1)));
    background-repeat: no-repeat;
    background-position: top left, bottom left;
    -webkit-background-size: 100% 21px, 100% 22px;
    -webkit-box-sizing: border-box;
}

.menusub table {
    font-weight: bold;
    width: 100%;
    height: 28px;
    text-align: center;
    font-size: 14px;
    padding: 0px;
    border-spacing: 0;
    border-collapse: collapse;
}

.menusub td {
    border-left: 2px solid #CCCCCC;
}

.menusub #menu_check {
    background-color: #5393c5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, .05))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 64, .1)));
    background-repeat: no-repeat;
    background-position: top left, bottom left;
    -webkit-background-size: 100% 21px, 100% 22px;
    -webkit-box-sizing: border-box;
}

.menusub a:visited {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

.menusub a:link {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

.menusub a:hover {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
}


/*

 END MENUS SUB
*/


/*
	HEADER PANEL
	
*/

.header-panel {
    position: absolute;
    width: 100%;
    top: 20px;
    margin-top: 10px;
    height: 36px;
    border-top: solid 1px rgba(255, 255, 255, 0.6);
    border-bottom: solid 1px rgba(0, 0, 0, 0.6);
    color: #000;
    background-color: #FFFFFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, .05))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 64, .1)));
    background-repeat: no-repeat;
    background-position: top left, bottom left;
    -webkit-background-size: 100% 21px, 100% 22px;
    -webkit-box-sizing: border-box;
}

.header-panel #header_plan {
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    margin-left: 120px;
    margin-top: 10px;
}

.header-panel #header_reset {
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    margin-left: 250px;
    margin-top: -27px;
    position: absolute;
}

.header-panel table {
    float: right;
    height: 30px;
    margin-top: -30px;
    padding: 0px;
    border-spacing: 0;
    border-collapse: collapse;
}

.header-panel td {
    width: 100px;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    font-weight: bold;
    text-align: left;
    font-size: 14px;
}

#input_container {
    position: relative;
    z-index: 1000000;
}

.input-live {
    color: #FFF;
    background-color: #000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, .05))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 64, .1)));
    background-repeat: no-repeat;
    background-position: top left, bottom left;
    -webkit-background-size: 100% 21px, 100% 22px;
    -webkit-box-sizing: border-box;
}

.input-disabled {
    color: #aaa;
    background-color: #CCCCCC;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, .05))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 64, .1)));
    background-repeat: no-repeat;
    background-position: top left, bottom left;
    -webkit-background-size: 100% 21px, 100% 22px;
    -webkit-box-sizing: border-box;
}

.input-enabled {
    color: #FFF;
    background-color: #5393c5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, .05))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 64, .1)));
    background-repeat: no-repeat;
    background-position: top left, bottom left;
    -webkit-background-size: 100% 21px, 100% 22px;
    -webkit-box-sizing: border-box;
}

.input-button-text {
    margin-left: 2px;
}

.input-button-text a:visited {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

.input-button-text a:link {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

.input-button-text a:hover {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
}

.input-button-icon {
    position: relative;
    width: 20px;
    margin-top: -16px;
    margin-right: 2px;
    float: right;
    top: 14px;
}


/*
	END HEADER PANEL
*/


/*
	BODY PANEL

*/

.panel-left1 {
    height: auto;
    width: 40%;
    top: 130px;
    position: relative;
    height: 150px;
    padding: 0px;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #000;
    text-align: center;
}

.panel-right1a {
    top: 130px;
    position: absolute;
    overflow-x: hidden;
    border: 1px solid #000;
    padding: 0px;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
}

.panel-right1b {
    height: 200px;
    width: 29.9%;
    top: 130px;
    position: absolute;
    left: 70%;
    border: 1px solid #000;
    padding: 0px;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
}

.panel-right2 {
    height: 200px;
    width: 59.9%;
    position: absolute;
    border: 1px solid #000;
    padding: 0px;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
}

.panel-wrapper {
    height: 20px;
    width: 100%;
    border-top: solid 1px rgba(255, 255, 255, 0.6);
    border-bottom: solid 1px rgba(0, 0, 0, 0.6);
    color: #000;
    background-color: #CCCCCC;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, .05))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 64, .1)));
    background-repeat: no-repeat;
    background-position: top left, bottom left;
    -webkit-background-size: 100% 21px, 100% 22px;
    -webkit-box-sizing: border-box;
}

.panel-wrapper h1 {
    text-align: center;
    font-size: 14px;
    margin-left: 15px;
    margin-top: 0px;
}


/*

	END BODY PANEL
*/


/**
	Leyenda tarta
*/

.pie-legend {
    color: #000;
    font-weight: bold;
    font-family: Ubuntu;
    font-size: 0.75em;
}


/***********************

*/

 ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

 ::-webkit-scrollbar-button:start:decrement,
 ::-webkit-scrollbar-button:end:increment {
    display: none;
}

 ::-webkit-scrollbar-track-piece {
    background-color: #3b3b3b;
    -webkit-border-radius: 6px;
}

 ::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 6px;
    background: #666 url(../images/scrollbar_thumb_bg-a5b838808a-1719578638.png) no-repeat center;
}

.select {
    color: #FFF;
    background-color: #5393c5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, .05))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 64, .1)));
    background-repeat: no-repeat;
    background-position: top left, bottom left;
    -webkit-background-size: 100% 21px, 100% 22px;
    -webkit-box-sizing: border-box;
}


/*
TABLA

*/

.tablesorter {
    width: 98%;
    border-collapse: collapse;
    /* 'cellspacing' equivalent */
    color: #000;
    background-color: #FFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, .05))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 64, .1)));
    background-repeat: no-repeat;
    background-position: top left, bottom left;
    -webkit-background-size: 100% 21px, 100% 22px;
    -webkit-box-sizing: border-box;
}

.tablesorter th {
    color: #FFF;
    background-color: #5393c5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, .05))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 64, .1)));
    background-repeat: no-repeat;
    background-position: top left, bottom left;
    -webkit-background-size: 100% 21px, 100% 22px;
    -webkit-box-sizing: border-box;
}

.tablesorter td {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-spacing: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    border-collapse: collapse;
}


/*
table services

*/

.tableservices {
    width: 98%;
    color: #000;
    background-color: #FFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, .05))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 64, .1)));
    background-repeat: no-repeat;
    background-position: top left, bottom left;
    -webkit-background-size: 100% 21px, 100% 22px;
    -webkit-box-sizing: border-box;
    font-weight: bold;
    font-family: Ubuntu;
    font-size: 14px;
    border-collapse: collapse;
    /* 'cellspacing' equivalent */
}

.tableservices td {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-spacing: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    border-collapse: collapse;
}

.tableserviceshover {
    color: #000;
    background-color: #C4DDF0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, .05))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 64, .1)));
    background-repeat: no-repeat;
    background-position: top left, bottom left;
    -webkit-background-size: 100% 21px, 100% 22px;
    -webkit-box-sizing: border-box;
}

.tableservices tr:hover {
    color: #000;
    background-color: #C4DDF0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, .05))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 64, .1)));
    background-repeat: no-repeat;
    background-position: top left, bottom left;
    -webkit-background-size: 100% 21px, 100% 22px;
    -webkit-box-sizing: border-box;
}

.head {
    color: #FFF;
    background-color: #5393c5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, .05))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 64, .1)));
    background-repeat: no-repeat;
    background-position: top left, bottom left;
    -webkit-background-size: 100% 21px, 100% 22px;
    -webkit-box-sizing: border-box;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-spacing: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    border-collapse: collapse;
}

.loading {
    width: 100%;
    height: 120%;
    background-color: #FFFFFF;
    position: absolute;
    top: 65px;
    z-index: 900009;
    overflow-y: hidden;
    overflow-x: hidden;
    overflow: hidden;
    display: block;
}

.FilterButton {
    width: 50px;
    height: 20px;
    font-weight: bold;
    font-family: Ubuntu;
    font-size: 12px;
}


/********************************************************
ACCORDION
**/

#accordion {
    width: 98%;
    padding-left: 10px;
    font-weight: bold;
    font-family: Ubuntu;
    font-size: 12px;
}

#accordion .ui-accordion-content {
    margin: 0;
    padding: 20px;
}

#accordion .ui-accordion-header {
    color: #000;
    background-color: #C4DDF0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, .05))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 64, .1)));
    background-repeat: no-repeat;
    background-position: top left, bottom left;
    -webkit-background-size: 100% 21px, 100% 22px;
    -webkit-box-sizing: border-box;
    margin: 0px;
    height: 35px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
    border-top-width: 1px;
    outline: none;
}

#accordion .ui-state-active {
    color: #000;
    background-color: #5393c5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, .05))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 64, .1)));
    background-repeat: no-repeat;
    background-position: top left, bottom left;
    -webkit-background-size: 100% 21px, 100% 22px;
    -webkit-box-sizing: border-box;
    margin: 0px;
    border-bottom-color: #5393c5;
    border-top-color: #5393c5;
    outline: none;
}

#accordion table:hover {
    /*
   background: url(../images/maximo-1e4d440a12-1719578638.png) no-repeat right center #F6F6F6;
    */
    cursor: pointer;
}

.tablesorterA {
    font-weight: bold;
    font-family: Ubuntu;
    font-size: 14px;
    width: 100%;
    /*		  border-collapse: collapse; 
		  
		  
		  	color: #000;
	background-color:  #FFF;
	background-image:
	-webkit-gradient(linear, left top, left bottom,
	from(rgba(255,255,255,.4)),
	to(rgba(255,255,255,.05)) ),
	-webkit-gradient(linear, left top, left bottom,
	from(transparent),
	to(rgba(0,0,64,.1)) );
	background-repeat: no-repeat;
	background-position: top left, bottom left;
	-webkit-background-size: 100% 21px, 100% 22px;
	-webkit-box-sizing: border-box;*/
}

.tablesorterA th {
    text-align: left;
    border-spacing: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    border-collapse: collapse;
}

.tablesorterA td {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-spacing: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    border-collapse: collapse;
}

.tdcontador {
    font-weight: bold;
    font-family: Ubuntu;
    font-size: 20px;
    color: red;
    text-align: right;
}


/*END ACCORDION */

.selectbutton {
    font-weight: bold;
    font-family: Ubuntu;
    font-size: 12px;
    color: #FFF;
    background-color: #5393c5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, .05))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 64, .1)));
    background-repeat: no-repeat;
    background-position: top left, bottom left;
    -webkit-background-size: 100% 21px, 100% 22px;
    -webkit-box-sizing: border-box;
    width: 50px;
    height: 20px;
    cursor: pointer;
}

.selectbuttondisabled {
    font-weight: bold;
    font-family: Ubuntu;
    font-size: 11px;
    color: #000;
    background-color: #CCCCCC;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, .05))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 64, .1)));
    background-repeat: no-repeat;
    background-position: top left, bottom left;
    -webkit-background-size: 100% 21px, 100% 22px;
    -webkit-box-sizing: border-box;
    width: 50px;
    height: 20px;
    cursor: pointer;
}


/*
DIALOOG
*/

.ui-dialog {
    min-width: 535px;
    z-index: 1100000 !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 2px;
    top: 2px;
}

.ui-dialog .ui-dialog-content {
    font-family: Ubuntu;
    font-size: 14px;
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
    zoom: 1;
    border: solid 1px #ea7;
    color: #000;
    background-color: #FFFFFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, .05))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 64, .1)));
    background-repeat: no-repeat;
    background-position: top left, bottom left;
    -webkit-background-size: 100% 21px, 100% 22px;
    -webkit-box-sizing: border-box;
    margin: 0px;
    border-bottom-color: #5393c5;
    border-top-color: #5393c5;
    border: solid 2px #5393c5;
    -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.75);
}

.ui-dialog .ui-dialog-titlebar {
    padding: 5px;
    display: block;
    font-weight: bold;
    font-family: Ubuntu;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #5393c5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, .05))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 64, .1)));
    background-repeat: no-repeat;
    background-position: top left, bottom left;
    -webkit-background-size: 100% 21px, 100% 22px;
    -webkit-box-sizing: border-box;
    margin: 0px;
    border-bottom-color: #5393c5;
    border-top-color: #5393c5;
    height: 25px;
}

.link a:visited {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

.link a:link {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

.link a:hover {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
}

.ui-datepicker-header {
    display: block;
}

.ui-datepicker-title {
    display: block;
}

#input_container {
    float: right;
    margin-top: -23px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, .05))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 64, .1)));
    background-repeat: no-repeat;
    background-position: top left, bottom left;
    -webkit-background-size: 100% 21px, 100% 22px;
    -webkit-box-sizing: border-box;
    margin-right: 2px;
}

.dropbtn {
    background-color: #000000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, .05))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 64, .1)));
    background-repeat: no-repeat;
    background-position: top left, bottom left;
    color: white;
    padding: 3px;
    font-family: Ubuntu font-size: 14px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    margin: -2;
    /*border-right: 1px solid gray;*/
    border: 1px solid black;
    min-width: 175px;
    max-width:175px;
    height: 27px;
}

.dropdown:hover {
    background-color: gray;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
    z-index: 10;
    top: -1px;
}

@-moz-document url-prefix() {
    .dropdown {
        position: relative;
        display: inline-block;
        z-index: 10;
        top: -5px;
    }
}

.HeaderPanel_1 {
    top: -3px;
}

.dropbtn.checked {
    background-color: #5393c5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, .05))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 64, .1)));
    background-repeat: no-repeat;
    background-position: top left, bottom left;
    -webkit-background-size: 100% 21px, 100% 22px;
    -webkit-box-sizing: border-box;
}

.dropdown-content {
    //display: none;
    visibility: hidden;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 248px;
    margin-top: 2px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.dropdown-content input[type='checkbox'] {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: none;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
    display: block;
    visibility: visible;
    cursor: pointer;
}

.input_select {
    color: white;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: bold;
    background-color: #000000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, .05))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 64, .1)));
    background-repeat: no-repeat;
    background-position: top left, bottom left;
    /*height: 20px;*/
    display: block;
    padding: 5px;
    border-bottom: 0.5px solid gray;
}

.input_select.checked {
    color: #5393c5;
}

#overlayed {
    background: transparent;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 65;
    bottom: 0;
    z-index: 900000;
    cursor: not-allowed;
}

.toggle2_mini {
    position: relative;
    height: 19px;
    width: 121px;
    background: rgba(0, 0, 0, 0.25);
    /*background:#47a8d8;*/
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
}

.toggle2_mini-label {
    position: relative;
    z-index: 2;
    float: left;
    width: 58px;
    line-height: 19px;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
    cursor: pointer;
}

.toggle2_mini-label:active {
    font-weight: bold;
}

.toggle2_mini-label-off {
    padding-left: 2px;
}

.toggle2_mini-label-warning {
    padding-right: 2px;
}

.toggle2_mini-label-error {
    padding-right: 2px;
}

.toggle2_mini-input {
    display: none;
}

.toggle2_mini-input:checked+.toggle2_mini-label {
    font-weight: bolder;
    color: #ffffff;
    text-shadow: 0 1px rgba(255, 255, 255, 0.25);
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
}

.toggle2_mini-input:checked+.toggle2_mini-label-2~.toggle2_mini-selection {
    left: 60px;
}

.toggle2_mini-input:checked+.toggle2_mini-label-3~.toggle2_mini-selection {
    left: 121px;
    background-image: -webkit-linear-gradient(top, #cc0000, #cc0000);
    background-image: -moz-linear-gradient(top, #ff3019, #cf0404);
    background-image: -o-linear-gradient(top, #ff3019, #cf0404);
    background-image: linear-gradient(to bottom, #ff3019, #cf0404);
}

.toggle2_mini-selection {
    display: block;
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 2px;
    width: 58px;
    height: 17px;
    background: #65bd63;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(top, #9dd993, #65bd63);
    background-image: -moz-linear-gradient(top, #9dd993, #65bd63);
    background-image: -o-linear-gradient(top, #9dd993, #65bd63);
    background-image: linear-gradient(to bottom, #9dd993, #65bd63);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}

.toggle2_mini-blue .toggle2_mini-selection {
    background: #3aa2d0;
    background-image: -webkit-linear-gradient(top, #4096ee, #60abf8);
    background-image: -moz-linear-gradient(top, #4096ee, #60abf8);
    background-image: -o-linear-gradient(top, #4096ee, #60abf8);
    background-image: linear-gradient(to bottom, #4096ee, #60abf8);
}

.help_icon {
    background-image: url(../images/help-5cad40befd-1719578638.png);
    width: 15px;
    height: 15px;
    display: inline-block;
    cursor: pointer;
    margin-left: 3px;
}

#cacheMemory {
    width: 100px;
}

#cacheMemoryValue {
    font-size: 11px;
    vertical-align: middle;
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
