/*----------------------------------------------
Author : www.webthemez.com
License: Commons Attribution 3.0
http://creativecommons.org/licenses/by/3.0/
------------------------------------------------*/


/*----------------------------------------------
    COMMON  STYLES    
------------------------------------------------*/

/*body {
    font-family: 'Open Sans', sans-serif, Verdana, Geneva, Arial, Helvetica;
	background-color: #36b;
}*/

.content {
	overflow-x: auto;
	min-height: 380px;
	/* for responsive view of all tables*/
}
.footer-simple-full
{
  margin: 0px;
  bottom: 0px;
  width: 100%;
  border: 1px solid lightgray;
  background: whitesmoke;
  height: 22px;
  text-align:center;
}

a {
	cursor:pointer;
	color: #1A4AC5;
}

a:hover {
	color: #214177;
}

.sidebar-menu>li .badge {
	margin-top: 0px;
}

.main-footer {
	padding: 5px;
	/*padding-left: 10px;*/
	text-align: center;
}

.btn-primary {
	background-color: #1A4AC5;
	border-color: #0C37A1;
}

.btn-gray {
    background-color: darkgray;
    color: white;
    border-color:dimgray;
}

.table {
	margin-bottom: 0px;
}

.mbar {
	width: 100%;
}

.form-button {
	float: left;
	margin-right: 5px;
}

.logo_class img {
	float: right;
	margin: 10px;
}

.hidden, .hidden_table {
	display: none;
}

.unhidden {
	display: block;
}

.unhidden_table {
	display: table;
}

.noselect {
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.carriers_container {}


/*
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #36b;
  background-color: #fff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
 color: #fff;
  background-color: #36b;
}*/

.progress {
	margin-bottom: 0px;
}

.period_div {
	margin-top: 10px;
}

.period_div span {
	margin-right: 20px;
	margin-bottom: 10px;
}

.navbar-ftr {
	margin-top: -21px;
	min-height: 0px;
	margin-bottom: 0px;
}

#ftr {
	position: relative;
	bottom: 0;
	height: 19px;
	background: #1A4AC5;
	color: #fff;
	font: .8em verdana, arial, helvetica, sans-serif;
	font-weight: 700;
	clear: both;
	padding-top: 2px;
	border-width: 0;
	margin: 0;
	width: 100%;
}

.table-hover>tbody>tr:hover>td.hed,
table.table-bordered td.hed {
	background-color: #1A4AC5;
	/*#428BCA #1846B9*/
	color: #fff;
	text-align: left;
	border: 1px solid #fff;
	/*   border-bottom: 1px solid #FFF;*/
	/*font-size: 12px;*/
	font-weight: 700;
	/*padding: 4px;*/
}

table.table-bordered td {
	vertical-align: middle;
	background-color: #DBE4FB;
	color: #000;
	text-align: left;
	border: 1px solid #FFF;
	padding: 4px;
	width: auto;
	height: auto;
}

.table-bordered>tbody>tr>td {
	border: 1px solid #FFF;
	vertical-align: middle;
}

table.table td.mvalue div,
table.table td.mparameter div {
	margin-top: -5px;
	font-size: 24px;
}

table.table td.mparameter,
table.table td.mvalue,
table.table td.mparameter,
table.table td.mbar {
	padding-bottom: 0px;
	vertical-align:middle;
}

table.table td.table_rf_col {
	width: 145px;
	min-width: 145px;
	height: 33px;
}

table.table td.table_rf_col_user {
	width: 35px;
	min-width: 35px;
	height: 33px;
}

.table_rf {
	padding: 0px;
}

.table_rf_linux {
	padding: 0px;
	width: 100%;
	display: inline-table;
	margin-left: -6px;
}

table.table-bordered td.mark {
	background-color: #A1C1FF;
}

table.table-bordered td.red_plus {
	background-color: #FFAEAE;
}

.table-hover>tbody>tr:hover>td.red,

/*keep red in highlighted row */

.table-hover>tbody>tr:hover>th,
table.table-bordered tr.red td,
table.table-bordered td.red {
	background-color: #FFCCCC;
}

table.table-bordered tr.green_plus td,
table.table-bordered td.green_plus {
	background-color: #99FF99;
}

table.table-bordered tr.green td,
table.table-bordered td.green {
	background-color: #BBFFBB;
}

table.table-bordered tr.blue_plus td,
table.table-bordered td.blue_plus {
	background-color: #9999FF;
}

table.table-bordered tr.blue td,
table.table-bordered td.blue {
	background-color: #BBBBFF;
}

table.table-bordered tr.yellow td,
table.table-bordered td.yellow {
	background-color: #FFFFBB;
}

table.table-bordered tr.yellow_plus td,
table.table-bordered td.yellow_plus {
	background-color: #FFFF99;
}

table.table-bordered tr.white td,
table.table-bordered td.white {
	background-color: #FFFFFF;
}

table.table-bordered tr.gray td,
table.table-bordered td.gray {
	background-color: #F9F8F2;
}

table.table-bordered tr.silver td,
table.table-bordered td.silver {
	background-color: #d3d3d3;
}

#wrapper {
	width: 100%;
	background: #1A4AC5;
	/*#09192A;*/
	min-height: 100vh;
}

#page-wrapper {
	min-height: calc(100vh - 120px);
	/* pri maluk ekran */
	background: #FFF;
	padding-bottom: 20px;
}

#page-inner {
	width: 100%;
	/* margin:10px 20px 10px 0px;*/
	background-color: transparent;
	padding: 10px;
	/*min-height:1200px;*/
}

.text-center {
	text-align: center;
}

.no-boder {
	border: 1px solid #f3f3f3;
}


/*
h1, .h1, h2, .h2, h3, .h3 {
margin-top: 7px;
margin-bottom: -5px;
}*/

.content-header>h1 {
	margin-bottom: -7px;
}


/*h2 {
    color: #000;
}*/


/*h4 {
    padding-top:10px;
}*/

.square-btn-adjust {
	border: 0px solid transparent;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}


/*
p {
    font-size:16px;
    line-height:25px;
    padding-top:20px;
}*/


/*----------------------------------------------
   DASHBOARD STYLES    
------------------------------------------------*/

.page-header {
	padding-bottom: 9px;
	margin: 0px 0 20px;
	border-bottom: 1px solid #C7D1DD;
}

.panel-back {
	background-color: #fff;
}

.panel-default>.panel-heading {
	color: #000;
	background-color: #FFFFFF;
	border-color: #ddd;
	font-weight: bold;
}

.jumbotron,
.well {
	background: #fff;
}

.noti-box {
	min-height: 100px;
	padding: 20px;
}

.noti-box .icon-box {
	display: block;
	float: left;
	margin: 0 15px 10px 0;
	width: 70px;
	height: 70px;
	line-height: 75px;
	vertical-align: middle;
	text-align: center;
	font-size: 40px;
}

.text-box p {
	margin: 0 0 3px;
}

.main-text {
	font-size: 25px;
	font-weight: 600;
}

.set-icon {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.bg-color-green {
	background-color: #fff;
	color: #5cb85c;
}

.bg-color-blue {
	background-color: #fff;
	color: #4CB1CF
}

.bg-color-red {
	background-color: #fff;
	color: #F0433D;
}

.bg-color-brown {
	background-color: #fff;
	color: #f0ad4e;
}

.back-footer-green {
	background-color: #5cb85c;
	color: #fff;
	border-top: 0px solid #fff;
}

.back-footer-red {
	background-color: #F0433D;
	color: #fff;
	border-top: 0px solid #fff;
}

.back-footer-blue {
	background-color: #4CB1CF;
	color: #fff;
	border-top: 0px solid #fff;
}

.back-footer-brown {
	background-color: #f0ad4e;
	color: #fff;
	border-top: 0px solid #fff;
}

.icon-box-right {
	display: block;
	float: right;
	margin: 0 15px 10px 0;
	width: 70px;
	height: 70px;
	line-height: 75px;
	vertical-align: middle;
	text-align: center;
	font-size: 40px;
}

.main-temp-back {
	background: #8702A8;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
}

.main-temp-back .text-temp {
	font-size: 40px;
}

.back-dash {
	padding: 20px;
	font-size: 20px;
	font-weight: 500;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #2EA7EB;
	color: #fff;
}

.back-dash p {
	padding-top: 16px;
	font-size: 13px;
	color: #fff;
	line-height: 25px;
	text-align: justify;
}

.color-bottom-txt {
	color: #000;
	font-size: 16px;
	line-height: 30px;
}


/*CHAT PANEL*/

.chat-panel .panel-body {
	height: 450px;
	overflow-y: scroll;
}

.chat-box {
	margin: 0;
	padding: 0;
	list-style: none;
}

.chat-box li {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #808080;
}

.chat-box li.left .chat-body {
	margin-left: 90px;
}

.chat-box li .chat-body p {
	margin: 0;
	color: #8d8888;
}

.chat-img>img {
	margin-left: 20px;
}


/*----------------------------------------------
    MENU STYLES    
------------------------------------------------*/

.user-image {
	margin: 25px auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	max-height: 170px;
	max-width: 170px;
}

.top-navbar {
	margin: 0px;
}

.top-navbar .navbar-brand {
	color: #fff;
	width: 280px;
	text-align: left;
	height: 60px;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 30px;
	padding: 10px;
}

.top-navbar .nav>li {
	position: relative;
	display: inline-block;
}

.top-navbar .nav>li>a {
	position: relative;
	display: block;
	padding: 19px 15px;
	color: #77C0FD;
}

.top-navbar .nav>li>a:hover,
.top-navbar .nav>li>a:focus {
	text-decoration: none;
	background-color: #225081;
	color: #fff;
}

.top-navbar .dropdown-menu {
	min-width: 260px;
	border-radius: 0 0 4px 4px;
}

.dropdown-menu-blue {
	min-width: 290px;
	border-radius: 0 0 4px 4px;
	background-color: #172D6E;
}

.top-navbar .dropdown-menu>li>a:hover,
.top-navbar .dropdown-menu>li>a:focus {
	color: #225081;
	background: none;
}

.dropdown-menu>.divider {
	clear: left;
	margin: 6px 0px;
}

.dropdown-tasks {
	width: 255px;
}

.dropdown-label-left {
	float: left;
	font-size: small;
	margin-bottom: 6px;
}

.dropdown-label-right {
	float: right;
	font-size: small;
}

.progress-label-left {
	float: left;
	font-size: small;
}

.progress-label-right {
	float: right;
	font-size: small;
}

.dropdown-tasks .progress {
	height: 8px;
	/*margin-bottom: 8px;*/
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 0px;
	clear: left;
}

.dropdown-tasks>li>div {
	/*padding: 0px 10px;*/
	margin: 15px 10px;
}

.dropdown-tasks p {
	font-size: 13px;
	line-height: 21px;
	padding-top: 4px;
}

.active-menu {
	/*background-color:#225081!important;#337AB7*/
	background-color: #3276B1!important;
}

.arrow {
	float: right;
}

.fa.arrow:before {
	content: "\f104";
}

.active>a>.fa.arrow:before {
	content: "\f107";
}

.nav-second-level li,
.nav-third-level li {
	border-bottom: none !important;
}

.nav-second-level li a {
	padding-left: 37px;
}

.nav-third-level li a {
	padding-left: 55px;
}


/*.sidebar-collapse , .sidebar-collapse .nav{
	background:none;
}
.sidebar-collapse .nav {
	padding:0;
}
.sidebar-collapse .nav > li > a {
	color:#fff;
	background:transparent;
	text-shadow:none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sidebar-collapse > .nav > li > a {
	padding:15px 10px;
}
.sidebar-collapse > .nav > li {
	border-bottom: 1px solid rgba(107, 108, 109, 0.19);
}
ul.nav.nav-second-level.collapse.in {
background: #1846B9;
}
.sidebar-collapse .nav > li > a:hover,
.sidebar-collapse .nav > li > a:focus {
	 background: #3276B1; 
	outline:0;
}
 */

.navbar-side {
	border: none;
	background-color: transparent;
}

.top-navbar {
	border-bottom: none;
}

.top-navbar .nav>li>a>i {
	margin-right: 2px;
}

.top-navbar .navbar-brand:hover {
	color: #fff;
}

.dropdown-user li {
	margin: 8px 0;
}

.navbar-default {
	border: 0px solid black;
}

.navbar-header {}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #B40101;
}

.navbar-default .navbar-toggle {
	border-color: #fff;
	background-color: #3276B1;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}

.nav-tabs>li>a>i {
	margin-right: 5px;
}


/*----------------------------------------------
    UI ELEMENTS STYLES     
------------------------------------------------*/

.btn-circle {
	width: 50px;
	height: 50px;
	padding: 6px 0;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	text-align: center;
	font-size: 12px;
	line-height: 1.428571429;
}

.custom_modal {
	position: fixed;
	/* Stay in place */
	z-index: 99999;
	/* Sit on top */
	padding-top: 100px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
	outline: 0;
}


/* Modal Content/Box */

.custom_modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: none;
	width: 80%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.list-programs {
	margin: 10px auto;
	position: relative;
	text-align: center;
}

.list-programs a {
	display: inline-block;
}

.modalDialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	opacity: 0;
	pointer-events: none;
}

.modalDialog:target {
	opacity: 1;
	pointer-events: auto;
}

.modalDialog>div {
	/*width: 95%;*/
	position: relative;
	margin: 5% auto;
	padding: 5px 10px 10px 10px;
	border-radius: 10px;
	background: #fff;
}

.close_kvarta {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	font-size: 21px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	font-family: arial;
}

.close_kvarta:hover {
	background: #00d9ff;
	text-decoration: none;
}
.label-status-no-margin
{
	padding: 8px;
    font-size: 12px;
}
.label-status-right
{
	padding: 8px;
    font-size: 12px;
    margin-right: 10px;
}

.label-status-left
{
	padding: 8px;
    font-size: 12px;
    margin-left: 10px;
}


.label-version-info {
	color: #ffffff;
	padding: 5px;
	margin-right: 4px;
	margin-top: 4px;
	font-weight: bold;
	float: left;
	white-space: nowrap;
	font-size: 14px;
}

.url-cut-text {
	width: 185px;
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.borderless td,
.borderless th {
	border: none !important;
}

.label-hed {
	background-color: #1A4AC5 !important;
}

.label-top {
	font-size: 16px !important;
	margin-right:10px;
}

@media only screen and (max-width: 600px) {
  .label-top {
    float: left;
    margin:2px;
  }
}

.label-left {
	float: left;
	margin: 0px 10px 9px 0px;
	border: 1px solid transparent;
	padding: 8px;
}

.label-left-first {}

.label-left-list {
	float: left;
	margin: 0px 8px 5px 0px;
	border: 1px solid transparent;
	padding: 4px 10px;
	/*border-radius:0px;*/
}

.label-plp {
	margin-right: 9px;
}

.label-not-selected {
	border: 1px solid white;
	background-color: transparent;
}

.label-title {
	border: 1px solid transparent;
	background-color: transparent;
}

.label-normal {
	font-size: 14px;
}
/*
BREAKS STATUS CHART BUTTONS
.label-selected, .btn  { 
	border: 1px solid white; 
}
*/

.label-selected-black {
	border: 1px solid black;
}

.slidecontainer {
	width: calc(100% - 80px);
	float: right;
	margin-top: 6px;
}

.slider {
	-webkit-appearance: none;
	width: 100%;
	height: 15px;
	border-radius: 5px;
	background: #d3d3d3;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
}

.slider:hover {
	opacity: 1;
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #4CAF50;
	cursor: pointer;
}

.slider::-moz-range-thumb {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #4CAF50;
	cursor: pointer;
}

.installation_row_text {
	display: block !important;
	clear: both !important;
	margin-top: 10px !important;
	margin-bottom: 10px;
	font-size: 100%;
}

.table-search-results {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.table-search-results td {
	border: none !important;
}

.table-search-results span {
	font-size: 100% !important;
}

.scrollMenu {
	max-height: 350px;
	overflow: auto;
}

.scrollMenu::-webkit-scrollbar {
	width: 5px;
}

.scrollMenu::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.scrollMenu::-webkit-scrollbar-thumb {
	background-color: #888888;
	outline: 1px solid slategrey;
}

.scrollMenu::-webkit-scrollbar-thumb:hover {
	background: #BBBBBB;
}

ul.dropdown-menu>li>div>div.progress {
	border: 1px solid gray;
}

li.messages-menu>a.dropdown-toggle>i>span.label {
	position: absolute;
	top: 9px;
	right: 7px;
	text-align: center;
	font-size: 9px;
	padding: 2px 3px;
	line-height: .9;
}


/*************
  Blue Theme
 *************/


/* overall */

.tablesorter-blue {
	/*width: 100%;
	background-color: #fff;
	margin: 10px 0 15px;
	text-align: left;
	border-spacing: 0;
	border: #cdcdcd 1px solid;
	border-width: 1px 0 0 1px;*/
}

.tablesorter-blue th,
.tablesorter-blue td {
	/*border: #cdcdcd 1px solid;
	border-width: 0 1px 1px 0;*/
}


/* header */

.tablesorter-blue th,
.tablesorter-blue thead td {
	/*font: 12px/18px Arial, Sans-serif;
	font-weight: bold;
	color: #000;
	background-color: #99bfe6;
	border-collapse: collapse;
	padding: 4px;
	text-shadow: 0 1px 0 rgba(204, 204, 204, 0.7);*/
}

.tablesorter-blue tbody td,
.tablesorter-blue tfoot th,
.tablesorter-blue tfoot td {
	/*	padding: 4px;
	vertical-align: top;*/
}

.tablesorter-blue .header,
.tablesorter-blue .tablesorter-header {
	/* black (unsorted) double arrow */
	background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
	/* white (unsorted) double arrow */
	/* background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==); */
	/* image */
	/* background-image: url(images/black-unsorted.gif); */
	background-repeat: no-repeat;
	background-position: center right;
	/*	padding: 4px 18px 4px 4px;*/
	white-space: normal;
	cursor: pointer;
}

.tablesorter-blue .headerSortUp,
.tablesorter-blue .tablesorter-headerSortUp,
.tablesorter-blue .tablesorter-headerAsc {
	background-color: #9fbfdf;
	/* black asc arrow */
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
	/* white asc arrow */
	/* background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7); */
	/* image */
	/* background-image: url(images/black-asc.gif); */
}

.tablesorter-blue .headerSortDown,
.tablesorter-blue .tablesorter-headerSortDown,
.tablesorter-blue .tablesorter-headerDesc {
	background-color: #8cb3d9;
	/* black desc arrow */
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
	/* white desc arrow */
	/* background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7); */
	/* image */
	/* background-image: url(images/black-desc.gif); */
}

.tablesorter-blue thead .sorter-false {
	background-image: none;
	cursor: default;
	padding: 4px;
}


/* tfoot */

.tablesorter-blue tfoot .tablesorter-headerSortUp,
.tablesorter-blue tfoot .tablesorter-headerSortDown,
.tablesorter-blue tfoot .tablesorter-headerAsc,
.tablesorter-blue tfoot .tablesorter-headerDesc {
	/* remove sort arrows from footer */
	background-image: none;
}


/* tbody */

.tablesorter-blue td {
	color: #3d3d3d;
	background-color: #fff;
	padding: 4px;
	vertical-align: top;
}


/* hovered row colors
 you'll need to add additional lines for
 rows with more than 2 child rows
 */


/*
.tablesorter-blue tbody > tr.hover > td,
.tablesorter-blue tbody > tr:hover > td,
.tablesorter-blue tbody > tr:hover + tr.tablesorter-childRow > td,
.tablesorter-blue tbody > tr:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td,
.tablesorter-blue tbody > tr.even.hover > td,
.tablesorter-blue tbody > tr.even:hover > td,
.tablesorter-blue tbody > tr.even:hover + tr.tablesorter-childRow > td,
.tablesorter-blue tbody > tr.even:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
	background-color: #d9d9d9;
}
.tablesorter-blue tbody > tr.odd.hover > td,
.tablesorter-blue tbody > tr.odd:hover > td,
.tablesorter-blue tbody > tr.odd:hover + tr.tablesorter-childRow > td,
.tablesorter-blue tbody > tr.odd:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
	background-color: #bfbfbf;
}*/


/* table processing indicator */

.tablesorter-blue .tablesorter-processing {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	/* background-image: url(images/loading.gif) !important; */
	background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=') !important;
}


/* Zebra Widget - row alternating colors */

.tablesorter-blue tbody tr.odd>td {
	background-color: #ebf2fa;
}

.tablesorter-blue tbody tr.even>td {
	background-color: #fff;
}


/* Column Widget - column sort colors */

.tablesorter-blue td.primary,
.tablesorter-blue tr.odd td.primary {
	background-color: #99b3e6;
}

.tablesorter-blue tr.even td.primary {
	background-color: #c2d1f0;
}

.tablesorter-blue td.secondary,
.tablesorter-blue tr.odd td.secondary {
	background-color: #c2d1f0;
}

.tablesorter-blue tr.even td.secondary {
	background-color: #d6e0f5;
}

.tablesorter-blue td.tertiary,
.tablesorter-blue tr.odd td.tertiary {
	background-color: #d6e0f5;
}

.tablesorter-blue tr.even td.tertiary {
	background-color: #ebf0fa;
}


/* caption */

.tablesorter-blue>caption {
	background-color: #fff;
}


/* filter widget */

.tablesorter-blue .tablesorter-filter-row {
	background-color: #eee;
}

.tablesorter-blue .tablesorter-filter-row td {
	background-color: #eee;
	line-height: normal;
	text-align: center;
	/* center the input */
	-webkit-transition: line-height 0.1s ease;
	-moz-transition: line-height 0.1s ease;
	-o-transition: line-height 0.1s ease;
	transition: line-height 0.1s ease;
}


/* optional disabled input styling */

.tablesorter-blue .tablesorter-filter-row .disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: not-allowed;
}


/* hidden filter row */

.tablesorter-blue .tablesorter-filter-row.hideme td {
	/*** *********************************************** ***/
	/*** change this padding to modify the thickness     ***/
	/*** of the closed filter row (height = padding x 2) ***/
	padding: 2px;
	/*** *********************************************** ***/
	margin: 0;
	line-height: 0;
	cursor: pointer;
}

.tablesorter-blue .tablesorter-filter-row.hideme * {
	height: 1px;
	min-height: 0;
	border: 0;
	padding: 0;
	margin: 0;
	/* don't use visibility: hidden because it disables tabbing */
	opacity: 0;
	filter: alpha(opacity=0);
}


/* filters */

.tablesorter-blue input.tablesorter-filter,
.tablesorter-blue select.tablesorter-filter {
	width: 98%;
	height: auto;
	margin: 0;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #bbb;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: height 0.1s ease;
	-moz-transition: height 0.1s ease;
	-o-transition: height 0.1s ease;
	transition: height 0.1s ease;
}


/* rows hidden by filtering (needed for child rows) */

.tablesorter .filtered {
	display: none;
}


/* ajax error row */

.tablesorter .tablesorter-errorRow td {
	text-align: center;
	cursor: pointer;
	background-color: #e6bf99;
}

.linedwrap {
	border: 1px solid #c0c0c0;
	padding: 3px;
}

.linedtextarea {
	padding: 0px;
	margin: 0px;
}

.linedtextarea textarea,
.linedwrap .codelines .lineno {
	font-size: 10pt;
	font-family: monospace;
	line-height: normal !important;
}

.linedtextarea textarea {
	padding-right: 0.3em;
	padding-top: 0.3em;
	border: 0;
}

.linedwrap .lines {
	margin-top: 0px;
	width: 50px;
	float: left;
	overflow: hidden;
	border-right: 1px solid #c0c0c0;
	margin-right: 10px;
}

.linedwrap .codelines {
	padding-top: 5px;
}

.linedwrap .codelines .lineno {
	color: #AAAAAA;
	padding-right: 0.5em;
	padding-top: 0.0em;
	text-align: right;
	white-space: nowrap;
}

.linedwrap .codelines .lineselect {
	color: red;
}

.modalDialog>div {
	width: 40%;
}

@media only screen and (max-width: 900px) {
	.modalDialog>div {
		width: 60%;
	}
}

@media only screen and (max-width: 600px) {
	.modalDialog>div {
		width: 95%;
	}
}

.channel_name {
	font-size: xx-large;
}

.responsive {
	overflow-x: auto;
	overflow-y: hidden;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

.device-name {
	color: white;
	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	padding-left: 15px;
}

.video-js.vjs-hls-quality-selector {
	display: block
}


.delete_select_all
{
    float: left;
    vertical-align: top;
    margin-right: 5px !important;
    margin-left: 10px !important;
}
/*----------------------------------------------
    MEDIA QUERIES     
------------------------------------------------*/

@media(min-width:768px) {
	#page-wrapper {
		margin: 0 0 0 280px;
		min-height: calc(100vh - 80px);
	}
}

@media(min-width:1050px) {
	.table_rf_linux {
		width: 50%;
	}
}

@media(min-width:1300px) {
	.table_rf_linux {
		width: 33.33%;
	}
}

@media(min-width:1700px) {
	.table_rf_linux {
		width: 25%;
	}
}

@media(min-width:1950px) {
	.table_rf_linux {
		width: 20%;
	}
}

.navbar-side {
	z-index: 1;
	position: absolute;
	width: 280px;
}

.navbar {
	border-radius: 0px;
}
.table-small {
	width: 300px;
	float: left;
}
@media(max-width:992px) {
	.nopaddingxs {
		padding: 0px;
	}
}

@media(max-width:768px) {
	.table-small {
		width: 100%;
	}	
}
	
@media(max-width:480px) {
	.btn-group {
		margin-bottom: 5px;
	}
	.page-header small {
		display: block;
		padding-top: 14px;
		font-size: 19px;
	}
	.device-name {
		padding-left: 0px;
		text-overflow: ellipsis;
		max-width: calc(100% - 260px);
		white-space: nowrap;
		overflow: hidden;
	}
	.mbar {
		display: none;
	}
	.mvalue {
		height: 45px;
	}
	.table-small {
		width: 100%;
	}	
}
.bold-option{font-weight: bolder;}

/* ON OFF TOGGLE */
.switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 26px;
  vertical-align: middle;
  margin: 0px;
  /*margin-bottom: 0px;*/
}
.form-link
{
	padding-top: 7px;display: inline-block;
}

.switch input {display:none;}


.toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ca2222;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggle-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .toggle-slider {
  background-color: #00a65a; /*#2ab934;*/
}

input:focus + .toggle-slider {
  box-shadow: 0 0 1px #00a65a; /*#2196F3;*/
}

input:checked + .toggle-slider:before {
  -webkit-transform: translateX(55px);
  -ms-transform: translateX(55px);
  transform: translateX(55px);
}

.toggle-slider-no-red {
  background-color: darkgray;
}
/*------ ADDED CSS ---------*/
.slider-on
{
  display: none;
}
.tx_select
{
	width:250px;
}

.slider-on, .slider-off
{
  color: white;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}

input:checked+ .toggle-slider .slider-on
{display: block;}

input:checked + .toggle-slider .slider-off
{display: none;}

/*--------- END --------*/

/* Rounded sliders */
.toggle-slider.round {
  border-radius: 26px;
}

.toggle-slider.round:before {
  border-radius: 50%;}

.input_range {
	display:inherit  !important;
	width:300px  !important;
}

output_range {
	float: left;
	font-weight:bold;    
    width: 100px;
}
.alert-small
{
	 float: right;
     padding: 5px;
     margin: 5px;
}
.alert-default
{
    background-color: #1A4AC5;
    color: #fff;
}
code, kbd, pre, samp {
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif; /*Menlo,Monaco,Consolas,"Courier New",monospace;*/
    font-size: 14px;
     
}
.color_buttons_form{
	float:left;
	margin-right:10px;
}
@media (max-width: 992px) {
	.color_buttons_form {
	 	padding-bottom: 5px;  
	}
}

.cmd{
	font-family: monospace;
}

.flash-all{
  animation-name: anim-flash-all-st;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@keyframes anim-flash-all-st {
  0%   {background-color:solid;border-color:solid;color:solid;}
  10%  {background-color:transparent;border-color:transparent;color:transparent;}  
  20%  {background-color:solid;border-color:solid;color:solid;}
  100% {background-color:solid;border-color:solid;color:solid;}
}
.flash-bg{
  animation-name: anim-flash-bg-st;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@keyframes anim-flash-bg-st {
  0%   {background-color:solid;border-color:solid;}
  10%  {background-color:transparent;border-color:transparent;}  
  20%  {background-color:solid;border-color:solid;}
  100% {background-color:solid;border-color:solid;}
}
.flash-cl{
  animation-name: anim-flash-cl;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
@keyframes anim-flash-cl {
  0%   {color:solid;}
  10%  {color:transparent;}  
  20%  {color:solid;}
  100% {color:solid;}
}
.flash-cl-50{
  animation-name: anim-flash-cl-50;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes anim-flash-cl-50 {
  0%   {color:solid;}
  50%  {color:transparent;}  
}
