/*================================================================================
	Item Name: Materialize - Material Design Admin Template
	Version: 5.0
	Author: PIXINVENT
	Author URL: https://themeforest.net/user/pixinvent/portfolio
================================================================================

NOTE:
------
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.

#slide-out-right.sidenav is slightly to wide in default CSS. Style below corrects this */
@media only screen and (min-width: 60px) {
 .container {
  width: 100%;
 }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
 .container {
  width: 70%;
 }
}
#main {
 padding-left: 300px;
 margin-top: 60px;
}
#navheader {
 background: black url('../../imgs/checker.png');
 background-position: left;
 background-repeat: no-repeat;
 background-origin: content-box;
 padding-left: 300px!important;
 height: 45px;
}
@media only screen and (max-width : 992px) {
 #main {
  padding-left: 0;
  margin-top: 60px;
 }
 #navheader {
  padding-left: 0px!important;
  background: black url('../../imgs/checker.png');
  background-position: left;
  background-repeat: no-repeat;
  height: 45px;
 }
}
.preloader-spin {
 position: fixed;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 transform: -webkit-translate(-50%, -50%);
 transform: -moz-translate(-50%, -50%);
 transform: -ms-translate(-50%, -50%);
 z-index:2000;
}
.preloader {
 position:fixed;
 width:100%;
 left:0;right:0;top:0;bottom:0;
 background-color: rgba(0, 0, 0,0.7);
 z-index:1000;
}
.pointer
{
 cursor: pointer;
}
.tinted {
 opacity: 0.5;
}
span.badge.new
{
 font-size: .8em;
 font-weight: 300;
 color: #fff;
 border-radius: 2px;
 background-color: #ff1744;
}
.badge2 {
 min-width: 3rem;
 padding: 0 6px;
 margin-left: 14px;
 text-align: center;
 line-height: 22px;
 height: 22px;
 box-sizing: border-box;
 font-size: .8em;
 font-weight: 300;
 color: #fff;
 border-radius: 2px;
 background-color: #ff1744;
}
.notification-badge
{
 font-family: 'Montserrat', sans-serif;
 font-size: 0.5em;
 position: relative;
 top: -20px;
 right: 5px;
 margin: 0 -.8em;
 padding: 2px 5px;
 color: #fff;
 border-radius: 50%;
 background-color: #ff1744;
 -webkit-box-shadow: 0 0 10px 0 #ff1744;
 box-shadow: 0 0 10px 0 #ff1744;
}
.switch label input[type=checkbox]:checked + .lever:after {
 background-color: #ff1744;
}
.datepicker-date-display {
 font-weight: 500;
 padding: 20px 22px;
 color: #fff;
 background-color: #ff1744;
 -webkit-box-flex: 1;
 -webkit-flex: 1 auto;
 -moz-box-flex: 1;
 -ms-flex: 1 auto;
 flex: 1 auto;
}
.chips .autocomplete-content
{
    margin-top: 0;
    margin-bottom: 0;
    width: auto !important;
}
/* Materialize <select> is buggy. Basic Materialize-style look for native select. Use 'browser-default styled-select'  */
.styled-select {
 display: block;
 width: 100%;
 padding: 10px 12px;
 font-size: 16px;
 border: 1px solid #00b69e;
 border-radius: 4px;
 background-color: white;
 color: #0a685b;
 margin-top: 8px;
}
.styled-select:focus {
 border-color: #42a5f5;
 outline: none;
 box-shadow: 0 0 5px rgba(33, 150, 243, 0.5);
}