﻿@charset "utf-8";
/* CSS Document */


/*link color*/
a {
  color: #3bafda !important;
  text-decoration: none;
}

.highlight_color {
  color: #3bafda !important;
}

.text-primary {
  color: #3bafda !important;
}


.nav_background {
  background: #303741 !important;
  /*color: #ffffff !important;*/
}

.footer {
  background-color: #303741 !important;
}

.custom_logo {
  width: auto !important;
  height: 60px;
}


.block-color_1 {
  background: #3bafda !important;
}

.block-color_2 {
  background: #303741 !important;
}

.datepicker td.active, .datepicker td.active:hover {
    color: #ffffff;
    background-color: #3bafda !important;
    background-image: -moz-linear-gradient(top, #3bafda, #3bafda) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3bafda), to(#3bafda)) !important;
    background-image: -webkit-linear-gradient(top, #3bafda, #3bafda) !important;
    background-image: -o-linear-gradient(top, #3bafda, #3bafda) !important;
    background-image: linear-gradient(to bottom, #3bafda, #3bafda) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3bafda', endColorstr='#3bafda', GradientType=0) !important;
    border-color: #3bafda #3bafda #3bafda !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}


.custom_logo {
  width: auto !important;
  height: 60px;
}


.block-color_1 {
  background: #3bafda !important;
}

.block-color_2 {
  background: #303741 !important;
}


.panel-primary>.panel-heading {
  background-image: -webkit-linear-gradient(top,#3bafda 0,#3bafda 100%);
  background-image: -o-linear-gradient(top,#3bafda 0,#3bafda 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#3bafda),to(#3bafda));
  background-image: linear-gradient(to bottom,#3bafda 0,#3bafda 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3bafda', endColorstr='#3bafda', GradientType=0);
  background-repeat: repeat-x;
}
