a{
    cursor: pointer;
}

#login-screen  input[type="submit"]{
    width: 100%;
}

.logout i{
    color: red;
    font-weight: bold;
}

.user-info i{
    color: #61993b;
    font-weight: bold;
}

/* LAYOUT NAVBAR IDEATECH CSS COLORS */
.navbar-default{
    background: linear-gradient(to bottom, #06570e 40%, #06570e 100%);
}

.navbar-default .navbar-nav > li > a:not(.btn), .navbar-default .navbar-brand{
    color: #fff !important;
}

.sidebar:after, .bootstrap-navbar:after{
    background: linear-gradient(to bottom, #06570e 40%, #61993B 100%);
}

/* LAYOUT - top minimizeSidebar */
.navbar-minimize .btn-warning{
    border-color: #06570e;
}

.navbar-minimize .btn-warning.btn-fill{
    color: #06570e;
    background-color: #ffffff;
}

.navbar-minimize .btn-warning.btn-fill:hover, .navbar-minimize .btn-warning.btn-fill:focus, .navbar-minimize .btn-warning.btn-fill:active, .navbar-minimize .btn-warning.btn-fill.active, .open > .btn-warning.btn-fill.dropdown-toggle{
    background-color: #61993B;
    border-color: #61993B;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover{
    color: #61993B;
}

/* DASHBOARD */
.page .card, .page .card-header{
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
}

.page .card-header{
    background-color: #e5e5e5;
    padding: 5px 0px;
    text-align: center;
    color: lightslategray;
}

.page .color-card h2{
    margin: 0px auto;
    font-size: 30px;
    color: #06570e;
}

.card .ct-chart{
    margin: 10px 0px 10px;
    height: auto;
}

.ct-chart-line .ct-label{
    padding-top: 20px;
}

/* MANAGE ORDER TABLE PADDING*/
.borderless td, .borderless th {
    border-top: none !important;
}
#order-summary-total{
    font-size: 16px;
}

#order-items-table .invoice-first-column p{
    font-size: 14px;
    margin: 0px;
}

/* PAGE MANAGE SEO META PROGRESSBAR*/
.ui-widget-content{
    height: 10px;
}

.ui-progressbar .ui-progressbar-value {
    width:auto;
}

.clearfix {
    clear: both;
}

.checkbox label {
    padding-left: 35px;
}

/* REQUIRED FORM CSS*/
.required label{
    font-weight: bold !important;
    color: #000000 !important;
}

/* SIDEBAR MENU */
.sidebar .nav p.sub {
    line-height: 20px;
}

/* PERMISSION SETTINGS */
/* MARGIN FOR FIRST CHILD OF COL */
#permissionForm [class*="col-md"]:first-child{
    padding-left: 6px;
}

#permissionForm a .caret{
    margin-left: 10px;
    border-top: 6px dashed;
    border-top: 4px solid\9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

#permissionForm .list-group-item-content{
    padding: 15px 0px 15px 20px
}

#ajax-spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* - use if you use bacground image, no ico */
    background: rgba(0,0,0,.3) url('../../images/backend/spinner.svg') 50% 40% no-repeat;
    z-index: 123456;
    color: green;
}

/** Vypnuti perfect scrollbaru, je to zbytecne a nici to napovedy **/
.main-panel {
    max-height: none;
    height: auto;
}
.sidebar {
    max-height: none;
    height: 100%;
}
.wrapper {
    height: auto;
}

.tour-backdrop {
    opacity: .5;
}

a.showLink {
    color: #b0b0b0;
}
a.showLink:hover {
    color: black;
}
a.showLink.active {
    color: #23CCEF;
}
