.btn-shadow{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.btn-shadow-2{
	box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
.box-shadow{
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.box-shadow-2{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.box-shadow-3{
	box-shadow: rgba(0, 0, 0, 1) 0px 2px 5px -1px, rgba(0, 0, 0, 1) 0px 1px 3px -1px;
}
.text-shadow{
  text-shadow: 1px 1px 2px #000;
}
.big-title{
	font-size: 3.5em;
}
.middle-title{
	font-size: 2.5em !important;
}
.small-title{
	font-size: 1.2em !important;
}
.bg-gd-default {
    background: #1776c3;
    background: linear-gradient(
135deg
,#1776c3 0,#56a8eb 100%)!important;
}
.bg-gd-earth {
    background: #4c7635;
    background: linear-gradient(
135deg
,#4c7635 0,#7bb65c 100%)!important;
}
.bg-gd-pulse {
    background: #bf2718;
    background: linear-gradient(
135deg
,#bf2718 0,#ea6153 100%)!important;
}
.bg-gd-sun {
    background: #ef5350;
    background: linear-gradient(
135deg
,#ef5350 0,#ffca28 100%)!important;
}
.bg-gd-corporate {
    background: #1f7275;
    background: linear-gradient(
135deg
,#1f7275 0,#34bfc6 100%)!important;
}
.bg-gd-elegance {
    background: #bc26d3;
    background: linear-gradient(
135deg
,#bc26d3 0,#d878e7 100%)!important;
}
.bg-gd-sea {
    background: #1f8ce4;
    background: linear-gradient(
135deg
,#1f8ce4 0,#26c6da 100%)!important;
}
.bg-gd-primary {
    background: #1776c3;
    background: linear-gradient(
135deg
,#1776c3 0,#56a8eb 100%)!important;
}
.bg-gd-leaf {
    background: #ffca28;
    background: linear-gradient(
135deg
,#ffca28 0,#9ccc65 100%)!important;
}
.bg-gd-creative {
    background: rgba(08, 03, 93, 0.9);
    background: linear-gradient(
135deg
,rgba(08, 03, 93, 0.9) 0,#56a8eb 100%)!important;
}
.font-bold{
  font-weight: bold !important;
}
.text-black{
  color: #000;
}
.text-uppercase{
  text-transform: uppercase;
}
.text-justify{
  text-align: justify;
}
.font-white{
  color: #fff !important;
}
.border{
  border: 1px solid #eee;
}
.border-top{
  border-top: 1px solid #eee;
}
.border-bottom{
  border-bottom: 1px solid #eee;
}
table td {
  vertical-align: middle !important;
}
.pointer{
  cursor: pointer !important;
}
.text-center{
  text-align: center !important;
}
.text-italic{
  font-style: italic !important;
}
.pull-right{
  float: right;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  margin: 8px;
  border: 3px solid #0b67ff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #0b67ff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.text-right{
  text-align: right !important;
}


/***************************************************************************************
***************************************************************************************
***************************************************************************************/

button {
  cursor: pointer;
}
label span{
  color: #dc3545;
  font-style: italic;
  font-size: 11px;
  font-weight: bold;
}
.notification-msg{
  margin-top: 20px;
}
.page-content {
  padding-top: 0px;
}

/* For Firefox */
#sidebar-collapse {
  scrollbar-color: #3498db transparent;
  scrollbar-width: thin;
}

/* For Chrome and other browsers except Firefox */
#sidebar-collapse::-webkit-scrollbar {
    width: 0.5em;
    background-color: transparent;
}
#sidebar-collapse::-webkit-scrollbar-thumb {
    background-color: #000;
    opacity: 0.1;
    border-radius: 5px;
}
.ibox-title::after{
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 5;
  width: 4px;
  height: 20px;
}
.datepicker {
  padding: .5rem .75rem !important;
}
.header .page-brand .brand {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
.progress {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: .75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #e9ecef;
  border-radius: .25rem;
  border: 1px solid #dcdc;
}
.bg-bincha {
    background: rgba(167, 75, 2, 1.0);
    background: linear-gradient(90deg, rgba(167, 75, 2, 1)25%, rgba(208, 100, 2, 1)45%, rgba(255, 123, 0, 1)65%, rgba(255, 165, 102, 1)100%);
}
.header .page-brand {
    color: #fff;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
}
.page-sidebar {
    background-color:rgba(167, 75, 2, 1.0);
}
.side-menu>li.active>a, .side-menu>li.active>a:focus, .side-menu>li.active>a:hover {
    color: #fff;
    background-color:  rgb(255 123 0);
    text-transform: uppercase;
    font-weight: bold;
}
.side-menu>li a {
    color: #fff;
}
.sidebar-mini .side-menu > li:hover > a, .side-menu > li a:hover, .side-menu > li a:focus  {
  background-color:  #d06304;
  color: #fff; 
}
.side-menu>li.active {
    background-color: rgba(255, 165, 102, 1);
}
.page-sidebar .admin-block .admin-info small {
    color: rgba(167, 75, 2, 1.0);
}
.side-menu .heading {
    color: #fff !important;
    text-align: center;
    font-weight: bold;
}
.ibox .ibox-head .ibox-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000;
  color: #fff;
}
.ibox .ibox-head {
  background:rgba(167, 75, 2, 1.0);
}
.side-menu li a.active {
    color: rgba(167, 75, 2, 1.0);
    font-weight: bold;
}
.side-menu li a.active:hover {
    color: #fff;
    font-weight: bold;
}