/* here you can put your own css to customize and override the theme */

/* progress bary na hlavni strance*/
td > .progress-info > .progress {
    margin-bottom: 0px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.invoice-list{
    padding-left: 12px;
}


/* projekty */
.project-sidebar-portlet {
  padding: 30px 0 0 0 !important; }

/* SUBMENU u projektu  */
.project-submenu {
  margin-top: 30px;
  padding-bottom: 20px; }

.project-submenu ul li {
  border-bottom: 1px solid #f0f4f7; }

.project-submenu ul li:last-child {
  border-bottom: none; }

.project-submenu ul li a {
  color: #93a3b5;
  font-size: 16px;
  font-weight: 400; }

.project-submenu ul li a i {
  margin-right: 8px;
  font-size: 16px; }

.project-submenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1; }

.project-submenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px; }

.project-submenu .badge {
    right: 15px;
    top: 12px;
    position: absolute;
}

h4.form-separator{
  color: #578ebe;
  position: relative;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 2px;
  font-size:16px;
}
h4.form-separator:after {
  display: inline-block;
  content: "";
  height: 1px;
  background: #9f9f9f;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: 3px;
  margin-left: 10px;
}



/* signalizace zmen ve formulari */
.bg-field-modified {
    background: #FFFEBE !important;
}
.bg-field-modified:disabled {
    background: #E9E790 !important;
}

/* zmenseni formularu, odstraneni zbytecneho volneho mista */
.form-group {
    margin-bottom: 8px !important;
}
.form-horizontal .control-label {
    padding-right: 0px;
}
body {
    font-size: 13px !important;
}
hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

/* zmenseni tabulek */
table.dataTable tbody th, table.dataTable tbody td {
    padding: 4px 10px !important;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 10px !important;
}
/* odstraneni zbytecneho mista pod checkboxy */
.mt-checkbox, mt-radio {
    margin-bottom: 0px !important;
}

/* snizi fullscreen, aby nad nim byl videt modal, a na modalu select2 */
.portlet.portlet-fullscreen {
    z-index: 10040 !important;

}

/* simple list, napr tasky v projektu*/
.mt-element-list .list-simple.mt-list-container ul > .mt-list-item > .list-item-content {
    padding-left: 20px !important;
}
.mt-element-list .list-simple.mt-list-container ul > .mt-list-item > .list-datetime {
    width: 180px !important;
}

/*Marek blbosti ...*/
.myMenuItem:hover
{
    background :#337ab7;
    color : white
}

.grip {
	width: 10px;
	height: 32px;
	margin: 5px 0px 0px 5px;
    border-left: 1px dashed #d4d4d4;
	position:relative;
	z-index:88;
	cursor: e-resize;
}

.grip:hover {
	background-position-x:-20px}

.dragging .grip {
	background-position-x:-40px}

/* Nazev SP v zahlavi*/
.sp-header-title {
    float: left;
    font-size: 20px;
    font-weight: 700;
    color: #c6cfda; 
    margin-top: 11px;
    margin-left: 22px;
}


/* DASHBOARDS */
.timeline-body {
    padding: 8px !important;
    margin-left: 30px !important;
}

.timeline-body-arrow {
    top: 6px !important;
}

.timeline:before {
    margin-left: 10px !important;
    background: #578ebe !important;
}

.progressBarCell {
    padding: 3px 8px !important;
}

.limitIndicator {
    height: 30px;
    border: solid 1px darkgray;
    background: #eff7ff;
    font-size: 15px;
}

    .limitIndicator > .progressBar {
        background-color: #99cfff;
        height: 28px;
    }

    .limitIndicator > .progressValue {
        margin-top: -24px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: right;
    }

    .limitIndicator > .progressBarOverflow {
        background-color: #FF9E9F;
    }

    .limitIndicator > .progressBarGood {
        background-color: #beffbe;
    }
/* END DASHBOARD */