/** Your theme modifications here **/

/* loading */
#divLoading
{
display : none;
}
#divLoading.show
{
display : block;
position : fixed;
z-index: 100;
background-image : url('../img/ajax-loader.gif');
background-color:#666;
opacity : 0.4;
background-repeat : no-repeat;
background-position : center;
left : 0;
bottom : 0;
right : 0;
top : 0;
}
#loadinggif.show
{
left : 50%;
top : 50%;
position : absolute;
z-index : 101;
width : 32px;
height : 32px;
margin-left : -16px;
margin-top : -16px;
}

.largeModal {
  width: 900px;
  margin: auto;
}

body
{
	height: auto;
}

.login-page {
	background: #0189c5;
}

.skin-blue .main-header .navbar {
	background: #0189c5;
}

.box.box-info {
	border-top-color: #0189c5;
}

.login-box, .register-box {

    width: 520px;
    height: 520px;
    margin: 7% auto;
background-image: url(/resources/img/philips_full.jpg);
background-repeat: no-repeat;
background-size: cover;

}
.skin-blue .main-header .logo {
	background: #0189c5;
}

.login-box-body
{
	background-color: rgba(0,0,0,0);
	position: relative;
	top: 325px;
}

.calendar-bg-1 {
	background-color: white;
}
.calendar-bg-2 {
	background-color: #f9f9f9;
}
.calendar-bg-3 {
	background-color: white;
}
.calendar-bg-4 {
	background-color: #f9f9f9;
}
.calendar-bg-5 {
	background-color: white;
}
.calendar-bg-6 {
	background-color: #ffe6e6;
}
.calendar-bg-7 {
	background-color: #ffcccc;
}
.calendar-border {
	border: 1px solid #cccccc;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

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

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

input:checked + .slider {
  background-color: #355EC0;
}

input:focus + .slider {
  box-shadow: 0 0 1px #355EC0;
}

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

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

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

#header-fixed {
    position: fixed;
    top: 0px; 
    display:none;
    background-color:white;
}

.my-custom-scrollbar {
position: relative;
height: 600px;
overflow: auto;
}
.table-wrapper-scroll-y {
display: block;
}
