body.tv {
    background: #d9f7fe;
}

.navbar-inverse {
    background-color: #f56176;
	background-position: center top;
    background-repeat: repeat-x;
    background-image: url(/images/theme_20200106.jpg);
    border-color: #f56176;
}

.navbar {
    min-height: 50px;
}

#page-content-tv #page-heading .table {
    margin: 0;
    padding: 0;
    background: #2bbce0;
    color: #fff;
}
#page-content-tv #others .days .title {
    background: #2bbce0;
    padding: 5px;
    border-bottom: 1px solid #2bbce0;
    white-space: nowrap;
    color: #fff;
}

#page-content-tv #others .days>tbody>tr>td:nth-child(odd) {
    background: #d9f7ff;
}

#page-content-tv #others .days>tbody>tr>td:nth-child(odd) .table td {
    border-color: #2bbce0;
}

#page-content-tv .container .table>tbody>tr:nth-child(even)>td, #page-content-tv .container .table>tbody>tr:nth-child(even)>th {
    background-color: #ecfbff;
}

tr.allday>td, tr.allday:nth-child(odd)>td, tr.allday>th, tr.allday>td a, tr.allday:nth-child(odd)>td a {
    color: #34495e;
}

ul.toolbar {
    display: block;
    float: none !important;
    margin: 0;
    background-color: transparent; /* #267fec;*/
	top: 0;
    right: 0;
    position: absolute;
}

#page-content {
    background: linear-gradient(#e6e7e8, #e6e7e8);
}

.panel-primary {
    border-color: #f56176;
}

.panel-primary .panel-heading {
    color: #fff;
    background-color: #267fec;
    border-color: #267fec;
}

.btn-primary {
    color: #fff;
   background-color: #267fec;
    border-color: #f56176;
}

header #leftmenu-trigger {
    border-right: 0px solid #f56176;
}

header .toolbar .dropdown, header #headerbardropdown, header #rightmenu-trigger {
    border-left: 0px solid #f56176;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #267fec;
    color: #fff;
}

#page-leftbar {
    float: left;
    background: #e6e7e8;
    white-space: nowrap;
    position: relative;
    box-shadow: inset -1px 0 0 0 rgba(0,0,0,.1);
}

a,
a:hover,
a:active,
a:focus,
.table-docman a.docman-attach-link,
.table-docman a.docman-attach-link:hover {
    color: #fe6875;
}

.breadcrumb,
.breadcrumb>.active,
.breadcrumb a{
	color:#fe6875;
}

.panel-login .btn-google {
    font-family: 'Segoe UI',sans-serif;
    background: #267fec;
    color: #fff;
}
.panel-login {
    margin: 0;
    margin-top: 25px;
    padding: 10px 40px;
    border-radius: 5px;
    background-color: rgba(255,255,255,.77);
    color: #252525;
}

.label-primary {
    background-color: #267fec;
}

#sidebar>li.active>a {
    background: #267fec;
    color: #fff;
    box-shadow: inset -1px 0 0 0 rgba(0,0,0,.1);
}

#sidebar li a:hover {
    background: #ff9170;
    color: #fff !important;
}

#sidebar li.active.hasChild li.active a i, #sidebar li.active.hasChild li.active a, #sidebar li.active.hasChild li.active a:hover, #sidebar li.active.hasChild li.active a:hover i {
    background: #c2b9dc;
    
}

#sidebar a:hover i, #sidebar li a:hover {
    color: #fff !important;
}

.home-row {
	/* column width */
	-moz-column-width: 499px;
	-webkit-column-width: 499px;
	
	/* space between columns */
	-moz-column-gap: 1em;
	-webkit-column-gap: 1em;
}

.home-item {
	display: inline-block;
	width: 100%;
}

#pinBoot {
  position: relative;
  max-width: 100%;
  width: 100%;
  /*min-width:500px;*/
}
#pinBoot img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.white-panel {
  position: absolute;
  background: white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 0px;
}
.white-panel:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  margin-top: -5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}



.table-docman .table, .table-docman .table:hover {
	background: #fff6af;
}

#page-container {
    background: #000000;
}
#page-leftbar {
    background: #000000;
}
#sidebar .divider {
    box-shadow: inset -1px 0 0 0 rgba(0,0,0,.1);
    background-color: #272829;
}
#sidebar i, #sidebar li a, #sidebar a:hover i, #sidebar li a:hover {
    color: #ffffff;
}
#sidebar ul, #sidebar ul li a {
    background: #000;
    color: #fff;
    box-shadow: inset -1px 0 0 0 rgba(0,0,0,.1);
}
#search form .search-query {
    background: #777;
	color: #ccc;
}
