a/*	
*	################################################################################
*	
*	My Custom Style for KINGADMIN 
*	---------------------------------------------------------------------
*
*	Version		1.0
*	Author		Your Name
*	
*	Override theme style or create your new styles. Direct change to main.css
*	is not recommended to avoid problems when theme updates arrived in the future
*	
*	################################################################################
*/

body {
	color: #646464;
}

#helpBtn {
	position: fixed;
	right: 0;
	top: 0;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

#contactBtn {
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: #eb5624;
	padding: 10px 0 10px 15px;   
	border-top: 1px solid #646464;
}

#contactBtn a {
	color: white;
	text-decoration: none;
	display: block;
}

#contactBtn a:hover {
	color: white;
	text-decoration: none;
	display: block;
}

#contactBtn a span {
	padding-left: 8px;
    font-size: 0.9em;
}

.left-sidebar.minified {
	background-color: #232323;
}

.text-white { color: white; }
.text-orange { color: #eb5624; }
.text-black { color: #464646; }

/* main-menu */

ul.main-menu {
	margin-bottom: 2em;
	border-top: 1px solid #646464;
}

ul.main-menu > li a {
	background-color: #232323;
	border-top: 0;
	border-bottom: 1px solid #646464;
	color: white;
}

ul.main-menu > li a:hover {
	color: #232323;	
}

ul.main-menu > li.active > a {
	background-color: #eb5624;
}

ul.main-menu > li.active > a:not(.js-sub-menu-toggle):after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;

	border: 7px solid transparent;
	border-right-color: #ffffff;
	
	top: 35%;
	right: 0px;
}

ul.main-menu .sub-menu li > a {
	background-color: #464646;
}

ul.main-menu .sub-menu li > a:hover {
	background-color: white;
	color: #232323;
}

ul.main-menu .sub-menu li.active > a {
	background-color: #646464;
	position: relative;
}

ul.main-menu .sub-menu li.active > a:not(.js-sub-menu-toggle):after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;

	border: 7px solid transparent;
	border-right-color: #ffffff;
	
	top: 35%;
	right: 0px;
}

ul.main-menu .sub-menu li.active > a:hover {
	color: white;
}

/* KONEC - main-menu */

/* Login box*/

.center-block {
	width: 504px !important;
	padding: 0;
	margin-top: 30px;
}

.center-block .zend_form {
	margin: 0;
}

.center-block .error {
	list-style: none;
	color: silver;
	margin: 3em 0 0 1.25em;
	padding: 0;
}

 
/* boxy se stejnou vyskou */
.same-height > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
   -webkit-flex-wrap: wrap; /* NEW */
  display: flex;
  flex-wrap: wrap;
}

.same-height > .row > [class*='col-'] {
  	/*display: flex;
  	flex-direction: column;*/
}
/* konec -boxy se stejnou vyskou */

/* hvezdicka ve formu */
.form-group.required .control-label:after {
  content:"*";
  color:red;
}

td.required:after {
  content:"*";
  color:red;
}

/* konec */

.top-bar {
	background-color: #232323;
}

.top-bar .logo {
	top: 0;
	left: 10px;
}


@media screen and (max-width: 991px) {
  /* line 26, ../../sass/partials/_top-bar.scss */
  .top-bar .logo {
    text-align: center;
    left: 0;
    padding: 0;
  }
}

.top-bar .logged-user {
	padding-top: 5px;
}

.top-bar .logged-user .caret {
	margin-left: 2px;	
}

.top-bar .logged-user .name {
	font-size: 1.1em;
}

.top-bar .logged-user .dropdown-menu {
	top: 29px;
	right: -28px;
	left: auto;
}

.top-bar .top-bar-right {
	margin-right: 40px;
}

.top-bar .top-bar-right .main-nav-toggle {
	padding-top: 3px;
}

.footer {
	background-color: #232323;
}

.footer a {
	color: #fff;
}

.btn-href-top {
	margin-top: 2px;
	margin-left: 3px;
}


#person-overview-graphs > div > p {
	display: block;
	height: 2em;
	margin-bottom: 0.25em;
}

td.table-photo h3 {
	font-family: "latolight";
	font-weight: normal !important;
	margin: 0;
	padding: 0 0 0.15em 0;
}

td.table-photo img {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	border: 2px solid #c8c8c8;
	margin-right: 1em;
}

div.goal-photo img {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	border: 2px solid #c8c8c8;
	margin-right: 1em;
}

td.table-photo > div {
	overflow: hidden;
}

.text-nowrap {
    white-space: nowrap;
}


.highlight-red {
	color: #85221f;
}

.widget-content .goal-items .progress {
	margin-bottom: 3px;
	margin-top: 20px;
}

.widget-content .goal-items  .goal-item-wrap {
	padding: 0 10px;
}

.goal-items {
	padding: 0;
}

div.goal-item-border {
	padding: 1.5em 1.5em 270px 1.5em !important;
	-webkit-padding-bottom: 600px !important;
	/*padding: 1.5em;*/
	margin: 1em;
	background-color: #969696;
	height: 100%;
	color: white;
	position: relative;
	overflow: hidden;
	/*border: 1px dotted black;*/
	
}

div.goal-item-orange .goal-item-border { background-color: #eb5624; }
div.goal-item-green .goal-item-border { background-color: #4aaa49; }
div.goal-item-red .goal-item-border { background-color: #db3833; }

div.goal-person {
	padding-top: 30px;
}

div.goal-items {
	margin-top: 5px;
}

div.goal-person:FIRST-CHILD {
	padding-top: 0px;
}


div.goal-person h3 {
	margin: 0px 0 7px 0;
	padding-left: 65px;
	font-family: "latolight";
}  

div.goal-person h4 {
	margin: 0px;
	padding-left: 65px;
}  


div.goal-item {
	padding: 0;
	margin: 0 0.5em 1.5em 0.5em;
	width: 320px;
}

div.goal-item h4 {
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
	font-weight: normal;
	font-size: 1.75em !important;
	border-bottom: 1px solid white;
}

div.goal-item .btn {
	margin-top: 10px;
}

div.goal-item .goal-graph p {
	font-size: 12px;
	font-style: italic;
}

div.goal-item .goal-desc p {
	margin-top: 5px;
}

div.goal-wait,
div.goal-wait:hover {
	/* border: 2px solid white; */
	font-weight: bold;
	color: white;
	cursor: default;
}

.bottom-align {
	overflow: hidden;
  	position: absolute;
	bottom: 1em;
	left: 0;
	width: 100%;
	/*border: 1px dashed black;*/
}

.goalsPie {
	/*position: absolute;
	left: -0.4em;
	bottom: 6em;*/
	border-bottom: 1px solid white;
	padding-bottom: 1.5em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin: 1em !important;
	/*border: 1px solid black*/
}

.goalsPie > div {
	margin: 0;
	padding: 0;
}

.goalsPie > div .easy-pie-chart {
	margin: 0 auto 0 auto !important;
	display: block;
	width: 110px;
}

.goalsPie > div > p {
	font-size: 0.9em !important;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	font-weight: bold;
}

.goalsPie .percent {
	font-size: 2em;
	width: 110px;
	line-height: 110px;
	text-align: center;
}

.goalsPie .percent:after {
	content: none;
}

#person-overview-graphs .easy-pie-chart {
	margin: 0 auto 0 auto !important;
	display: block;
	width: 120px;
}

#person-overview-graphs .percent {
	font-size: 1.65em;
	width: 120px;
	line-height: 120px;
	text-align: center;
}

/* TABULKA - AJAX - Prehled osob - nevytekani search boxu a strankovani*/
#person-table-ajax_wrapper .row {
	margin: 0;
}

#person-table-ajax_wrapper .row div {
	padding: 0;	
}
/* END - TABULKA - AJAX - Prehled osob - nevytekani search boxu a strankovani*/

/* loading div */
.ajaxLoader {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .2 ) 
                url('/img/spinner.gif') 
                50% 50% 
                no-repeat;
}


body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .ajaxLoader {
    display: block;
}

/* LOADER KOLCO PRO AUTOCOMPLETE */
.ui-autocomplete-loading {
    background: white url('/img/spinner.gif') right center no-repeat;
}


/* loading div */
#loaderHr {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .2 ) 
                url('/img/spinner_hr.gif') 
                50% 50% 
                no-repeat;
}

input[readonly]
{
  cursor: pointer !important;
}


.badge.element-bg-color-red {
  background-color: red;
}

.badge.element-bg-color-orange {
  background-color: orange;
}

.badge.element-bg-color-lightblue {
  background-color: #5bc0de;
}


.widget-padding-bottom {
	padding-bottom: 20px;
}


/* DETAIL PERSON - TOP*/

#person-header {
	/*background-color: white;*/
	margin-bottom: 2em;
	padding: 2em 0 2em 0;
}

#person-header #person-overwiev img {
	border: 4px solid #ddd;
	min-width: 140px !important;
	min-height: 140px !important;
	border-radius: 175px;
	margin-bottom: 20px;
	margin: 0.25em auto 1em auto;
}

#person-header #person-overwiev {
	font-size: 100%;
	margin-bottom: 5px;
}

#person-header #person-overwiev i {
	padding-right: 10px;
}

#person-header #person-overwiev ul li {
    line-height: 25px;
}


#person-header #person-evaluation-add {

}

.main-header .icons  i.disable {
	color: #bbb;
}

.main-header .icons > span {
	padding-left: 1.5em;
}

.main-header .icons > span a {
	color: #eb5624;
	font-size: 0.8em;
}

.top-bar .search-people {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: left;
  margin: 5px 20px 0 0;
  
}

.top-bar .search-people input {
	background-color: #ddd;
	padding: 2px 3px;
	height: auto;
	font-size: 0.8em;
	color: #232323 !important;
	text-indent: 20px;
}

.top-bar .search-people .fa-search { 
  position: absolute;
  top: 8px;
  left: 6px;
}

@media screen and (max-width: 440px) {
  /* line 26, ../../sass/partials/_top-bar.scss */
  .top-bar .search-people {
    display: none;
  }
}

.widget-header {
	overflow: hidden;
}

/* upravy todo-list - cile v detailu osoby*/
.todo-list .control
{
	float: right; 
	padding: 10px 0 10px 20px;
	display: block;
}

.todo-list > li:first-child .control, .todo-list > li:first-child p {
	padding-top: 2px;
}

.todo-list > li {
	overflow: hidden;
	/*background-color: transparent;*/
	padding-top: 10px;
}

.todo-list > li p {
  display: block;
  margin-left: 2px;
}

.todo-list > li .list-control-2 i {
	margin: 0 15px 0 0;
	padding: 0px;
	font-size: 24px;
	cursor: pointer;
}

.todo-list > li .list-control-2 i.icon-success {
	color: #4BA84B;
}

.todo-list > li .list-control-2 i.icon-danger {
	color: #DB3833;
}

/* REPORT - FORM */
#report-search-form fieldset {
	margin-bottom: 10px;
}

#report-search-form fieldset legend {
	font-size: 17px;
	margin-bottom: 10px;
}

#report-search-form .form-group {
	margin-bottom: 10px;
}


/* START LANGUAGES */

.top-bar .languages {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: left;
  padding-top: 5px;
  margin-right: 20px;
}

.top-bar .languages .btn {
  padding: 0;
  border: none;
  font-size: 0.9em;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}

.top-bar .languages .btn .name {
  font-weight: 400;
}

.top-bar .languages .btn .caret {
  border-top-color: #fff;
  margin-left: 2px;
}

.top-bar .languages .btn:hover {
  color: #fff;
  text-decoration: none;
}

.top-bar .languages .btn img {
  border: 1px solid white;
  border-radius: 20px;
  width: 20px;
  height: 20px;
}

.top-bar .languages .open .btn {
  color: #fff;
}

.top-bar .languages .dropdown-menu {
  padding: 0;
  top: 33px;
  right: auto;
  left: -6px;
  min-width: inherit;
}

.top-bar .languages .dropdown-menu > li {
  border-top: 1px solid #f1f1f1;
}

.top-bar .languages .dropdown-menu > li:first-child {
  border-top: none;
}

.top-bar .languages .dropdown-menu > li > a {
  color: #555;
  font-size: 0.9em;
}

.top-bar .languages .dropdown-menu > li > form {
  display: block;
  padding: 5px;
}

.top-bar .languages .dropdown-menu > li > form img {
  border: 1px solid #555;
  border-radius: 20px;
  width: 20px;
  height: 20px;
}

/* END LANGUAGES */

.widget {
	border: 0;
}

.widget .widget-header {
    padding: 4px 10px 0 10px;
    border-bottom: 0;
    background-color: transparent;
    height: 48px;
}

.widget > .widget-header > h3 {
	font-size: 20px;
}

/* nav-tabs */

.nav-tabs {
	border-bottom: 1px solid #c8c8c8;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.nav-tabs li a {
	background-color: #646464;
	color: white;
	font-size: 0.9em;
	border: 0;
	border-radius: 0;
}

.nav-tabs li.active a,
.nav-tabs li.active a:link {
	background-color: #eb5624;
	color: white;
	margin-top: -1px;
	padding-bottom: 8px;
}

.nav-tabs li a:hover {
	background-color: #646464;
}

.tab-content {
	margin: 0;
	padding: 0;
}

.tab-content .tab-pane .widget {
	padding-top: 0.75em;
	padding-bottom: 0.75em;
}

.tab-content .tab-pane-silver {
	background-color: white;
	padding: 1em;
}

.tab-content .tab-pane-silver .widget {
	/*border: 1px solid red;*/
	background-color: #f1f1f1;
	margin-bottom: 0.25em;
}

/* KONEC - nav-tabs */

/* BAREVNE UPRAVY */

.main-header {
	border-bottom: 1px solid #b4b4b4;
	padding-bottom: 1.25em;
	margin-bottom: 1.75em;
	overflow: hidden;
}

.main-header h2 {
	color: #eb5624;
	border: 0;
}

/* link- */

.link,
.link:active {
	background-color: transparent;
	border: 0;
	color: #232323;
	text-decoration: underline;
	box-shadow: none;
}
.link:hover {
	background-color: transparent;
	border: 0;
	color: #232323;
	text-decoration: none;
}

.link-orange, .link-orange:hover { color: #eb5624; }
.link-red, .link-red:hover { color: #D02A25; }
.link-green, .link-green:hover { color: #4aaa49; }
.link-blue, .link-blue:hover { color: #46b3d2; }
.link-white, .link-white:hover { color: white; }


/* KONEC - link- */

/* btn-line-white- */

.btn-line-white-green,
.btn-line-white-red,
.btn-line-white-yellow {
	border: 2px solid white;
	color: white;
	background-color: transparent;
	font-weight: bold;
}

.btn-line-white-green:hover { background-color: #4aaa49; color: white; }
.btn-line-white-red:hover { background-color: #db3833; color: white; }
.btn-line-white-yellow:hover { background-color: #e4ad24; color: white; }

/* KONEC - btn-line-white- */

/* btn-line- */

.btn-line-orange {
	border: 2px solid #eb5624;
	color: #eb5624;
	background-color: transparent;
	font-weight: bold;
}

.btn-line-orange:hover { background-color: #eb5624; color: white; }

/* KONEC - btn-line- */

/* btn-full- */

.btn-full-orange {
	border: 0;
	color: white;
	background-color: #eb5624;
	font-weight: bold;
}

.btn-full-orange:hover { background-color: #f97b4f; color: white; }

/* KONEC - btn-full- */

/* table */

.table-dark-header th {
	background-color: #c8c8c8 !important;
	color: #232323;
	border-bottom: 1px solid white !important;
	border-right: 1px solid white !important;
}

.table-dark-header td {
	border-top: 0 !important;
	/*vertical-align: middle !important;*/
}

/* KONEC - table */

/* progress */

.progress {
	margin-bottom: 0.25em;
}

.progress-xl {
	height: 35px;
	background-color: #c8c8c8;
	position: relative;
}

.progress-xl span {
	display: block;
	line-height: 37px !important;
	font-size: 1.25em;
	position: absolute;
	color: white;
	width: 100%;
	text-align: center;
}

.progress .progress-bar {
	border: 0;
}

.progress .progress-bar-black {	background-color: #464646; }
.progress .progress-bar-green {	background-color: #91ab39; }
.progress .progress-bar-blue { background-color: #1d9caf; }
.progress .progress-bar-orange { background-color: #e4ad24; }
.progress .progress-bar-orangeDark { background-color: #eb5624; }
.progress .progress-bar-gray { background-color: #969696; }
.progress .progress-bar-red { background-color: #eb5624; }

/* KONEC - progress */

/*
.nav > li {
	background-color: #337ab7 !important;
	color: #fff;
}

.nav > li > a {
	background-color: #337ab7 !important;
	color: #fff;
}
*/

/* #faq */

#faq .panel-heading {
	/*border-bottom: 1px solid red;*/
}

#faq h4 > a.collapsed {
	color: #646464;
}

#faq h4 > a {
	line-height: 50px;
	margin-left: 30px;
	font-size: 1.4em;
	border: 0;
	color: #eb5624;
}

#faq h4 > a.collapsed > span {
	background-color: #646464;
}

#faq h4 > a > span {
	background-color: #eb5624;
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-size: 1.4em;
}

#faq .panel-body p {
	font-size: 1.2em;
}

/* KONEC - #faq */

/* btn- */

.btn-danger {
	background-color: #db3833;
	border-color: #db3833;
}

.btn-default {
	font-weight: bold;
}

.btn-default:hover {
	background-color: #eb5624;
	border-color: #eb5624;
}

/* KONEC - btn- */

/* fieldset */

fieldset legend {
	border-bottom: 1px solid #969696;
	padding-bottom: 0.5em;
}

/* KONEC - fieldset */

/* accordion2 */

#accordion2 .panel,
#accordion2 .panel .panel-heading,
#accordion2 .panel .panel-collapse {
	border: 0 !important;
	background-color: white;
}

/* KONEC - accordion2 */

/* alert */

.alert {
	border: 0;
}

.alert-warning {
	background-color: #fbebeb;
	color: #646464;
	font-size: 1.1em;
}

.alert-warning .alert-heading {
	color: #db3833;
	font-weight: bold;
	font-size: 1.2em !important;
}

/* KONEC - alert */

/* milestones */

.milestones {
	margin-top: 1em;
}

.milestones span.short-description {
	font-size: 14px;
	text-decoration: underline;
}

.milestones ul {
	margin: 1em 0.5em 1em 0.5em;
}

.milestones ul li {
	position: relative;
	padding: 1px 0 1px 15px;
}

.milestones ul li > i {
	position: absolute;
	left: 0;
	top: 3px;
}

/* KONEC - milestones */

.nopaddingX {
   padding: 0 !important;
   margin: 0 !important;
}

.lato {
	font-family: "latolight";
}

/* dalsi barvy do radioboxu */

.fancy-radio.custom-color-green input[type="radio"]:checked + span i:after {
	background-color: #00FF00 !important;
}

.fancy-radio.custom-color-olive input[type="radio"]:checked + span i:after {
	background-color: #CCFF00 !important;
}

.fancy-radio.custom-color-yellow input[type="radio"]:checked + span i:after {
	background-color: #FFFF00 !important;
}

.fancy-radio.custom-color-orange input[type="radio"]:checked + span i:after {
	background-color: #FF9900 !important;
}

.fancy-radio.custom-color-red input[type="radio"]:checked + span i:after {
	background-color: #FF0000 !important;
}

.user-list {
	font-size: 18px;
}