@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('font/open-sans-v13-latin-300.eot');
    src: local('Open Sans Light'), local('OpenSans-Light'), url('font/open-sans-v13-latin-300.eot?#iefix') format('embedded-opentype'), url('font/open-sans-v13-latin-300.woff2') format('woff2'), url('font/open-sans-v13-latin-300.woff') format('woff'), url('font/open-sans-v13-latin-300.ttf') format('truetype'), url('font/open-sans-v13-latin-300.svg#OpenSans') format('svg')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('font/open-sans-v13-latin-regular.eot');
    src: local('Open Sans'), local('OpenSans'), url('font/open-sans-v13-latin-regular.eot?#iefix') format('embedded-opentype'), url('font/open-sans-v13-latin-regular.woff2') format('woff2'), url('font/open-sans-v13-latin-regular.woff') format('woff'), url('font/open-sans-v13-latin-regular.ttf') format('truetype'), url('font/open-sans-v13-latin-regular.svg#OpenSans') format('svg')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('font/open-sans-v13-latin-600.eot');
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('font/open-sans-v13-latin-600.eot?#iefix') format('embedded-opentype'), url('font/open-sans-v13-latin-600.woff2') format('woff2'), url('font/open-sans-v13-latin-600.woff') format('woff'), url('font/open-sans-v13-latin-600.ttf') format('truetype'), url('font/open-sans-v13-latin-600.svg#OpenSans') format('svg')
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(font/MaterialIcons-Regular.eot);
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(font/MaterialIcons-Regular.woff2) format('woff2'), url(font/MaterialIcons-Regular.woff) format('woff'), url(font/MaterialIcons-Regular.ttf) format('truetype')
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga'
}

html {
    -webkit-tap-highlight-color: rgba(0, 170, 224, .5);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    height: 100%
}

body {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.84615;
    color: #646567;
    background-color: #f5f5f5;
    margin: 0;
    height: 100%;
    min-width: 1029px;
}

*,
:after,
:before {
    box-sizing: inherit
}

a {
    text-decoration: none
}

.header {
    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) -2px 1px 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) -2px 1px 2px;
    box-shadow: rgba(0, 0, 0, 0.1) -2px 1px 2px;
    position: relative;
    z-index: 11;
    width: 100%;
    font-weight: normal;
    background: #fff;
    height: 60px;
    float: right;
    border-bottom: 1px solid #ccc
}

.sidebar {
    float: left;
    width: 220px;
    z-index: 1100;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 1px 2px;
    z-index: 99;
    position: fixed;
    overflow: hidden;
    top: 84px;
    border: 1px solid #e4e2e2;
    left: 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.user {
    float: right;
    border-left: 1px solid #ececec;
    line-height: 60px;
    padding: 0 10px
}

.top-nav {
    float: right
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

.top-nav .top-nav__item {
    float: left;
    margin-top: 0;
    height: 60px;
    border-left: 1px solid #d6dadd;
    background-color: #fff
}

.green {
    color: white!important;
    background: #6fe46f!important;
    border-radius: 100%;
}

.top-nav .top-nav__item.active a,
.top-nav__item a:hover {
    border-top-color: #00aae0!important;
    cursor: pointer
}

.top-nav .top-nav__item>a,
.top-nav .secondary-nav .search .ctrl-holder .top-nav__item>input.text,
.secondary-nav .search .ctrl-holder .top-nav .top-nav__item>input.text {
    font-size: 14px;
    font-size: 13px;
    display: block;
    padding: 15px 25px 16px;
    font-weight: 600;
    color: #676767;
    text-align: center;
    word-wrap: break-word;
    border-top: 4px solid #fff;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -moz-transition-property: border-color;
    -o-transition-property: border-color;
    -webkit-transition-property: border-color;
    transition-property: border-color
}

.container {
    float: left;
    background: white;
    margin: 24px;
    border: 1px solid #e4e2e2;
    padding: 10px;
    width: 850px;
    margin-left: 260px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.container h2 {
    width: 100%;
    font-size: 1.3em;
    font-weight: normal;
    border-bottom: 2px solid #00aae0;
    padding-bottom: 5px;
    position: relative
}

.container span {
    font-size: 12px;
    width: 98%;
    text-align: center
}

.progress {
    height: 25px;
    width: 260px;
    margin: 200px auto 10px;
    webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid #dedede
}

.sort {
    width: 100px!important;
    padding: 5px!important;
    font-size: 13px!important;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0
}

.progress .prgbar {
    background: #1487e2;
    ?>% position: relative;
    height: 27px;
    z-index: 999;
    */border: ;
    position: relative;
    top: -1px;
    box-shadow: 0 0 10px #9ecaed
}

.progress .prgtext {
    color: #3c3c3c;
    text-align: center;
    font-size: 11px;
    padding: 4px 0 0;
    width: 260px;
    position: absolute;
    z-index: 1000
}

.progress .prginfo {
    margin: 3px 0
}

.disc,
.images,
.cache,
.boxe {
    width: 267px;
    float: left;
    height: 300px;
    border: 1px solid #e0e0e0;
    padding: 5px;
    margin: 2px;
    display: inline-block;
    position: relative;
    color: #b5b5b5
}

.boxe span {
    float: left;
    margin: 20px 0;
    font-size: 13px;
    color: #a7a5a5
}

.boxe h1 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 70px;
    color: #bfbfbf
}

.cache {
    background: url(disc-cache.png) no-repeat top center
}

.disc {
    background: url(disc.png) no-repeat top center
}

.images {
    background: url(disc-img.png) no-repeat top center
}

.user_activ {
    width: 50px;
    height: 60px;
    background-size: contain;
    text-align: center;
    border-radius: 5px;
    float: left;
    margin: 0 10px;
}

.sidebar span {
    width: 100%;
    float: left;
    text-align: center;
    color: white;
    font-size: 14px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.14)
}

.sidebar h2 {
    width: 100%;
    float: left;
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding-bottom: 10px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.13);
    border-bottom: 1px solid black
}

.post {
    float: left;
    width: 220px;
    background: #f1f1f1;
    padding: 10px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.11)
}

.post span {
    text-align: left;
    padding-left: 10%;
    color: #292929;
    text-shadow: none;
    font-size: 1.1em;
    padding: 3px 0 3px 10%;
}

.mmenu {
    margin-top: 10px;
    float: left;
    border-top: 2px solid #3498db;
    background: white
}

.mmenu li {
    float: left;
    width: 100%;
    text-align: left;
    padding: 10px 0 10px 10%;
    border-bottom: 1px solid #ddd
}

.mmenu li a {
    color: #646567;
    font-size: 14px;
    font-weight: 400;
}

.article {
    width: 100%;
    height: 100px;
    margin: 2px 0;
    float: left;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    color: #636363;
    position: relative
}

.article:hover {
    color: black;
    border-color: #9ecaed!important;
    box-shadow: 0 0 10px #9ecaed!important
}

.id {
    float: left;
    width: 7%;
    height: 100px;
    border-right: 1px solid #d6dadd;
    text-align: center;
    line-height: 100px;
    font-weight: 600
}

.datum {
    float: left;
    width: 100px;
    height: 100px;
    border-right: 1px solid #d6dadd;
    text-align: center;
    line-height: 100px;
    font-weight: 600
}

.img {
    float: left;
    width: 100px;
    height: 80px;
    border-right: 1px solid #d6dadd;
    padding: 10px
}

.naslov {
    float: left;
    line-height: 25px;
    font-size: 13px;
    margin: 0 5px;
    font-weight: 600;
    text-align: left;
    max-width: 470px;
    margin-top: 15px
}

.opcije {
    width: 80px;
    height: 100px;
    float: right;
    border-left: 1px solid #ccc
}

.uredi {
    float: left;
    width: 100%;
    text-align: center;
    height: 49px;
    border-bottom: 1px solid #ccc;
    line-height: 49px
}

.delete {
    float: left;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    background: whitesmoke;
    color: #ef4a4a
}

.delete a {
    color: red;
    font-weight: 300;
    font-size: 11px
}

.uredi a {
    color: #0362ad;
    font-weight: 600;
    font-size: 13px
}

#hideMe {
    -moz-animation: cssAnimation 0s ease-in 1s forwards;
    -webkit-animation: cssAnimation 0s ease-in 1s forwards;
    -o-animation: cssAnimation 0s ease-in 1s forwards;
    animation: cssAnimation 0s ease-in 1s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@keyframes cssAnimation {
    to {
        width: 0;
        padding: 0;
        display: none;
        height: 0;
        overflow: hidden
    }
}

@-webkit-keyframes cssAnimation {
    to {
        width: 0;
        padding: 0;
        display: none;
        height: 0;
        visibility: hidden
    }
}

textarea {
    width: 100%;
    height: 500px;
    border: #ddd solid 1px;
    padding: 5px 10px;
    resize: none;
    font-family: 'Open Sans Condensed', sans-serif!important;
    font-weight: 400;
    font-size: 1em
}

form span,
.obj-video span {
    float: left;
    text-align: left!important;
    font-size: 13px!important;
    font-weight: 600;
    margin-bottom: 10px
}

.slug {
    float: left;
    margin-top: -15px;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 10px;
    width: 90%;
    margin: -15px 5px 10px
}

#forma fieldset:not(:first-of-type) {
    display: none
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

.button_holder {
    float: left;
    width: 100%;
    padding: 10px 0
}

.next {
    float: right;
    border: 1px solid #0362ad;
    background: #0362ad;
    padding: 10px 50px;
    color: white;
    border-radius: 5px;
    font-weight: 600
}

.previous {
    float: left;
    border-radius: 5px;
    border: 1px solid #0362ad;
    background: #0362ad;
    padding: 10px 50px;
    color: white;
    font-weight: 600
}

.novi {
    float: right;
    font-size: 15px;
    padding: 4px 15px;
    background: #1487e2;
    color: white;
    font-weight: 600;
    html {
        -webkit-tap-highlight-color: rgba(0, 170, 224, .5);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        height: 100%
    }
    body {
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1.84615;
        color: #646567;
        background-color: #f5f5f5;
        margin: 0;
        height: 100%
    }
    *,
    :after,
    :before {
        box-sizing: inherit
    }
    a {
        text-decoration: none
    }
    .header {
        font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
        -moz-box-shadow: rgba(0, 0, 0, 0.1) -2px 1px 2px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.1) -2px 1px 2px;
        box-shadow: rgba(0, 0, 0, 0.1) -2px 1px 2px;
        position: relative;
        z-index: 11;
        width: 100%;
        font-weight: normal;
        background: #fff;
        height: 60px;
        float: right;
        border-bottom: 1px solid #ccc
    }
    .sidebar {
        float: left;
        width: 220px;
        z-index: 1100;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.1) 2px 1px 2px;
        z-index: 99;
        height: 372px;
        position: fixed;
        overflow: hidden;
        top: 84px;
        border: 1px solid #e4e2e2;
        left: 20px;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
    }
    .user {
        float: right;
        border-left: 1px solid #ececec;
        line-height: 60px;
        padding: 0 10px
    }
    .top-nav {
        float: right
    }
    ul,
    li {
        list-style: none;
        margin: 0;
        padding: 0
    }
    .top-nav .top-nav__item {
        float: left;
        margin-top: 0;
        height: 60px;
        border-left: 1px solid #d6dadd;
        background-color: #fff
    }
    .top-nav .top-nav__item.active a,
    .top-nav__item a:hover {
        border-top-color: #00aae0!important;
        cursor: pointer
    }
    .top-nav .top-nav__item>a,
    .top-nav .secondary-nav .search .ctrl-holder .top-nav__item>input.text,
    .secondary-nav .search .ctrl-holder .top-nav .top-nav__item>input.text {
        font-size: 14px;
        font-size: .875rem;
        display: block;
        padding: 15px 40px 16px;
        font-weight: 600;
        color: #676767;
        text-align: center;
        word-wrap: break-word;
        border-top: 4px solid #fff;
        -moz-transition-duration: 200ms;
        -o-transition-duration: 200ms;
        -webkit-transition-duration: 200ms;
        transition-duration: 200ms;
        -moz-transition-property: border-color;
        -o-transition-property: border-color;
        -webkit-transition-property: border-color;
        transition-property: border-color
    }
    .container {
        float: left;
        background: white;
        margin: 24px;
        border: 1px solid #e4e2e2;
        padding: 10px;
        width: calc(100% - 500px);
        margin-left: 260px;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
    }
    .container h2 {
        width: 100%;
        font-size: 1.3em;
        font-weight: normal;
        border-bottom: 2px solid #00aae0;
        padding-bottom: 5px
    }
    .container span {
        font-size: 12px;
        width: 98%;
        text-align: center
    }
    .progress {
        height: 25px;
        width: 260px;
        margin: 200px auto 10px
    }
    .progress .prgbar {
        background: #bcd7ea;
        ?>% position: relative;
        height: 25px;
        z-index: 999;
        */
    }
    .progress .prgtext {
        color: #3c3c3c;
        text-align: center;
        font-size: 11px;
        padding: 4px 0 0;
        width: 260px;
        position: absolute;
        z-index: 1000
    }
    .progress .prginfo {
        margin: 3px 0
    }
    .disc,
    .images {
        width: 270px;
        float: left;
        height: 300px;
        border: 1px solid #e0e0e0;
        padding: 5px;
        margin: 2px
    }
    .disc {
        background: url(disc.jpg) no-repeat top center
    }
    .images {
        background: url(images.jpg) no-repeat top center
    }
    .user_activ {
        width: 50px;
        height: 60px;
        background: #fff;
        text-align: center;
        background-size: contain;
        border-radius: 5px;
        float: left;
        margin: 0 10px
    }
    
    .sidebar span {
        width: 100%;
        float: left;
        text-align: center;
        color: white;
        font-size: 14px;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.14)
    }
    .sidebar h2 {
        width: 100%;
        float: left;
        margin: 0;
        text-align: center;
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
        padding-bottom: 10px;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.13);
        border-bottom: 1px solid black
    }
    .post {
        float: left;
        width: 220px;
        background: #f1f1f1;
        padding: 10px 0 0;
        border-top: 1px solid rgba(255, 255, 255, 0.11)
    }
    .post span {
        text-align: left;
        padding-left: 10%;
        color: #292929;
        text-shadow: none;
        font-size: 1.2em
    }
    .mmenu {
        margin-top: 10px;
        float: left;
        border-top: 2px solid #3498db;
        background: white
    }
    .mmenu li {
        float: left;
        width: 100%;
        text-align: left;
        padding: 10px 0 10px 10%;
        border-bottom: 1px solid #ddd
    }
    .mmenu li a {
        color: #646567;
        font-size: 14px;
        font-weight: 300
    }
    .article {
        width: 100%;
        height: 100px;
        margin: 2px 0;
        float: left;
        border: 1px solid #dcdcdc;
        border-radius: 5px;
        color: #ccc;
        position: relative
    }
    .article:hover {
        color: black
    }
    .id {
        float: left;
        width: 7%;
        height: 100px;
        border-right: 1px solid #d6dadd;
        text-align: center;
        line-height: 100px;
        font-weight: 600
    }
    .datum {
        float: left;
        width: 100px;
        height: 100px;
        border-right: 1px solid #d6dadd;
        text-align: center;
        line-height: 100px;
        font-weight: 600
    }
    .img {
        float: left;
        width: 100px;
        height: 80px;
        border-right: 1px solid #d6dadd;
        padding: 10px
    }
    .naslov {
        float: left;
        line-height: 50px;
        font-size: 13px;
        margin: 0 5px;
        font-weight: 600
    }
    .opcije {
        width: 80px;
        height: 100px;
        float: right;
        border-left: 1px solid #ccc
    }
    .uredi {
        float: left;
        width: 100%;
        text-align: center;
        height: 49px;
        border-bottom: 1px solid #ccc;
        line-height: 49px
    }
    .delete {
        float: left;
        width: 100%;
        text-align: center;
        height: 50px;
        line-height: 50px
    }
    .delete a {
        color: red;
        font-weight: 300;
        font-size: 11px
    }
    .uredi a {
        color: #0362ad;
        font-weight: 600;
        font-size: 13px
    }
    #hideMe {
        -moz-animation: cssAnimation 0s ease-in 1s forwards;
        -webkit-animation: cssAnimation 0s ease-in 1s forwards;
        -o-animation: cssAnimation 0s ease-in 1s forwards;
        animation: cssAnimation 0s ease-in 1s forwards;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
    @keyframes cssAnimation {
        to {
            width: 0;
            padding: 0;
            display: none;
            height: 0;
            overflow: hidden
        }
    }
    @-webkit-keyframes cssAnimation {
        to {
            width: 0;
            padding: 0;
            display: none;
            height: 0;
            visibility: hidden
        }
    }
    textarea {
        width: 100%;
        height: 500px;
        border: #ddd solid 1px;
        padding: 5px 10px;
        resize: none;
        font-family: 'Open Sans Condensed', sans-serif!important;
        font-weight: 400;
        font-size: 1em
    }
    form span,
    .obj-video span {
        float: left;
        text-align: left!important;
        font-size: 13px!important;
        font-weight: 600;
        margin-bottom: 10px
    }
    .slug {
        float: left;
        margin-top: -15px;
        font-size: 11px;
        font-weight: 600;
        margin-bottom: 10px;
        width: 90%;
        margin: -15px 5px 10px
    }
    #forma fieldset:not(:first-of-type) {
        display: none
    }
    fieldset {
        padding: 0;
        margin: 0;
        border: 0
    }
    .button_holder {
        float: left;
        width: 100%;
        padding: 10px 0
    }
    .next {
        float: right;
        border: 1px solid #0362ad;
        background: #0362ad;
        padding: 10px 50px;
        color: white;
        border-radius: 5px;
        font-weight: 600
    }
    .previous {
        float: left;
        border-radius: 5px;
        border: 1px solid #0362ad;
        background: #0362ad;
        padding: 10px 50px;
        color: white;
        font-weight: 600
    }
    .novi {
        float: right;
        font-size: 15px;
        padding: 2px 15px;
        background: #1487e2;
        color: white;
        font-weight: 600
    }
    .obj-video,
    .obj-galerija {
        float: left;
        width: 90%;
        border: 1px solid #dcdcdc;
        border-radius: 5px;
        margin-bottom: 15px;
        padding: 5%;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
    }
    .f-box {
        padding: 10px;
        margin: auto;
        text-align: center;
        margin-top: 10px
    }
    #slika {
        width: 300px;
        margin: auto
    }
    #slika img {
        width: 300px;
        height: auto;
        margin: 10px 0
    }
    .thickbox,
    .thick {
        margin: auto;
        background: #1487e2;
        color: white;
        font-size: 12px;
        border-radius: 3px;
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid #1276c5
    }
    input:focus {
        outline: 0;
        border-color: #9ecaed;
        box-shadow: 0 0 10px #9ecaed
    }
    .delete-img {
        font-size: 12px;
        padding: 5px 15px;
        margin: auto;
        background: #bf0c29;
        color: white;
        font-weight: 400;
        text-align: center;
        cursor: pointer
    }
    #galerij {
        float: left;
        margin-bottom: 10px
    }
    #galerij li {
        float: left;
        width: 120px;
        overflow: hidden;
        background: whitesmoke;
        border: 1px solid #d9d9d9;
        margin: 10px;
        height: 90px;
        text-align: center;
        vertical-align: bottom
    }
    #frameWrap {
        position: relative;
        height: 500px;
        width: 100%;
        margin-top: 10px;
        background: white
    }
    #iframe1 {
        height: 500px;
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0
    }
    #loader1 {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        right: 0;
        margin: auto;
        bottom: 0;
        background: #fff url(/cdn/img/loader.gif) no-repeat center center;
        height: 100%;
        background-size: contain
    }
    #galerij li img {
        width: 100%;
        height: 100%
    }
    .publish-post {
        position: fixed;
        bottom: 60px;
        background: #0362ad;
        padding: 20px 56px;
        margin: 10px;
        color: #fff;
        text-align: center;
        z-index: 100;
        right: 0;
        text-transform: uppercase;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        display: inline-block;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px
    }
    .elimina {
        position: absolute;
        background: #0362ad;
        border: 1px solid #044171;
        font-size: 15px;
        padding: 20px 56px;
        color: #fff;
        height: 22px;
        width: 50px;
        text-align: center;
        z-index: 100;
        font-weight: 600;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        cursor: pointer;
        margin: auto;
        text-transform: uppercase;
        font-family: "Open Sans", Helvetica, Arial, sans-serif
    }
    .lis {
        width: 100%;
        float: left;
        font-size: 12px;
        padding: 3px 0;
        border-bottom: 1px solid #d4d4d4;
        color: #949494;
        font-family: "Open Sans", Helvetica, Arial, sans-serif
    }
    .lis b {
        float: left;
        margin-right: 5px;
        font-size: 14px;
        font-weight: 600
    }
    .hide {
        display: none!important
    }
    .mmenu li:hover {
        cursor: pointer;
        background-color: #f5f5f5
    }
    .thickbox:hover,
    .thick:hover {
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
    }
    .header span {
        float: left;
        width: 60px;
        text-align: center;
        line-height: 15px;
        margin-top: 14px
    }
    .header h2 {
        float: left;
        width: 100px;
        font-size: 14px;
        height: 10px;
        margin: 0
    }
    .box--login,
    .btn--primary,
    .btn--primary:hover {
        transition: all ease .8s
    }
    .box--login {
        padding: 24px;
        max-width: 340px;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 200px
    }
    .btn--primary,
    #forms__field,
    .forms__field {
        font-weight: 400;
        font-size: 1.0769em;
        outline: 0;
        width: calc(100% - 35px);
        font-family: "Open Sans", Helvetica, Arial, sans-serif
    }
    #forms__field,
    .forms__field {
        color: #4c4c4c;
        padding: 10px;
        border-radius: 6px;
        border: 1px solid #dcdcdc;
        margin-bottom: 20px;
        float: left;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
    }
    input:-webkit-autofill,
    select:-webkit-autofill,
    textarea:-webkit-autofill {
        background-color: #fff;
        background-image: none;
        color: #000
    }
    .btn--primary {
        min-height: 30px;
        color: #fff;
        padding: 5px;
        border-radius: 6px;
        border: 1px solid #004983;
        background: #004983;
        cursor: pointer;
        width: 200px;
        float: right;
        margin-bottom: 10px
    }
    .btn--primary:hover,
    .novi:hover {
        background: #0362ad
    }
    .ERROR {
        position: fixed;
        top: 60px;
        background: #e47c68;
        border: 1px solid #d46c57;
        font-size: 13px;
        padding: 10px 36px;
        margin: 10px;
        color: #fff;
        text-align: center;
        z-index: 100;
        right: 0
    }
    display:inline-block;
    margin-bottom:0;
    font-size:14px;
    font-weight:400;
    line-height:1.42857143;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background-image:none;
    border:1px solid transparent;
    border-radius:4px
}

.obj-video,
.obj-galerija {
    float: left;
    width: 90%;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 5%;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.f-box {
    padding: 10px;
    margin: auto;
    text-align: center;
    margin-top: 10px
}

#slika {
    width: 300px;
    margin: auto
}

#slika img {
    width: 300px;
    height: auto;
    margin: 10px 0
}

.thickbox {
    margin: auto;
    background: #1487e2;
    color: white;
    font-size: 12px;
    border-radius: 3px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #1276c5
}

input:focus,
.form-control:focus {
    outline: 0;
    border-color: #9ecaed!important;
    box-shadow: 0 0 10px #9ecaed!important
}

.delete-img,
.bak {
    font-size: 12px;
    padding: 5px 15px;
    margin: auto;
    background: #bf0c29;
    color: white;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    margin: auto;
    color: white;
    font-size: 12px;
    border-radius: 3px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ad0a24
}

#galerij {
    float: left;
    margin-bottom: 10px
}

#galerij li {
    float: left;
    width: 120px;
    overflow: hidden;
    background: whitesmoke;
    border: 1px solid #d9d9d9;
    margin: 10px;
    height: 90px;
    text-align: center;
    vertical-align: bottom
}

#frameWrap {
    position: relative;
    height: 500px;
    width: 100%;
    margin-top: 10px;
    background: white
}

#iframe1 {
    height: 500px;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0
}

#loader1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 256px;
    height: 100px;
    right: 0;
    margin: auto;
    bottom: 0;
    background: #fff url(/cdn/img/loader.gif) no-repeat center center;
    height: 256px;
    background-size: cover
}

#galerij li img {
    width: 100%;
    height: 100%
}

.publish-post {
    position: fixed;
    bottom: 60px;
    background: #0362ad;
    padding: 20px 56px;
    margin: 10px;
    color: #fff;
    text-align: center;
    z-index: 100;
    right: 0;
    text-transform: uppercase;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.elimina {
    position: absolute;
    background: #1487e2;
    border: 1px solid #127fd6;
    font-size: 15px;
    padding: 10px 56px;
    color: #fff;
    height: 22px;
    width: 150px;
    text-align: center;
    z-index: 100;
    left: 0;
    right: 0;
    border-radius: 3px;
    top: 0;
    bottom: 0;
    cursor: pointer;
    margin: auto;
    font-family: "Open Sans", Helvetica, Arial, sans-serif
}

.lis {
    width: 100%;
    float: left;
    font-size: 12px;
    padding: 3px 0;
    border-bottom: 1px solid #d4d4d4;
    color: #949494;
    font-family: "Open Sans", Helvetica, Arial, sans-serif
}

.lis b {
    float: left;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 600
}

.hide {
    display: none!important
}

.mmenu li:hover {
    cursor: pointer;
    background-color: #f5f5f5
}

.thickbox:hover {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.header span {
    float: left;
    width: 60px;
    text-align: center;
    line-height: 15px;
    margin-top: 14px
}

.header h2 {
    float: left;
    width: 100px;
    font-size: 14px;
    height: 10px;
    margin: 0
}

.mmenu li a i,
.post span i,
.novi i,
.uredi i,
.delete i {
    font-size: 13px;
    margin: 4px;
    position: relative;
    top: 2px;
    left: -5px
}

.top-nav__item a i {
    font-size: 16px;
    position: relative;
    top: 3px;
    left: -5px;
    color: #1487e2
}

.delete:hover,
.uredi:hover,
.delete-img:hover,
.bak:hover {
    cursor: pointer;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn--primary:hover {
    transition: all ease .8s;
    cursor: pointer;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.objavljeno {
    position: fixed;
    background: rgba(226, 226, 226, 0.77);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}

.window {
    position: fixed;
    background: #fff;
    z-index: 102;
    color: #000;
    border: 40px solid #fff;
    text-align: left;
    top: 0;
    left: 0;
    border-radius: 4px;
    bottom: 0;
    right: 0;
    margin: auto!important;
    overflow: hidden;
    width: 500px;
    height: 300px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.window p {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px
}

.window h2 {
    float: left;
    width: 94%;
    text-align: center;
    border: 1px dotted #d4d4d4;
    margin: 10px 0;
    font-size: 13px;
    font-style: italic;
    text-transform: uppercase;
    padding: 10px
}

.but-ord {
    float: left;
    width: 440px;
    margin: 30px;
    height: 31px
}

.window i {
    width: 100%;
    text-align: center;
    color: #59e059;
    font-size: 4em
}

.but {
    background: #1487e2;
    color: white;
    font-size: 12px;
    border-radius: 3px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #1276c5
}

.poruke {
    float: left;
    height: 60px;
    width: 60px;
    margin-left: 35px;
    border-left: 1px solid #d6dadd;
    border-right: 1px solid #d6dadd;
    position: relative
}

.poruke i {
    text-align: center;
    line-height: 56px;
    width: 60px;
    font-size: 24px;
    color: #1487e2;
    border-top: 4px solid #fff
}

.poruke i:hover {
    border-top-color: #00aae0!important;
    cursor: pointer
}

.por-counter {
    position: absolute;
    background: #f15c5c;
    top: 6px;
    right: 6px;
    border-radius: 100%;
    text-align: center;
    color: white;
    padding: 0 6px;
    font-weight: bold;
    font-size: 9px
}

.blink_me,
.alerte {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0
    }
    50% {
        opacity: .0
    }
    100% {
        opacity: 1.0
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0
    }
    50% {
        opacity: .0
    }
    100% {
        opacity: 1.0
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0
    }
    50% {
        opacity: .0
    }
    100% {
        opacity: 1.0
    }
}

.hhead {
    width: 100%;
    float: left;
    height: 50px;
    border-bottom: 1px solid #e4e2e2;
    background: whitesmoke;
    text-align: center;
    line-height: 50px;
    font-size: 15px
}

.potekst {
    width: 96%;
    float: left;
    text-align: center;
    padding: 20px 2%
}

.poruka_get {
    width: 100%;
    margin: 5px 0;
    float: left;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    position: relative
}

.msgbox {
    width: 100%;
    float: left;
    margin: 100px 0;
    text-align: center;
    font-size: 18px
}

.msgbox i {
    width: 100%;
    font-size: 100px
}

.pomail {
    float: left;
    width: calc(50% - 1px);
    height: 50px;
    border-top: 1px solid #e4e2e2;
    border-right: 1px solid #e4e2e2;
    background: whitesmoke;
    text-align: center;
    line-height: 50px;
    font-size: 15px
}

.pomail i {
    position: relative;
    font-size: 18px;
    top: 3px;
    left: -5px
}

.potel {
    float: right;
    width: 50%;
    height: 50px;
    border-top: 1px solid #e4e2e2;
    background: whitesmoke;
    text-align: center;
    line-height: 50px;
    font-size: 15px
}

.potel i {
    position: relative;
    font-size: 18px;
    top: 3px;
    left: -5px
}

.cbut {
    float: right;
    padding: 1px 5px;
    background: hsl(4, 88%, 67%);
    color: white;
    top: 10px;
    right: 10px;
    font-size: 11px;
    position: absolute;
    margin-bottom: 0;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.cbut i {
    float: left
}

@-webkit-keyframes blink {
    50% {
        border: 1px solid #1487e2
    }
}

.reed {
    -webkit-animation: blink .5s step-end infinite alternate
}

.oop {
    position: absolute;
    bottom: 10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100px;
    font-size: 12px
}

.ifoo {
    width: 260px;
    margin: 200px auto 10px;
    text-align: center
}

#frameWrap span {
    font-size: 15px;
    padding: 50px;
    width: 50%;
    display: block;
    margin: 0 auto
}

.alerte {
    background: red!important
}

.round {
    float: left;
    background: #fdfdfd;
    padding: 8px 40px;
    border-radius: 20px;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    position: relative;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.round i {
    position: absolute;
    right: -25px;
    font-size: 17px;
    top: 10px;
    color: white;
    background: #e88686;
    border-radius: 100%;
    z-index: 50;
    cursor: pointer;
    padding: 1px 1px 1px 0
}

.upozorenje {
    position: absolute;
    top: 140px;
    text-align: center;
    font-weight: bold;
    color: red
}

.l-kat {
    position: absolute;
    bottom: 0;
    font-size: 11px;
    font-weight: 400
}

.disc-holder {
    width: 100%;
    float: left;
    height: 315px
}

.box--login,
.btn--primary,
.btn--primary:hover {
    transition: all ease .8s
}

.box--login {
    padding: 24px;
    max-width: 340px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 200px
}

.btn--primary,
#forms__field,
.forms__field {
    font-weight: 400;
    font-size: 1.0769em;
    outline: 0;
    width: calc(100% - 35px);
    font-family: "Open Sans", Helvetica, Arial, sans-serif
}

#forms__field,
.forms__field {
    color: #4c4c4c;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
    float: left;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
    background-color: #fff;
    background-image: none;
    color: #000
}

.btn--primary {
    min-height: 30px;
    color: #fff;
    padding: 5px;
    border-radius: 6px;
    border: 1px solid #004983;
    background: #004983;
    cursor: pointer;
    width: 200px;
    float: right;
    margin-bottom: 10px;
    float: right;
    font-size: 15px;
    padding: 4px 15px;
    background: #1487e2;
    color: white;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn--primary:hover,
.novi:hover,
.cbut:hover {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.ERROR {
    position: fixed;
    top: 60px;
    background: #e47c68;
    border: 1px solid #d46c57;
    font-size: 13px;
    padding: 10px 36px;
    margin: 10px;
    color: #fff;
    text-align: center;
    z-index: 100;
    right: 0;
    border-radius: 3px
}

* {
    padding: 0;
    margin: 0
}

#TB_window {
    font: 12px Arial, Helvetica, sans-serif;
    color: #333
}

#TB_secondLine {
    font: 10px Arial, Helvetica, sans-serif;
    color: #666
}

#TB_window a:link {
    color: #666
}

#TB_window a:visited {
    color: #666
}

#TB_window a:hover {
    color: #000
}

#TB_window a:active {
    color: #666
}

#TB_window a:focus {
    color: #666
}

#TB_overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.TB_overlayMacFFBGHack {
    background: url(macFFBgHack.png) repeat
}

.TB_overlayBG {
    background-color: #e4e3e3;
    filter: alpha(opacity=75);
    -moz-opacity: .75;
    opacity: .75
}

* html #TB_overlay {
    position: absolute;
    height: expression(document.body.scrollHeight>document.body.offsetHeight ? document.body.scrollHeight: document.body.offsetHeight+'px')
}

#TB_window {
    position: fixed;
    background: #fff;
    z-index: 102;
    color: #000;
    display: none;
    border: 40px solid #fff;
    text-align: left;
    top: 0;
    left: 0;
    border-radius: 4px;
    bottom: 0;
    right: 0;
    margin: auto!important;
    overflow: hidden;
    height: 300px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

* html #TB_window {
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2)+(TBWindowMargin=document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)+'px')
}

#TB_window img#TB_Image {
    display: block;
    margin: 15px 0 0 15px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #666;
    border-left: 1px solid #666
}

#TB_caption {
    height: 25px;
    padding: 7px 30px 10px 25px;
    float: left
}

#TB_closeWindow {
    height: 25px;
    padding: 11px 25px 10px 0;
    float: right
}

#TB_closeAjaxWindow {
    padding: 7px 10px 5px 0;
    margin-bottom: 1px;
    text-align: right;
    float: right
}

#TB_ajaxWindowTitle {
    float: left;
    padding: 7px 0 5px 10px;
    margin-bottom: 1px
}

#TB_title {
    background-color: #e8e8e8;
    height: 27px
}

#TB_ajaxContent {
    clear: both;
    padding: 2px 15px 15px 15px;
    overflow: auto;
    text-align: left;
    line-height: 1.4em
}

#TB_ajaxContent.TB_modal {
    padding: 15px
}

#TB_ajaxContent p {
    padding: 5px 0 5px 0
}

#TB_load {
    position: fixed;
    display: none;
    height: 13px;
    width: 208px;
    z-index: 103;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px
}

* html #TB_load {
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2)+(TBWindowMargin=document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)+'px')
}

#TB_HideSelect {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    border: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%
}

* html #TB_HideSelect {
    position: absolute;
    height: expression(document.body.scrollHeight>document.body.offsetHeight ? document.body.scrollHeight: document.body.offsetHeight+'px')
}

#TB_iframeContent {
    clear: both;
    border: 0;
    margin-bottom: -1px;
    margin-top: 1px;
    _margin-bottom: 1px;
    overflow: hidden
}
.user_activ i {
        font-size: 30px;
        text-align: center;
        line-height: 50px;
    }
    .loading {
        background: white;
        text-align: center;
        margin-top: 170px;
    }