/* Override family buttons */

.glow {
	outline: none;
}

.btn-group button.glow {
	padding: 7px 10px;
}

/* Override border radius per subcats */
.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
	border-radius: 3px;
}
.nav > li > a:hover, .nav > li > a:focus {
	border-radius: 3px;
}

/*Selection overloading*/
::selection {
background: #00CCFF;
color: #fff;
}

::-moz-selection {
background:#00D692;
color:#555;
}

::-webkit-selection {
background:#00D692;
color:#555;
}

/*Menu overriding*/
/*.navbar
{
	width: 100%;
	position: fixed;
	z-index: 100000;
}*/

.navbar-inverse .nav > li > a:hover {
	background: rgba(255, 255, 255, 0.12);
}
.navbar-inner {
	border: 0px rgba(255, 255, 255, 0.30);
}
.navbar-inverse .navbar-inner {
	border-radius: 0px;
	border-bottom: 0px solid #191e23;
	/*background: #016CB3; /*#008DEB;*/
	background: linear-gradient(6deg,#0064C0,#00c8ff);
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle
{
	color: #ffffff;
	/*background-color: #00C2FF;*/
	/*background-color: #0065A8;*/
	background-color:rgba(255, 255, 255, 0.24);
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	background: rgb(0, 66, 129) !important;
}
.navbar-inverse .nav > li > a
{
	border-left: 0px solid #101417;
	color: rgb(255, 255, 255);
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#dashboard-menu > li > a {
	/*color: #005279;*/
	color: #00396F;
	/*color: #009FEE;*/
	/*color: #0070FF;*/
	transition:all .3s ease-in;
    -o-transition:all .3s ease-in;
    -moz-transition:all .3s ease-in;
    -webkit-transition:all .3s ease-in;
}
#dashboard-menu > li.active > a, #dashboard-menu > li > a:hover {
	color: rgba(0, 42, 90, 1);
	transition:all .3s ease-in;
    -o-transition:all .3s ease-in;
    -moz-transition:all .3s ease-in;
    -webkit-transition:all .3s ease-in;
}

.container {
  z-index:10;
  position: absolute;
  top: -1px;
  /*width: 100%;*/
  left: 50%;
  margin-left: -140px;
  text-align: center;
  width: 280px;
}

.notification {
	transition:all .3s ease-in;
    -o-transition:all .3s ease-in;
    -moz-transition:all .3s ease-in;
    -webkit-transition:all .3s ease-in;
	cursor: pointer;
	display: inline;
	display: block;
	background-color: rgba(0, 0, 0, 0.05);
	color: white;
	width: 280px;
	height: 33px;
	padding-top: 15px;
	font-size: 14px;
	font-weight: 600;
}

.notification:hover {
	transition:all .3s ease-in;
    -o-transition:all .3s ease-in;
    -moz-transition:all .3s ease-in;
    -webkit-transition:all .3s ease-in;
	background-color: rgba(0, 0, 0, 0.68);
}

.accountant_clients_remove_icon {
	opacity: 0.7;
	font-size: 15px;
	float: right;
	margin-top: 3px;
	margin-right: 10px;
	cursor:pointer;
}

.accountant_clients_remove_icon:hover {
	opacity: 1;
}

.menu-edit {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -5px;
    display: block;
    float: right;
    padding: 2px 7px;
    font-size: 16px;
    background: #DFEFFF;
    color: rgba(0, 57, 111, 0.7);
    border-bottom-left-radius: 5px;
    cursor: pointer;
    z-index: auto;
}

.menu-edit:hover {
    color: rgba(0, 57, 111, 1);
}

.menu-indent {
    line-height: 5px;
}

.menu-indent a{
    padding-left: 28px !important;
}

.menu-indent i{
    margin-left: 18px !important;
    font-size: 18px !important;
    margin-top: -11px !important;
}

/* customer support plugin color customization */
#crmhero-powered-by a {
    color: #007be2;
    font-weight: 600;
}
#crmhero-powered-by {
    font-size: 11px !important;
}

.emoji {
	width: 20px;
}

.emoji.md {
	width: 25px !important;
}

/* PROGRESS BAR */

.progress {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.progress {
background-image: -webkit-gradient(linear,left 0,left 100%,from(#ebebeb),to(#f5f5f5));
background-image: -webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
background-image: -moz-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
background-image: linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff5f5f5',GradientType=0);
}
.progress {
height: 12px;
background-color: #ebeef1;
background-image: none;
box-shadow: none;
}
.progress-bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: #428bca;
-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
-webkit-transition: width .6s ease;
transition: width .6s ease;
float: right; /* mod dany */
}
.progress-bar {
background-image: -webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#3071a9));
background-image: -webkit-linear-gradient(top,#428bca 0,#3071a9 100%);
background-image: -moz-linear-gradient(top,#428bca 0,#3071a9 100%);
background-image: linear-gradient(to bottom,#428bca 0,#3071a9 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3071a9',GradientType=0);
}
.progress-bar {
box-shadow: none;
border-radius: 3px;
background-color: #0090D9;
background-image: none;
-webkit-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
-moz-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
-ms-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
-o-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
-webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
-moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
-ms-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
-o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
}
.progress-bar-success {
background-image: -webkit-gradient(linear,left 0,left 100%,from(#5cb85c),to(#449d44));
background-image: -webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);
background-image: -moz-linear-gradient(top,#5cb85c 0,#449d44 100%);
background-image: linear-gradient(to bottom,#5cb85c 0,#449d44 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff449d44',GradientType=0);
}
.progress-bar-success {
background-color: #0AA699;
background-image: none;
}
.progress-bar-info {
background-image: -webkit-gradient(linear,left 0,left 100%,from(#5bc0de),to(#31b0d5));
background-image: -webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);
background-image: -moz-linear-gradient(top,#5bc0de 0,#31b0d5 100%);
background-image: linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff31b0d5',GradientType=0);
}
.progress-bar-info {
background-color: #0090D9;
background-image: none;
}
.progress-bar-warning {
background-image: -webkit-gradient(linear,left 0,left 100%,from(#f0ad4e),to(#ec971f));
background-image: -webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);
background-image: -moz-linear-gradient(top,#f0ad4e 0,#ec971f 100%);
background-image: linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffec971f',GradientType=0);
}
.progress-bar-warning {
background-color: #FDD01C;
background-image: none;
}
.progress-bar-danger {
background-image: -webkit-gradient(linear,left 0,left 100%,from(#d9534f),to(#c9302c));
background-image: -webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);
background-image: -moz-linear-gradient(top,#d9534f 0,#c9302c 100%);
background-image: linear-gradient(to bottom,#d9534f 0,#c9302c 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc9302c',GradientType=0);
}
.progress-bar-danger {
background-color: #F35958;
background-image: none;
}

#debug_support_table > tbody > tr > td {
    border: 1px solid rgb(189, 189, 189);
    padding: 5px;
}

.modal.fade {
	visibility: hidden;
	opacity:0;
	transition: visibility 0s linear 0.3s, opacity 0.3s linear, top 0.3s ease-out;
}
.modal.fade.in {
	visibility: visible;
	opacity:1;
	transition-delay:0s;
}

input[autocomplete="off"]::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input[autocomplete="off"]::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}

#react-wrapper-root {
	display:none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: hidden;
	z-index: 1;
}
