/*
Template Name: Monster Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*
Template Name: Monster Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Preloader*/
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff;
}

.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}

/*******************
/*Top bar
*******************/
.topbar {
  background: #133960;
}

.topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
  display: none;
}

.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
}

.topbar .navbar-light .navbar-nav .nav-item > a.nav-link {
  color: #ffffff !important;
}

.topbar .navbar-light .navbar-nav .nav-item > a.nav-link:hover, .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:focus {
  color: rgba(255, 255, 255, 0.8) !important;
}

/*******************
/*General Elements
*******************/
a.link:hover, a.link:focus {
  color: #133960 !important;
}

.bg-theme {
  background-color: #133960 !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #133960;
  border-color: #133960;
}

.right-sidebar .rpanel-title {
  background: #133960;
}

.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
  border-left: 4px solid #133960;
}

.text-themecolor {
  color: #133960 !important;
}

.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
  border-bottom: 2px solid #133960;
  color: #133960;
}

.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
  color: #133960;
}

/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
  background: #133960;
  color: #ffffff;
  border: 1px solid #133960;
}

.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
  background: #133960;
  opacity: 0.7;
  border: 1px solid #133960;
}

.btn-themecolor.active, .btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:focus {
  background: #028ee1;
}

/*******************
/*sidebar navigation
*******************/
.sidebar-nav {
  background: #fff;
}

.sidebar-nav ul li a {
  color: #607d8b;
}

.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
  color: #133960;
}

.sidebar-nav ul li a.active {
  color: #263238;
}

.sidebar-nav ul li.nav-small-cap {
  color: #99abb4;
}

.sidebar-nav > ul > li.active > a, .sidebar-nav > ul > li.active:hover > a {
  color: #ffffff;
  background: #133960;
}

.sidebar-nav > ul > li.active > a i, .sidebar-nav > ul > li.active:hover > a i {
  color: #ffffff;
}

.sidebar-nav > ul > li.active > a:after, .sidebar-nav > ul > li.active:hover > a:after {
  border-color: #ffffff;
}

.sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i {
  color: #133960;
}

.sidebar-nav > ul > li > a i {
  color: #99abb4;
}

.sidebar-nav > ul > li > a.active {
  font-weight: 400;
  background: #ffffff;
  color: #133960;
}

[data-priority|="0"] {
     border: 1px solid #f59847 !important;
    background-color: #f59847 !important;
     color: white !important;
      margin-bottom:3px;
  /*    font-weight:500 !important;
      font-size:15px;*/
}

[data-priority|="1"] {
    border: 1px solid #56ceb4 !important;
    background-color: #56ceb4 !important;
     color: white !important;
      margin-bottom:3px;
   
}


[data-priority|="2"] {
    border: 1px solid #7452cd !important;
    background-color: #7452cd !important;
    color: white !important;
    margin-bottom:3px;
   
}

.high{
  color: #7452cd !important;
}
.med{
  color: #56ceb4 !important;
}
.low{
  color: #f59847 !important;
}
.fc-cell-text{
  font-weight: 600;
}

.threeline{
  float:right;
}
.modal-90w {
    width: 90%;
    max-width: none!important;
}


.google-events {
    padding: 8px 10px;
    border: 1px solid #ffffff;
    background-color: #f1f1f1;
    font-size:13px;
    font-weight:600 !important
}

[data-eventpriority|="0"] {
     border: 1px solid #f59847 !important;
    background-color: #f59847 !important;
     color: white !important;
}

[data-eventpriority|="1"] {
    border: 1px solid #56ceb4 !important;
    background-color: #56ceb4 !important;
     color: white !important;
}


[data-eventpriority|="2"] {
    border: 1px solid #7452cd !important;
    background-color: #7452cd !important;
    color: white !important;
}
.acc{
  margin-bottom: 3px !important; 
}

.font_app{
  font-size: 13px !important;
}

.font_bold{
  font-weight:600 !important
}
.fc-event{
  border-radius: 0px !important;
}

.btn-outline-success{
    color: grey;
    background-color: transparent;
    border: 2px solid grey;
    
    font-weight: 700;
}


.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle{
    background-color: #0062cc;
    border-color: #0062cc;
}

.fc-nonbusiness {
    background: #352d2d !important;
}


.scheduletype_0{
  
  color:#f59847 !important;
}
.scheduletype_1{
  
  color:#56ceb4 !important;
}

.peopleevent{
  font-weight: 600  !important;
    font-size: 15px !important;
}


.fc-event .fc-bg { 
opacity: 0 !important;
}


label.btn-primary-job{
    color: #333 !important;
    background-color: white;
    border-color: grey;
}

