/*
yellow - f6a821
blue - 007ad5

*/
body {
	background-color: #f3f3f3;
	background-color: #2a2d35;
	background-color: #363842;
	background-color: #2f323b;
	
	
}
.singlewrapper{
	background-color: #f3f3f3;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
#allwrapper {
	display: none;
}
#allwrapper, #wrapper{
	background-color: transparent;
}
#page-wrapper { /* temp */
	background-color: lime;
	background-color: #f3f3f3;
	padding:0;
	background-image: -webkit-radial-gradient(top, circle cover, #ffffff 0%, #eeeeee 70%);
	background-image: -moz-radial-gradient(center, circle cover, #ffffff 0%, #eeeeee 70%);
	background-image: -o-radial-gradient(center, circle cover, #ffffff 0%, #eeeeee 70%);
	background-image: radial-gradient(center, circle cover, #ffffff 0%, #eeeeee 70%);
	background-position: 50%, 50%;
}
body.darkmode {
	color: #8b9199;
}
.pad-top-15{
	padding-top: 15px;
}
.pad-all-15{
	padding: 15px;
}
.auth-box{
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}
.code {
  padding: 2px 4px;
  font-size: 90%;
  color: #f6a821;
  color: #167dda;
  /*font-weight: bold;*/
  background-color: #dddddd;
  border-radius: 3px;
}
body.darkmode .code {
  color: #167dda;
  background-color: #24262d;
}
.pointer{
	cursor: pointer;
}
input:focus::placeholder {
  color: transparent;
}
.bold{
	font-weight: bold;
}

body.darkmode #page-wrapper, body.darkmode .singlewrapper { /* temp */
	background-color: #3d3f47;
	background-color: #32353e;
	background-color: #3d404c ;
	background-image: -webkit-radial-gradient(top, circle cover, #393b45 0%, #2d3038 70%);
	background-image: -moz-radial-gradient(center, circle cover, #393b45 0%, #2d3038 70%);
	background-image: -o-radial-gradient(center, circle cover, #393b45 0%, #2d3038 70%);
	background-image: radial-gradient(center, circle cover, #393b45 0%, #2d3038 70%);
	background-position: 50%, 50%;
}
body.fixed-nav #wrapper #page-wrapper {
  margin-top: 0px;
  padding-top:60px;
  height: auto;
}
body.mini-navbar #page-wrapper { 
	margin: 0 0 0 70px; 
}
.fixed-nav.fixed-navigation #page-wrapper  {/*,.fixed-nav.fixed-nav-basic #page-wrapper - replaced this */
	width: 100%;
}

/* TOP NAV BAR */
.navbar-fixed-top {
  /*border-bottom: 1px solid #3b3d46 !important;*/
  background-color: #24262e;
  background-color: #ffffff;
  background-color: white;
  /*background-color: #f5f5f5;  */
  box-shadow: 0px 0px 21px #161616;
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.2);
  hedight: 60px;  
  border-bottom: 1px solid #999c9e !important;
  border-bottom: 1px solid #ebecee !important;
  border: 0 !important;
  /*border-bottom: 1px solid #c4e0f5 !important;*/
  margin: 0;
  color: #999c9e;
  color: red;
}
body.darkmode .navbar-fixed-top {
	background-color: #505564;
	background-color: #2a2d35;
	background-color: white;
	box-shadow: 0px 0px 21px #161616;
}
.navbar-logo, body.darkmode .navbar-logo{
	display:flex;
	height: 60px;
	width: 210px;
	align-items: center;
	justify-content: center;

	float:left;
	/*cursor: progress;
	margin: 0px;
	*/
	
	background-color: #f6a821;
	background-color: #007ad5;
	background-color: #167dda;
	/*border-bottom:1px solid green;*/
	
/*	padding: 0 15px 0 15px;
	
*/
}
/*body.darkmode .navbar-logo{
	background-color: #f6a821;
	background-color: #007ad5;
	background-color: #167dda;
}*/

.navbar-logo img {
	width: 40px;
	width: 210px;
	width: 180px;
}
.navbar-hamburger{
	height: 60px;
	width: 60px;
	display:flex;
	align-items: center;
	justify-content: center;
	float:left;
	cursor: pointer;
	color: #999c9e;
	font-size: 1.2em;
}
.navbar-hamburger:hover {
	color: #f6a821;
	color: #167dda;
}

.navbar-message{
	height: 60px;
	display:flex;
	float:left;
	margin: 0px 15px 0px 0px;
	
	max-width:250px;
	width:250px;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	color: #007ad5;
}
.navbar-message i {
	padding-right: 5px;
}


.navbar.navbar-fixed-top .dropdown-menu {
  border: medium none;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
  ddisplay: none;
  float: right;
  font-size: 12px;
  right: 0;
  list-style: none outside none;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 100%;
  z-index: 1000;
}
.navbar-top-links li:not(.navbar-top-links .dropdown-menu li) {
  display: flex;
/*  align-self: center;*/
  background-color: oxrange;
  height: 60px;
  align-items: center;
  justify-content: center;
  color: #a0a5aa;
  color: purple;
  padding-right: 0px;
  font-size: 1em;
  font-weight: bold;
}
.navbar-top-links li:first-child:not(.navbar-top-links .dropdown-menu li) {
  background-color: gxreen;
  padding-left:10px;
}
.navbar-top-links li a:not(.navbar-top-links .dropdown-menu li a) {
	display: flex;
	height: 60px;
	background-color: yedllow;
	align-items: center;
	justify-content: center;
}
.navbar-user img{
	
	/*border: 2px solid #007ad5;
	border: 2px solid #999c9e;*/
	width:40px !important;
}
/********************************************************************************************************** sidebar */
/* NAVBAR SIDE - MM */
.navbar-static-side, .body-small .navbar-static-side { /* first is large, 2ns is small */
	position: fixed;
	/*top:60px;*/
	width: 0px;
	/*z-index: 999030;*/
	height: 100%;
	height: calc(100% - 40px);  /*based on height of top nav (60) and footer (40) */
	box-shadow: 2px 0px 11px rgba(0, 0, 0, 0.4);
	background-color: #363842;
	background-color: #2f4050;
	background-color: #f6a821;
	background-color: #007ad5;
	background-color: #167dda;
}
.navbar-static-side li a:not(body.darkmode .navbar-static-side li a){ /*mm icon color*/
	color: #ffffff;
}

body.darkmode .navbar-static-side, body.darkmode.body-small .navbar-static-side {
	background-color: #2a2d35;
}
.mini-navbar .nav .nav-second-level {
	position: fixed;
	left: 70px !important;
	top: 0;
	min-height: 140px;
}
/************************************************************************************************************************************** UNCHECKED BELOW */

/* UI Components */
/* IBOX */
.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
  background-color: #ffffff !important;
  background-color: red !important;
  
  background-color: transparent !important;
  border-radius: 4px;
  box-shadow: 0px 0px 21px rgba(3, 3, 1, 0.2);
}
body.darkmode .ibox {
  background-color: #3b3d46 !important;
  border-radius: 4px;
}
.ibox-title {
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px;
  color: inherit;
  margin-bottom: 0;
  padding: 15px 90px 8px 15px;
  min-height: 48px;
  position: relative;
  clear: both;
  border-radius: 4px 4px 0 0;
  background-color: #ffffff !important;
}
body.darkmode .ibox-title {
  
  border-color: #3b3d46;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px;
  color: #f8f8f8;
  margin-bottom: 0;
  padding: 15px 90px 8px 15px;
  min-height: 48px;
  position: relative;
  clear: both;
  border-radius: 4px 4px 0 0;
  background-color: #3a3c44 !important;
}
.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  background-color: #ffffff !important;
  border-radius: 4px;
}
body.darkmode .ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #3a3c44;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  background-color: #3a3c44 !important;
  border-radius: 4px;
}
.ibox-footer {
  color: inherit;
  border: 1px solid #e7eaec;
  border-top: 0;
  font-size: 90%;
  background-color: #ffffff;
  padding: 10px 15px;
  border-radius: 0 0 4px 4px;
}
body.darkmode .ibox-footer {
  color: inherit;
  border: 0;
  border-top: 1px solid #414450;
  font-size: 90%;
  background-color: #3a3c44;
  padding: 10px 15px;
  border-radius: 0 0 4px 4px;
}


.ibox-danger{
	border-left:3px solid red;
}
/* BUTTONS */
.btn-default{
	background-color: #ffffff;
	border-color: #ffffff;
}
.btn-primary{
	background-color: #167dda;
	border-color: #167dda;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #1264ae;
  border-color: #1264ae;
}
.btn-primary2{
	background-color: #9b59b6;
	border--color: #9b59b6;
}
.btn-primary2:hover,
.btn-primary2:focus,
.btn-primary2.focus {
  color: #ffffff;
  background-color: #7c4792;
  border-color: #7c4792;
}
.btn-success{
	background-color: #62cb30;
	border-color: #62cb30;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #4ea226;
  border-color: #4ea226;
}
.btn-success2{
	background-color: #4ea327;
	border-color: #4ea327;
}
.btn-success2:hover,
.btn-success2:focus,
.btn-success2.focus,
.btn-success2.active,
.btn-success2:not(:disabled):not(.disabled):active,
.btn-success2:not(:disabled):not(.disabled).active,
.show > .btn-success2.dropdown-toggle {
  color: #ffffff;
  background-color: #3e821f;
  border-color: #3e821f;
}
.btn-info{
	background-color: #00cccc;
	border-color: #00cccc;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active,
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
	color: #ffffff;
	background-color: #00a3a3;
	border-color: #00a3a3;
}
.btn-warning{
	background-color: #fcb605;
	border-color: #fcb605;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active,
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #ca9204;
  border-color: #ca9204;
}
.btn-warning2{
	background-color: #e67e22;
	border-color: #e67e22;
}
.btn-warning2:hover,
.btn-warning2:focus,
.btn-warning2.focus,
.btn-warning2.active,
.btn-warning2:not(:disabled):not(.disabled):active,
.btn-warning2:not(:disabled):not(.disabled).active,
.show > .btn-warning2.dropdown-toggle {
  color: #ffffff;
  background-color: #b8651b;
  border-color: #b8651b;
}
.btn-danger{
	background-color: #e74c3c;
	border-color: #e74c3c;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active,
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #b93d30;
  border-color: #b93d30;
}
.btn-danger2{
	background-color: #c0392b;
	border-color: #c0392b;
}
body.darkmode h2{
	color: red;
}
.btn-danger2:hover,
.btn-danger2:focus,
.btn-danger2.focus,
.btn-danger2.active,
.btn-danger2:not(:disabled):not(.disabled):active,
.btn-danger2:not(:disabled):not(.disabled).active,
.show > .btn-danger2.dropdown-toggle {
  color: #ffffff;
  background-color: #9a2e22;
  border-color: #9a2e22;
}

.btn-link, .btn-link:hover,
.btn-link:focus,
.btn-link.focus {
  color: #167dda;
  font-weight: bold;
}
.btn-default {
	color: #000000;
}
.btn-primary, .btn-primary2, .btn-success, .btn-success2, .btn-info, .btn-warning, .btn-warning2, .btn-danger, .btn-danger2{
	 color: #ffffff;
}
/*********************************************************************************************************************************************** text */
.text-success {
  color: #62cb30 !important;
}
.text-success2 {
  color: #4ea327 !important;
}
.text-info {
  color: #00cccc !important;
}
.text-warning {
  color: #f8ac59 !important;
}
.text-warning2 {
  color: #e67e22 !important;
}
.text-danger {
  color: #e74c3c !important;
}
.text-danger2 {
  color: #c0392b !important;
}
.text-muted {
  color: #888888 !important;
}
/*********************************************************************************************************************************************** FORMS */
.form-control {
  color: #949ba2;
  color: #676a6c;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #494b54;
  font-size: 0.88rem;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #eeeeee;
  color: #949ba2;
  color: #676a6c;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #2c2e34;
  opacity: 1;
}
body.darkmode .form-control {
/*  color: #949ba2;*/
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #494b54;
  font-size: 0.88rem;
  color: #dddddd;
}
.form-control, body.darkmode .form-control {
	border: 0;
	/*	border: 1px solid red;*/
	background-color: #eeeeee;
}
body.darkmode .form-control {
	border: 0;
	/*	border: 1px solid red;*/
	background-color: #494b54;
}
.form-control.has-success, body.darkmode .has-success{
	border: 4;
	border: 1px solid rgb(98, 203, 49);
	background-color: #44603f;
	background-color: rgba(98, 203, 49, 0.10)
}
.form-control.has-warning, body.darkmode .has-warning{
	border: 4;
	border: 1px solid #ffb606;
	border: 1px solid rgb(255, 182, 6);
	background-color: rgba(255, 182, 6, 0.10);
}
.form-control.has-error, body.darkmode .has-error {
	border: 4;
	border: 1px solid rgb(192, 57, 43);
	background-color: #5c3b3e;
	background-color: rgb(192, 57, 43, 0.10);
	/*color: #c0392b;*/
}
.form-label, body.darkmode .form-label{
	/*color: #ffffff;*/
	font-size:1em;
	font-weight: bold;
	float: left;
}
body.darkmode .form-label{
	color: #ffffff;
}
.form-label-message{
	color: #c0392b;
	display: none;
	font-size:.8em;
	float: left;
	padding: 5px;
	padding-left: 0;
}
.form-label-message i{
	padding-right: 3px;
}
.form-auth-code{
	 clear:both;
	 margin-right: 10px;
	 margin-left: 10px;"
	 padding:0;
}
.form-auth-code div{
	padding:5px;
}
.form-auth-code input{
	text-align: center;
}
.altMsg{
	/*color: #c0392b;*/
	font-weight: bold;
	font-size: .9em;
	width: 100%;
	clear: both;
	padding-bottom: 15px;
	display: none;
}
body.darkmode .icheckbox_square-blue,
body.darkmode .iradio_square-blue {
    display: inline-block;
    /*display: inline;*/
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(plugins/icheck/skins/square/blue-darkmode.png) no-repeat;
    border: none;
    cursor: pointer;
}

body.darkmode .icheckbox_square-blue {
	background-position: 0 0;
}
body.darkmode .icheckbox_square-blue.hover {
	background-position: -24px 0;
}
body.darkmode .icheckbox_square-blue.checked {
	background-position: -48px 0;
}
body.darkmode .icheckbox_square-blue.disabled {
	background-position: -72px 0; cursor: default;
}
body.darkmode .icheckbox_square-blue.checked.disabled {
	background-position: -96px 0;
}
body.darkmode .iradio_square-blue {
	background-position: -120px 0;
}
body.darkmode .iradio_square-blue.hover {
	background-position: -144px 0;
}
body.darkmode .iradio_square-blue.checked {
	background-position: -168px 0;
}
body.darkmode .iradio_square-blue.disabled {
	background-position: -192px 0; cursor: default;
}
body.darkmode .iradio_square-blue.checked.disabled {
	background-position: -216px 0;
}



/*********************************************************************************************************************************************** ^ FORMS - v SOMETHING */
/* ERROR & LOGIN & LOCKSCREEN*/
.middle-box {
  max-width: 400px;
  z-index: 100;
  margin: 0 auto;
  padding-top: 15px;
}
.lockscreen.middle-box {
  width: 200px;
  padding-top: 110px;
}
.loginscreen.middle-box {
  width: 300px;
}

/************************************************************************** SK LOADER *********/
body.darkmode.ibox-content .sk-loading:active {
	color: blue;
  background-color: rgba(54,56,66, 0.7);
  background-color: red;
}
/*
body.darkmode.ibox-content.sk-loading > .sk-spinner {
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 2000;
}*/
/***********************************************************************************/
.dropdown-menu {
  border: medium none;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
  ddisplay: none;
  float: right;
  font-size: 12px;
  right: 0;
  list-style: none outside none;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 100%;
  z-index: 1000;
  background-color: red;
}



X.navbar-top-links li a:not(.navbar-top-links .dropdown-menu li a):hover {
	color: red;
}
X.navbar-user{
	/*align-items: center;
	cursor: pointer;
	margin: 0px 0px 0px 0px;
	background-color: pink;*/

	
}

.body-small .navbar-top-links li:last-child {
  margin-right: 0;
}









/* FOOTER */

.footer, .footer.fixed_full {
	box-shadow: 0px 0px 21px #161616;
	z-index: 9876;
}

.t1{
	background-color: blue; height: 60px; display:flex; align-items: center;	float:left;margin:0;top:0;
}
.t2{
	background-color: red; height: 60px; display:flex; align-items: center;float:right;
}

X.navbar, .navbar-fixed-top, .navbar-header{
	border: 0;
	margin: 0;
	top:0;
	padding: 0;
	
	
}

.dropdown-menu, .navbar-top-links .dropdown-menu {
  color: red;
  background-color: #f3f3f4;
}
.dropdown-menu, .navbar-top-links .dropdown-menu i{
	padding-right: 10px;
}
.dropdown-menu .dropdown-divider{
	border-color: pink;
}


.navbar-top-links .dropdown-user {
	/*color: blue;*/ 
}
.xnavbar-top-links .dropdown-user i{
  coslor: blue;
  padding-right: 10px;
}

.navbar-right {
	color: blue;
}
.navbar-fixed-top.nav, .navbar-top-links, .navbar-right{
	color:red;
}
/* UNNEEDED
X.navbar-logo-custom {
	position: fixed;
	top: 0;
	bottom: 60;
	height:60px;
	width: 70px;
	text-align: center;
	background-color: #f6a821;
	margin: 0;
	padding: 10px;
}
X.navbar-logo-custom img{
	text-align: center;
	width: 40px;
	background-color: yesllow;
}
X.hamburgerx {
  /*padding: 4px 12px;*/
  float: left;
  cursor: pointer;
  margin: 10px 5px 5px 85px;
  margin: 8px 5px 0px 85px;
  height: 100%;
  width: 30px;
}

Xbody.darkmode .navbar-message, Xbody.darkmode .navbar-logo{
	background-color: black;

}
X.navbar-colormode{
	
	height: 60px;
	display:flex;
	align-items: center;
	justify-content: center;
	float:left;
	margin: 0px 15px 0px 0px;
	background-color: pink;
	width:60px;
	cursor: pointer;
	font-size: 1.2em;
	/*
	
*/
}

X.navbar-mid {
  float: left;
  height: 50px;
  padding: 0;
  width: 200px;
  display: block;
  background-color: red;
}

X.mini-user i{
	background-color: red;
	float:right;
	right: 0;
	position: fixed;
	top: 61px;
	right: 50px;
	
	
	/*
	
	
	cursor: pointer;
	margin: 0px 0px 0px 70px;
*/


}

X.navbar-top-links .dropdown-menu {
	
	
  border: medium none;
  border-radius: 30px;
  box-shadow: 0 0 30px rgba(86, 96, 117, 0.7);
position: flex;
padding: 50px;

/*

float: right;

display: none;
  float: left;
  top: 100%;
    left: 0;
*/


  font-size: 12px;

  list-style: none outside none;
  padding: 0;
  
  top: 61px;
  text-shadow: none;

  z-index: 1000;
}
/*body.fixsed-nav #wrapper .navbar-static-side,*/
/* from original
  .navbar-header {
    display: inline;
    float: left;
  }
@media (max-width: 768px) {
  .top-navigation .navbar-header {
    display: block;
    float: none;
  }
}
*/











