/*
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=Nunito+Sans: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: #ffffff;
}
  /*
    .topbar .navbar-header {
        background: rgba(0, 0, 0, 0.05);
    }
    
    .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: #23262c !important;
    font-weight: bolder;
  }

    .topbar .navbar-light .navbar-nav .nav-item > a.nav-link > i {
      margin-right: 10px;
    }

    .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:hover, .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:focus {
      color: #172df5e5 !important;
      /*
            color: rgba(255, 255, 255, 0.8) !important;
            */
    }

/*******************
/*General Elements
*******************/
a.link:hover, a.link:focus {
  color: #222222 !important;
}

.bg-theme {
  background-color: #222222 !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: #222222;
  border-color: #222222;
}

.right-sidebar .rpanel-title {
  background: #222222;
}

.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
  border-left: 4px solid #222222;
}

.text-themecolor {
  color: #222222 !important;
}

.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
  border-bottom: 2px solid #222222;
  color: #222222;
}

.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
  color: #222222;
}

/*******************
/* Left sidebar
*******************/
.left-sidebar, .sidebar-nav, #sidebarnav {
  background-color: #222222;
}
/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
  background: #222222;
  color: #ffffff;
  border: 1px solid #222222;
}

  .btn-themecolor:hover,
  .btn-themecolor.disabled:hover {
    background: #222222;
    opacity: 1;
    border: 1px solid #222222;
  }

  .btn-themecolor.active, .btn-themecolor:focus,
  .btn-themecolor.disabled.active,
  .btn-themecolor.disabled:focus {
    background: #028ee1;
  }


.btn-primary,
.btn-primary.disabled {
  background: #DF6538;
  border: 1px solid #DF6538 /*#7460ee*/;
  -webkit-box-shadow: 0 2px 2px 0 rgba(196, 89, 51, 0.14), 0 3px 1px -2px rgba(196, 89, 51, 0.2), 0 1px 5px 0 rgba(196, 89, 51, 0.12);
  box-shadow: 0 2px 2px 0 rgba(196, 89, 51, 0.14), 0 3px 1px -2px rgba(196, 89, 51, 0.2), 0 1px 5px 0 rgba(196, 89, 51, 0.12);
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

  .btn-primary:hover,
  .btn-primary.disabled:hover {
    background: #DF6538;
    -webkit-box-shadow: 0 14px 26px -12px rgba(196, 89, 51, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(196, 89, 51, 0.2);
    box-shadow: 0 14px 26px -12px rgba(196, 89, 51, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(196, 89, 51, 0.2);
    border: 1px solid #DF6538;
  }

  .btn-primary.active, .btn-primary:focus,
  .btn-primary.disabled.active,
  .btn-primary.disabled:focus {
    background: #C45933;
    -webkit-box-shadow: 0 14px 26px -12px rgba(196, 89, 51, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(196, 89, 51, 0.2);
    box-shadow: 0 14px 26px -12px rgba(196, 89, 51, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(196, 89, 51, 0.2);
  }


.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 7px 5px;
  font-size: 24px;
}

/*******************
/*sidebar navigation
*******************/
/*
.sidebar-nav {
  background: #fff;
}
  */
.sidebar-nav ul li a {
  color: ivory;
  font-size: 17px;
}

  .sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
    color: #479DEE;
  }

  .sidebar-nav ul li a.active {
    color: #479DEE;
  }

.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: #DF6538;
}

  .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: #479DEE;
}

.sidebar-nav > ul > li > a i {
  color: #99abb4;
}

.sidebar-nav > ul > li > a.active {
  font-weight: 400;
  background: #ffffff;
  color: #222222;
}


/* States */
.spot-change-1, .spot-change-2, .spot-change-3, .spot-change-4, .spot-change-5, .spot-change-6 {
  float: right;
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  width: 32px;
  height: 32px;
  font-size: 20px;
  text-rendering: auto;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  border: 2px solid #f0f0f0;
  background-color: #fafafa;
  border-radius: 50%;
  text-align: center;
}

  .spot-change-1:before {
    color: #65ADC3;
    content: "\F6BB";
  }

  .spot-change-2:before {
    color: #65ADC3;
    content: "\F150";
  }


  .spot-change-4:before {
    color: #65ADC3;
    content: "\F005";
  }

  .spot-change-5:before {
    color: #53B03C;
    content: "\F12C";
  }

  .spot-change-6:before {
    color: #E02F00;
    content: "\F156";
  }

a.active {
  color: #fff !important;
  background-color: darkorange;
  border-radius: 4px;
}

/* SELECT 2 OVERRIDES */
.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single, .typeahead__query {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #eef5f9;
  color: #5e6e82;
}



.typeahead__list {
  z-index: 999 !important;
}

.typeahead__item {
  min-height: 70px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #ced4da;
  border-radius: 4px;
  cursor: text;
}

  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #fff;
    background-color: #479DEE;
    border: 1px solid #479DEE;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
  }

  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: rgba(255,255,255,0.5);
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 5px;
  }
/* SELECT 2 OVERRIDES*/

.changed .form-group input,
.changed .form-group select,
.changed .form-group textarea,
.changed .form-group .select2 .select2-selection {
  border: 1px solid #e5d860;
  background-color: #fbf9e2;
}

.translationNeeded .form-group input,
.translationNeeded .form-group select,
.translationNeeded .form-group textarea,
.translationNeeded .form-group .select2 .select2-selection {
  color: #fd881a;
}
