
.spacePad{
    margin-top: 5px;
}

a:link, a:visited, a:active{
    text-decoration: none;
    color: inherit;
}
a:hover{
    text-decoration: underline;
    color: inherit;
}

.mainGradient{
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    width: 84%;
    margin-left: 8%;
    margin-right: 8%;
    background: rgb(230,230,230); /* Old browsers */
    background: -moz-linear-gradient(left,  rgb(255,255,255) 0%, rgb(216,216,216) 50%, rgb(255,255,255) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgb(255,255,255) 0%,rgb(216,216,216) 50%,rgb(255,255,255) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgb(255,255,255) 0%,rgb(216,216,216) 50%,rgb(255,255,255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.loginInput{
    width: 90%;
    height: 26px;
    padding-left: 25px;
    padding-top: 2px;
    margin-top: -4px;
    border-radius: 5px;
    border-top-left-radius: 10px 5px;
    border-top-right-radius: 10px 5px;
    border-bottom-left-radius: 10px 5px;
    border-bottom-right-radius: 10px 5px;
    font-size: 14px;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

.textInput{
    padding-left: 7px;
}
.errorMessage{
    font-weight: bold;
    color: #0f6ae0;
    font-size: 16px;
}

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    20%, 60% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    40%, 80% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    20%, 60% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    40%, 80% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
.animated{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.loginInput:focus {
    color: rgb(40,70,90);
}
.inputIcon {
    position:absolute;
    margin-left: 5px;
    /*margin-top: 4px;*/
    color: rgb(60,90,135);
}

.loginButton {
    cursor: pointer;
    opacity: 1;
    height: 38px;
    background: #6495c3;
    background-image: -webkit-linear-gradient(top, #6495c3, #287db9);
    background-image: -moz-linear-gradient(top, #6495c3, #287db9);
    background-image: -ms-linear-gradient(top, #6495c3, #287db9);
    background-image: -o-linear-gradient(top, #6495c3, #287db9);
    background-image: linear-gradient(to bottom, #6495c3, #287db9);
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    text-shadow: 2px 2px 4px #1e3c5a;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
    color: #ebebeb;
    font-size: 18px;
    border: solid #3c78a5 3px;
    font-family: Tahoma, Geneva, sans-serif;
    text-decoration: none;
}

.loginButton:hover {
    cursor: pointer;
    background: #78aad2;
    background-image: -webkit-linear-gradient(top, #78aad2, #3c91be);
    background-image: -moz-linear-gradient(top, #78aad2, #3c91be);
    background-image: -ms-linear-gradient(top, #78aad2, #3c91be);
    background-image: -o-linear-gradient(top, #78aad2, #3c91be);
    background-image: linear-gradient(to bottom, #78aad2, #3c91be);
    text-decoration: none;
}

#jeziciTable td{
    font-size: 14px;
    color: #666;
    width: 100px;
}

#footerTable td{
    font-size: 14px;
    text-align: center;
    color: #666;
    width: 33%;
}

.notAllowed{
    cursor: not-allowed;
}
.capsWarning{
    color: #f93e3e;
    position: absolute;
    margin-left: 18%;
    opacity: 0;
    font-weight: bold;
    font-size: small;
}
.elementToFadeInAndOut {
    opacity: 0;
    animation: fade 2s linear;
}

@keyframes fade {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}


/******* NAV CSS **********/

    a
    {
        text-decoration: none;
        color: #111b47;
    }

    a:hover
    {
        border-bottom: 1px dashed #ED971F;
        color: #ED971F;
    }

    /**** slider ****/

    #slider, ul
    {
        height: 350px;
    }

    #slider
    {
        margin-left:20%;
        /*margin: auto;*/
        overflow: hidden;
        font-size:12px;
        padding: 10px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        margin-top: 30px;
        border-radius: 10px;
        box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.25);
        position: relative;
        width: 200px;
    }

    #slider li
    {
        float: left;
        position: relative;
        width: 600px;
        display: inline-block;
        height: 350px;
    }

    #slider ul
    {
        list-style: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 9000px;
        transition: left .3s linear;
        -moz-transition: left .3s linear;
        -o-transition: left .3s linear;
        -webkit-transition: left .3s linear;
        margin-left: -225px;
        font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
        color: #555;
    }

    /*** Content ***/

    .slider-container
    {
        margin: 0 auto;
        padding: 0;
        width: 200px;
        min-height: 180px;
        border-bottom: 1px solid #ccc;
    }

    .slider-container h4
    {
        color: #0A7FAD;
        text-shadow: -1px 0 0 rgba(0, 0, 0, 0.50);
    }

    .slider-container img
    {
        width: 190px;
    }

    .slider-container  p
    {
        margin: 5px 5px;
        padding-top: 20px;
        line-height: 150%;
        text-align: justify;
        border-top: 1px solid #ccc;
    }

    /*** target hooks ****/

    @-webkit-keyframes slide-animation {
        0% {opacity:0;}
        2% {opacity:1;}
        20% {left:0; opacity:1;}
        22.5% {opacity:0.6;}
        25% {left:-600px; opacity:1;}
        45% {left:-600px; opacity:1;}
        47.5% {opacity:0.6;}
        50% {left:-1200px; opacity:1;}
        70% {left:-1200px; opacity:1;}
        72.5% {opacity:0.6;}
        75% {left:-1800px; opacity:1;}
        95% {opacity:1;}
        98% {left:-1800px; opacity:0;}
        100% {left:0; opacity:0;}
    }
    @keyframes slide-animation {
        0% {opacity:0;}
        2% {opacity:1;}
        20% {left:0; opacity:1;}
        22.5% {opacity:0.6;}
        25% {left:-600px; opacity:1;}
        45% {left:-600px; opacity:1;}
        47.5% {opacity:0.6;}
        50% {left:-1200px; opacity:1;}
        70% {left:-1200px; opacity:1;}
        72.5% {opacity:0.6;}
        75% {left:-1800px; opacity:1;}
        95% {opacity:1;}
        98% {left:-1800px; opacity:0;}
        100% {left:0; opacity:0;}
    }

    #slider ul
    {
        animation: slide-animation 20s infinite;
        -webkit-animation: slide-animation 20s infinite;
    }

    /* use to paused the content on mouse over */

    #slider ul:hover
    {
        -moz-animation-play-state: paused;
        -webkit-animation-play-state: paused;
    }
/******* NAV CSS END **********/