:root {
  --color-1: #81ccb7;
  --color-2: #bae3c3;
  --color-3: #d9f497;
  --color-4: #4486a0;
  --color-5: #e6537f;
  --color-6: #e653e4;
  --fa-secondary-opacity: 0.5;
  --fa-primary-color: #128bd3;
  --fa-secondary-color: rgb(108, 108, 108);
}

@media (min-width: 768px) {
	.navbar-static-side {
	    width: 260px;
	}
	
	#page-wrapper {
    margin: 0 0 0 260px;
}
}
body {
  background-color: #f5f5f5;
}

.gray-bg {
	background-color: #f5f5f5;
}

a,
a:hover,
a:focus {
  color: #2e2e2e;
}

a.sidebar {
	color: #a6b0c1;
}

a.disabled {
  color: gray;
  pointer-events: none;
}

ul.nav-second-level {
    background: #282828;
}


#wrapper {
    background: #282828;
}


#page-wrapper {
    padding: 0px;
}

.bartoggle-open {
    position: absolute;
    right: 10px;
    top: 0px;
}

.logo-element {
    height: 60px;
    padding: 0px;
}

.leftnav > li > a,
.leftnav > li > ul > li > a
 {
	color: #cfcfcf;
}

.leftnav > li.active > a {
    color: #cfcfcf;
    background-color: #282828;
}

.fh-breadcrumb {
    margin: 0px;
}

#side-menu>li {
    border-bottom: 1px solid #4f4f4f;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a.active,
.navbar-default .nav > li > a:focus {
  background-color: #f5f5f5;
  color: #676a6c;
}

.navbar-static-side {
	background: #282828;
}

.nav-border-right {
    border-right: 1px solid #dfdfdf;
    height: 75px;
}

.nav > li > a {
    font-weight: 300;
    padding: 14px 20px 14px 20px;
    font-size: 16px;
}

.nav > li > a.link-top-second {
	border-bottom: 0px solid #e94759;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	color: #cfcfcf;
}

.nav > li > a.link-top-second:hover, 
.nav > li > a.link-top-second:focus, 
.nav > li > a.link-top-second-active {
	border-bottom: 3px solid #128bd3;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}



.nav-second-level li a {
    padding: 5px 20px 5px 20px;
    padding-left: 20px;
}

.nav > li > a.third-level {
    font-weight: 400;
    font-size: 13px;
    padding-left: 45px;
    overflow: hidden;
    /* display: inline-block; */
    text-overflow: ellipsis;
    white-space: nowrap;
}

.padding-tab-container {
	padding: 11px 9px !important;
}


.middle-box h1 {
    font-size: 100px;
}

.middle-box h2 {
    font-size: 40px;
}

.ibox-title {
	min-height: 52px;
	border-bottom: 3px solid #e94759;
    background-color: #fafafa;
}

.ibox-title h5 {
    display: inline-block;
    font-size: 18px;
    /* margin: 0 0 7px; */
    padding: 0;
    text-overflow: ellipsis;
    float: left;
    font-weight: 200;
}

.ibox-title-v2 {
	min-height: 52px;
	border-bottom: 1px solid #e94759;
    background-color: #fff;
    border-image: none;
    color: inherit;
    margin-bottom: 0;
    padding: 15px 15px 7px;
}

.ibox-title-v2 h5 {
    display: inline-block;
    font-size: 18px;
    /* margin: 0 0 7px; */
    padding: 0;
    text-overflow: ellipsis;
    float: left;
    font-weight: 200;
}

.gray-bg, .bg-muted {
    background-color: #f3f3f4;
}

.white-bg, .bg-muted {
    background-color: #fff;
}

.nav-box-shadow {
	-webkit-box-shadow: 0px 1px 3px 0px rgba(217,217,217,1);
	-moz-box-shadow: 0px 1px 3px 0px rgba(217,217,217,1);
	box-shadow: 0px 1px 3px 0px rgba(217,217,217,1);
}

.dropdown-menu {
    position: absolute;
    z-index: 3001;
}

.accordian {
	width: 940px; 
	overflow: hidden;
	margin: 100px auto;
}

.accordian ul {
	padding-left: 0px;
	width: 2000px;
}

.accordian li {
	position: relative;
	display: block;
	width: 250px;
	float: left;
	border-left: 1px solid #e6e6e6;
	
	/*Transitions to give animation effect*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	/*If you hover on the images now you should be able to 
	see the basic accordian*/
}

/*Reduce with of un-hovered elements*/
.accordian ul:hover li {width: 150px;}
/*Lets apply hover effects now*/
/*The LI hover style should override the UL hover style*/
.accordian ul li:hover {width: 440px;}


.accordian li img {
	display: block;
}

@media (min-width: 768px)
#page-wrapper-without-sidebar {
    position: inherit;
    margin: 0px;
    min-height: 1200px;
}

.spinner {
  width: 50px;
  height: 50px;
  background-color: #380808;

  margin: 100px;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.fh-breadcrumb {
    height: calc(100% - 55px);
}

.padding-20 {
	padding: 20px;
}

.fontsize-button-menu {
	font-size: 22px;
    line-height: 16px;
}

.btn-active {
    color: #fff;
    background-color: #1ab394;
}

.btn-pause {
    color: #fff;
    background-color: #e9bf47;
}

.btn-stop {
    color: #fff;
    background-color: #e94759;
}

.btn-archive {
    background-color: #aaabb9;
    color: #FFFFFF;
}

.btn-active:hover, .btn-active:focus {
    color: #fff;
}

.btn-pause:hover, .btn-pause:focus {
    color: #fff;
}

.btn-stop:hover, .btn-stop:focus {
    color: #fff;
}

.btn-archive:hover, .btn-archive:focus {
    color: #fff;
}

.elements-list .list-group-item:hover {
    background: #fafafa;
}

.elements-list .list-group-item {
    padding: 10px 15px;
}

.invisible {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.m-t-0 {
	margin-top: 0px;
}

.fl {
	float:left;
}

.float-right {
	float: right;
}

.bl-box-outer {
	background-color: #f3f3f4;
	margin: -20px -40px -20px -40px;
	padding: 30px;
}

.bl-box {
    border: 1px solid #dfdfdf;
    padding: 20px;
    text-align: center;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 1px 0 rgba(0,0,0,0.03), 0 2px 1px -1px rgba(0,0,0,0.1);
    background-color: #fff;
    height: 280px;
}

.m-20 {
	margin: 20px;
}

#right-sidebar {
    background-color: #fff;
    border-left: 1px solid #e7eaec;
    border-top: 1px solid #e7eaec;
    overflow: hidden;
    position: fixed;
    top: 0px;
    width: 50% !important;
    z-index: 1009;
    bottom: 0;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 1px 0 rgba(0,0,0,0.03), 0 2px 1px -1px rgba(0,0,0,0.1);
    transition: transform .4s;
}

#right-sidebar.sidebar-open {

    transition: transform .4s;
}

#right-sidebar.sidebar-closed {
    -webkit-transform: translate(100%, 0px);
    transition: transform .4s;
}

.stream .stream-badge div {
    border: 1px solid #e7eaec;
    border-radius: 50%;
    padding: 6px;
    padding-left: 10px;
    color: #808486;
    position: absolute;
    background-color: #ffffff;
    left: 3px;
    width: 35px;
    height: 35px;
}

/*
Right Modal
*/

	.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		width: 60%;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.left .modal-content,
	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
	}
	
	.modal.left .modal-body,
	.modal.right .modal-body {
		padding: 15px 15px 80px;
	}
        
/*Right*/
	.modal.right.fade .modal-dialog {
		right: -60%;
		-webkit-transition: opacity 0.4s linear, right 0.4s ease-out;
		   -moz-transition: opacity 0.4s linear, right 0.4s ease-out;
		     -o-transition: opacity 0.4s linear, right 0.4s ease-out;
		        transition: opacity 0.4s linear, right 0.4s ease-out;
	}
	
	.modal.right.fade.in .modal-dialog {
		right: 0;
	}
	
	
.modal-header {
    min-height: 70px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.close {
    float: left;
    font-size: 3em;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .6;
}

.opacity-4 {
	opacity: .4;
}

.disable-pointer {
	pointer-events: none;
}

.not-allowed {
	cursor: not-allowed;
}

.save {
	margin-left: -15px;
    padding: 15px;
}

.progressbar {
	-webkit-border-radius: 2px;
	height: 100%;
	min-width: 1px;
	position: relative;
	text-align: left;
	white-space: nowrap;
}

.progressbar_inner {
	background: #e7ebf2;
	display: inline-block;
	height: 100%;
	min-width: 1px;
	position: relative;
	vertical-align: top;
}

.progressbar_shadow {
	-webkit-border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.progressbar-today {
	width: 1px;
    background-color: #000;
    height: 30px;
    position: absolute;
    top: 0px;
}

.progressbar-today-text {
	position: absolute;
    top: 30px;
}

.p-20 {
	padding: 20px;
}

.p-10 {
	padding: 10px;
}

.p-b-20 {
	padding-bottom: 20px;
}

.pl-15 {
	padding-left: 15px;
}

.m-r-20 {
	margin-right: 20px;
}

.vr-line {
	width: 30px;
    height: 35px;
    border-left: 1px solid #e3e3e3;
    margin-left: 30px;
}

.text-female {
	color: #e417d4;
}

.text-male {
	color: #1294e0;
}

.circle-with-corner {
	background: #e2001a;
	color: #fff;
	text-align:center;
	height: 20px;
	width: 20px;
	-webkit-border-radius: 0px 300px 300px 300px;
	-moz-border-radius: 0px 300px 300px 300px;
	border-radius: 0px 300px 300px 300px;
}

.h2-title {
	margin-top: 0px;
}

/* PANELS */

.panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.25);
    margin-bottom: 25px;
}

.panel-body {
    padding: 15px;
}


/* */
.btn-primary, .btn-primary:hover {
    background-color: #e5283c;
    border-color: #e5283c;
    color: #FFFFFF;
}

.h-0 {
	height: 0px;
}

.btn-primary, .btn-primary:hover, .btn-primary:active {
    background-color: #128bd3;
    border-color: #128bd3;
    color: #FFFFFF;
}

.btn-primary:focus, .btn-primary:active:focus, .btn-primary:active:hover {
    background-color: #128bd3;
    border-color: #128bd3;
    color: #FFFFFF;
}

.navbar-default .special_link a, .navbar-default .special_link a:hover {
    background: #128bd3 !important;
    color: white !important;
}

.leftnav > li.active {
    border-left: 0px solid #128bd3;
}

.font-blue {
	color: #10a9ee;
}

.font-navgroup-1 {
	color: #128bd3;
}

.font-navgroup-2 {
	color: #eed410;
}

.font-navgroup-3 {
	color: #10eea8;
}

.font-navgroup-4 {
	color: #10a9ee;
}

.font-navgroup-5 {
	color: #10a9ee;
}

.changecustomer, .changecustomer2  {
	cursor:pointer;
}

.text-info {
    color: var(--color-1);
}

.label-info, .badge-info {
    background-color: var(--color-1);
    color: #FFFFFF;
}

.big-circle {
    line-height: 90px;
    width: 100px;
    height: 100px;
    padding: 6px 0;
    border-radius: 50px;
    text-align: center;
    background-color: cadetblue;
}


