﻿/*!important stavljamo na svaki property kako bi override-ali kendoUI/kendo.blueopal properties*/
.k-tooltip {
    width: 300px;
    text-align: center !important;
    padding: 5px !important;
    border-style: solid !important;
    border-radius: 6px !important;
    border-color: silver !important;
    background-color: whitesmoke !important;
    color: black !important; /*font color*/
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-image: none !important;
    /*text-overflow: ellipsis;*/
    /* Position the tooltip text - see examples below! */
    position: absolute !important;
    z-index: 1 !important;
}

/*left tooltip arrow*/
.k-callout-w {
    border-right-color: inherit !important;
}
/*right tooltip arrow*/
.k-callout-e {
    border-left-color: inherit !important;
}

/*up tooltip arrow*/
.k-callout-n {
    border-bottom-color: inherit !important;
}

/*down tooltip arrow*/
.k-callout-s {
    border-top-color: inherit !important;
} 


.greenLink {
    color: green;
    font-size: larger;
    padding-left: 5px;
}

.imageLink {
    text-decoration: none;
}

    .imageLink:hover {
        background: none;
        text-decoration: none;
    }

.newLogo {
    max-width: 120px; 
    max-height: 90px;
}

.form-horizontal .control-label {
    text-align: left;
}

.bs-callout {
    border-left: 3px solid #EEEEEE;
    margin: 20px 0;
    padding: 20px;
}

.bs-callout-info {
    background-color: #F4F8FA;
    border-color: #BCE8F1;
}

.bs-callout-danger {
    background-color: #FDF7F7;
    border-color: #EED3D7;
}

.bs-callout-warning {
    background-color: #FAF8F0;
    border-color: #FAEBCC;
}

.bs-callout h4 {
    margin-bottom: 5px;
    margin-top: 0;
}

.bs-callout-danger h4 {
    color: #B94A48;
}

.bs-callout-info h4 {
    color: #3A87AD;
}

.bs-callout-warning h4 {
    color: #C09853;
}


.bs-callout p:last-child {
    margin-bottom: 0;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

#loading-div-background, #loading-div-backgroundadd {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: black;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0.8;
}

#loading-div, #loading-divadd {
    width: 64px;
    height: 64px;
    background-color: black;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
}

.navbar-default .navbar-nav > li > span {
    color: #777777;
}

.nav > li > span {
    display: block;
    padding-top: 15px;
    position: relative;
}

.dropdown-menu > li > form > a {
    clear: both;
    color: #333333;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}

.cookies {
    position: fixed;
    bottom: 0px;
    left: 0px;
    display: block;
    height: 100px;
    width: 100%;
    text-align: center;
    background-position: 0% 0%;
    background-repeat: repeat repeat;
    background-color: black;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    -moz-opacity: 0.8;
}

#acceptCoockiesBtn {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    -moz-opacity: 1;
}

.wizard-4 {
    width: 100%;
    margin-bottom: 20px;
}

    .wizard-4 a {
        padding: 12px 12px 10px 12px;
        margin-right: 5px;
        margin-bottom: 20px;
        margin-top: 20px;
        background: #efefef;
        position: relative;
        display: inline-block;
        color: #333333;
        width: 24.3%;
    }

        .wizard-4 a:before {
            width: 0px;
            height: 0px;
            border-top: 20px inset transparent;
            border-bottom: 20px inset transparent;
            border-left: 20px solid #fff;
            position: absolute;
            content: "";
            top: 0;
            left: 0;
        }

        .wizard-4 a:after {
            width: 0px;
            height: 0px;
            border-top: 20px inset transparent;
            border-bottom: 20px inset transparent;
            border-left: 20px solid #efefef;
            position: absolute;
            content: "";
            top: 0;
            right: -20px;
            z-index: 2;
        }

        .wizard-4 a:first-child:before {
            border: none;
        }

        .wizard-4 a:last-child:after {
            border: none;
        }

        .wizard-4 a:last-child {
            width: 24.3%;
        }

        .wizard-4 a:hover {
            text-decoration: none;
        }

        .wizard-4 a:visited {
            color: #333333;
        }

        .wizard-4 a:first-child {
            -moz-border-radius: 4px 0 0 4px;
            -webkit-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
        }

        .wizard-4 a:last-child {
            -moz-border-radius: 0 4px 4px 0;
            -webkit-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
        }

    .wizard-4 .badge {
        margin: 0 5px 0 18px;
        position: relative;
        top: -1px;
    }

    .wizard-4 a:first-child .badge {
        margin-left: 0;
    }

    .wizard-4 .current {
        background: #007ACC;
        color: #fff;
    }

        .wizard-4 .current:after {
            border-left-color: #007ACC;
        }

    .wizard-4 .past {
        color: #999999;
    }

.table-hover tr {
    cursor: pointer;
}

.table-hover th {
    cursor: auto;
}

.light {
    color: #999999;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

#timer {
    color: #d9534f;
    text-align: right;
    font-size: 24px;
    font-weight: 500;
}

.glyphicon:empty {
    width: initial;
}

/*This class was made in order to block distorzion of elements caused by new version of bootstrap(lass) */
.inputWithAddOn {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

#gridContainer .k-grid {
    height: auto !important;
    max-height: 865px;
    min-height: 35px;
    border-color: #ddd;
}

#gridContainer .k-grid-content {
    height: auto !important;
    max-height: 816px;
    min-height: 35px;
}

#gridContainer .k-grid-header .k-header {
    text-align: left;
    font-weight: bold;
    padding: .5em 0 .4em .5em;
}

#gridContainer .k-grid-header th.center {
    text-align: center;
}

#gridContainer .k-grid-header th.k-header-last, #gridContainer .k-grid-content table td.k-cell-last {
    padding-left: 0px;
    padding-right: 0px;
}

#grid .k-grid-header-wrap {
    border-width: 0px;
}

#gridContainer .k-grid-header-wrap {
    border: none;
}

#gridContainer .k-grid-header {
    border: none;
    border-bottom: 1px solid #ddd;
    background-image: none;
    background-color: #f9f9f9;
}

    #gridContainer .k-grid-header table th {
        background-image: none;
        background-color: #f9f9f9;
        border: none;
        color: #333;
    }

        #gridContainer .k-grid-header table th a {
            color: #333;
        }

#gridContainer .k-grid-content table td {
    border: none;
    border-bottom: 1px solid #ddd;
    color: #333;
    padding: .4em 0 .4em .5em;
    word-break: break-word;
}

#gridContainer .k-grid-content table button.btn {
    padding: 6px 10px;
}

#gridContainer .k-grid-content table tr.k-alt {
    background-color: #f9f9f9;
}

label.form-controlflex {
    height: initial;
}