html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0
	background-color: #ecf0f5;
	overflow-y: hidden;
}
#toast-container > div {
   opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}
.navbar-nav>.notifications-menu>.dropdown-menu, .navbar-nav>.messages-menu>.dropdown-menu, .navbar-nav>.tasks-menu>.dropdown-menu {
    width: 480px !important;
}

.datepicker {
	width: 90%;
}
.datepicker-days .table-condensed {
	width: 100%;
}

a {
	cursor: pointer;
}

.ml-10 {
	margin-left: 10px;
}

#orgName {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: transparent;
	color: white;
	border-style: none;
}
#orgName>option {
	background-color: gray;
}

.vue-form-generator .form-control {
	border-radius: 0px !important;
}

.fa-rotate-90 {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
header {
	box-shadow: 0 0px 3px 5px rgba(0,0,0,0.1);
}

#content {
	min-height: 0px;
}
#menuAvatar {
	width: 150px;
	height: 150px;
}

.hide {
	display: none;
}
.toast-info {
	background-color: #00a7d0 !important
}

.scr {
	overflow-y: scroll;
	height: 100vh;
}
.scr2 {
	overflow-y: scroll;
	//height: 95vh;
}
::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:5px;
height:0px
}
::-webkit-scrollbar-track {
background-color:#ecedee
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px;
border-radius: 0px;
background-color:#6dc0c8;
}
::-webkit-scrollbar-thumb:hover{
background-color:#56999f;
}
::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:4px;
height:0px
}
::-webkit-scrollbar{
width: 4px;
}



.typeahead {
	z-index: 1051;
}

#mainmenu li {
	cursor: pointer;
}

.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu>li.header {
    white-space: normal;
}
.dropdown-menu {
	box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
	font-size: 20px;
}

.navbar-custom-menu .menu-left {
	float: left;
}
.dblwidth {
	width: 193px;
}
.main-sidebar {
	background-image: url(../i/bak.jpg);
	background-color: #2b324e !important;
	background-repeat: repeat;
	background-size: cover;
	background-position: 50%;
}
.main-sidebar, .left-side {
    padding-top: 0px;
}
@media (max-width: 767px) {
	.main-sidebar, .left-side {
		padding-top: 50px;
	}
}
@media (max-width: 767px) {
	.fixed .content-wrapper, .fixed .right-side {
		padding-top: 50px;
	}
}
.table > tbody > tr > td, .table > tbody > tr > th {
     vertical-align: middle;
}
.skin-blue .sidebar-menu>li>.treeview-menu {
    background: rgba(44, 59, 65, 0.57);
}
.skin-blue .sidebar-menu>li.header {
	background: #1a222675;
}
.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a {
	background: #4b5f6791;
}
.sidebar-menu .treeview-menu {
    padding-left: 15px;
}
.small-box {
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(0,0,0,0);
}
.small-box:hover {
    text-decoration: none;
    color: #444;
}
.small-box .icon {
	font-size: 50px;
	top: 20px !important;
}
.small-box:hover .icon {
    font-size: 50px !important;
}
@media (max-width: 767px) {
	.small-box {
		text-align: left;
	}
	.small-box .icon {
		display: inherit;
	}
}
.info-box-icon {
	width: 55px;
	margin-right: 5px;
	line-height: 20px;
	padding: 6px 6px;
	float: left;
}
.info-box-content {
	margin-left: 70px;
	padding: 1px;
}
.info-box .progress {
	margin: 5px 5px 5px -10px;
}
.user-panel {
	background-color: rgba(0, 0, 0, 0.4);
}
.user-panel>.info {
    left: 50px;
}
.label {
	font-size: 85%;
}
.page-header  a  {
	margin-right: 5px;
}
.table {
	margin-bottom: 0px;
}

.breadcrumb {
	margin-bottom: 10px;
}
.online {
    border: 2px solid #00a65a;
	z-index: 100;
}


.chat .item>.message>.name {
    display: block;
    font-weight: 100 !important;
	color: #3c8dbc !important;
}
.chat .item>.message>.self {
    border-radius: 5px;
    border: 1px solid #f4f4f4;
    background-color: #f4f4f4;
    padding: 5px;
}



/*https://github.com/CliffCloud/Leaflet.EasyButton*/
.leaflet-bar button,
.leaflet-bar button:hover {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
}
.leaflet-bar button:hover {
  background-color: #f4f4f4;
}
.leaflet-bar button:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar button:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar.disabled,
.leaflet-bar button.disabled {
  cursor: default;
  pointer-events: none;
  opacity: .4;
}
.easy-button-button .button-state{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.leaflet-touch .leaflet-bar button {
  width: 30px;
  height: 30px;
  line-height: 30px;
}










/*идикатор загрузки*/
#loader {
	position: absolute;
	-webkit-animation: rotate-infinite .8s linear infinite;
	border-width: 12px;
	border-color: #3c8dbc9e;
	border-style: solid;
	border-right-color: transparent;
	border-radius: 50%;
	display: inline-block;
	height: 100px;
	width: 100px;
	margin: -53px 0 0 -53px;
	left: 50%;
	top: 50%;
	z-index: 100000;

}
.loader2 {
	border-color: rgba(260, 141, 188, 0.62) transparent rgba(260, 141, 188, 0.62) rgba(260, 141, 188, 0.62)  !important;
}
@-webkit-keyframes rotate-infinite {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100%  {
    -webkit-transform: rotate(360deg); 
  }
}