﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*$isus-plava: #083961;*/
/*theme-col: #c85c57*/

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

.render-body {
    max-width: 80vw;
    margin: auto;
    padding-top: 130px;
    background-color: #f3f3f4;
}


@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

h1 {
    /*color: #083961 !important;*/
}

body {
    margin-bottom: 0px !important;
}


.popisObrazaca {
    max-width: 70vw;
    margin-left: 15vw;
}

.centriraj {
    width: 100% !important;
}


body.landing-page {
    width: 100%;
    background-color: #f3f3f4;
}

.ikonica {
    padding: 8px;
}

.gornjiHeader {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: OpenSans Regular; /*"Roboto", sans-serif !important;*/
    color: white;
}


div.navbar-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 100vw;
    background-color: white !important;
}

.container {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: -15px !important;
}

    .landing-page .navbar-default .nav li a:hover {
        text-decoration: underline !important;
    }

    .landing-page .navbar-default .nav li a.ulogovanUser {
        color: darkgrey !important;
        user-select: none !important;
        cursor: context-menu !important;
    }

        .landing-page .navbar-default .nav li a.ulogovanUser:hover {
            color: darkgrey !important;
        }

.landing-page .navy-line {
    width: 60px;
    height: 1px;
    margin: 60px auto 0;
    /*border-bottom: 2px solid #083961 !important;*/
}

.sweet-alert button.cancel {
    padding: 10px 8px;
    background-color: white !important;
    border: 1px solid lightgrey !important;
    color: #c85c57 !important;
    min-width: 32px;
    font-size: 12px;
}

    .sweet-alert button.cancel:hover {
        background-color: lightgrey !important;
    }

.nav .active a {
    background-color: #c85c57 !important;
    color: white !important;
}

.custom-helper-links, .custom-helper-links a {
    /* color: #999; */
    margin-right: 20px;
    font-size: 16px;
    text-align: right;
    color: #c85c57;
    font-family: OpenSans Regular; /*"Roboto", sans-serif;*/
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    width: 95vw;
}

.pomocLinkovi {
    display: flex;
    flex-direction: column;
    margin-left: 40px;
    margin-top: 30px;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    position: fixed;
    left: 15vw;
    top: 150px;
    z-index: 2;
    max-width: 160px;
}

    .pomocLinkovi a.selected {
        color: #c85c57;
        font-weight: bold;
        text-decoration: underline;
    }


.pomocSadrzaj {
    position: relative;
    left: 190px;
    width: 50vw;
    text-align: justify;
}

.questionPomoc {
    padding: 10px;
    color: #c85c57;
}

    .questionPomoc:hover {
        cursor: pointer;
    }

.form-control:focus, .single-line:focus {
    border-color: #c85c57 !important;
}

.ui-dialog-titlebar-close {
    display: none;
}


.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #c85c57 !important;
    color: white !important;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 440px;
}

.dropdown.open #navbarDropdown {
    background-color: #c85c57 !important;
    color: white !important;
}

.dropdown-menu > .dropdown-item {
    background-color: #3c4242 !important;
    color: white;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0px;
    padding: 20px;
    min-width: 250px;
    background-color: #3c4242 !important;
    color: white;
}

/*Naslovnica*/
.sadrzaj > p, .sadrzaj > ul > li, .sadrzaj {
    color: #c85c57 !important;
}

.hideSmallScreenOrFlex {
    display: flex;
}

/*end*/
@media (max-width: 1240px) {
    .headerFont {
        font-size: 1rem;
    }
}

@media (max-width: 1100px) {
    hideSmallScreenOrFlex {
        display: none;
    }
}

@media (max-width: 1110px) {

    .render-body {
        max-width: 70vw;
    }

    .popisObrazaca {
        max-width: initial;
        margin-left: initial;
    }

    .pomocLinkovi {
        left: 10vw;
        margin: 5px;
    }

    .pomocSadrzaj {
        left: 250px;
        width: 60vw
    }
}



@media (max-width: 768px) {

    .render-body {
        max-width: 100vw;
    }


    .sdus {
        display: none
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0px !important;
    }


    .pomocLinkovi {
        font-size: 1.2em;
        margin: 5px;
        padding: 10px;
        position: initial;
        max-width: calc(100vw - 30px);
        border-bottom: 1px solid #c85c57;
    }

    .pomocSadrzaj {
        left: 0vw;
        width: calc(100vw - 25px);
        padding: 10px;
    }

    .dropdown-menu > .dropdown-item {
        padding-left: 30px;
    }
}

/*TOPVIEW*/

nav.navbar {
    background-color: #343939 !important;
}

.futer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow: hidden;
    height: 40px;
    margin-top: -40px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background-color: #343939 !important;
}

#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow: hidden;
    height: 40px;
    margin-top: -40px;
    /*display: flex;*/
    flex-direction: row-reverse;
    align-items: center;
    background-color: #343939 !important;
}

.in2_logo {
    margin-right: 30px;
    max-height: 25px;
}

.page-scroll {
    color: #99aec2 !important;
}

a {
    color: #1d73af;
}

.isus-title {
    color: #99aec2 !important;
    font-size: 2em;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .2px;
    font: 500 28px/32px Roboto,"Helvetica Neue",sans-serif;
}

@media (max-width: 490px) {
    .isus-title {
        font-size: 1.3em;
    }
}

@media (max-width: 340px) {
    .isus-title {
        font-size: 0.9em;
    }
}

.dropdown.open #navbarDropdown {
    background-color: #343939 !important;
    color: white !important;
}

.dropdown-menu > .dropdown-item {
    background-color: #3c4242 !important;
    color: white;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0px;
    padding: 20px;
    min-width: 250px;
    background-color: #3c4242 !important;
    color: white;
}

.landing-page .navbar-default .nav li .menuItem:hover {
    background-color: #343939;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #eee;
    border-color: #c85c57;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #343939;
}

.textoTitleLeft {
    font-size: 2em;
    color: white;
    padding-top: 200px;
}

.boxLogin {
    background: white;
    margin-top: 90px;
}

.bg-img {
    /*background-image: url("/Files//Images//pozadina_login.png");*/
    background-image: url("../Files//Images//pozadina_login.png");
    /*background-image: url('patterns/pozadina_login.png');*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 800px;
    height: 500px;
    display: block;
    min-width: 800px;
    max-width: 800px;
    min-height: 500px;
    max-height: 500px;
}

.inBody {
    background-color: #f3f3f4;
}

#page-top {
    background-color: #f3f3f4;
}

.wrapper.wrapper-content.white-bg {
    background-color: #f3f3f4;
    /*margin-top: -5%;*/
}

.gray-bg {
    background-color: #f3f3f4;
    margin-top: -7%;
}

.pace .pace-progress {
    background: #c85c57;
    position: fixed;
    z-index: 2040;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.pace-inactive {
    display: none;
}

@media only screen and (min-width: 1006px) {
    #loginWithOutImage {
        display: none;
    }
    /*#loginWithImage.col-md-6.bg-img.col-centered {
        margin-top: -70px;
    }*/
    /*.bg-img {
        background-image: url("/Files//Images//pozadina_login.png");*/
    /*background-image: url('patterns/pozadina_login.png');*/
    /*background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 700px;
        height: 400px;
        display: block;
        min-width: 400px;
        max-width: 680px;
        min-height: 100px;
        max-height: 300px;
    }*/
    .textoTitleLeft {
        font-size: 2em;
        color: white;
        padding-top: 190px;
        margin-right: 50px;
    }

    .boxLogin {
        background: white;
        width: 300px;
        height: 300px;
        margin-left: 30px;
        margin-top: 100px;
    }
}

@media only screen and (max-width: 700px) {
    #loginWithImage {
        display: none;
    }

    .boxLogin {
        background: white;
        margin-top: -50px;
    }
}

@media screen and (min-width: 701px) and (max-width: 990px) {
    #loginWithOutImage {
        display: none;
    }

    .bg-img {
        /*background-image: url("/Files//Images//pozadina_login.png");*/
        background-image: url("../Files//Images//pozadina_login.png");
        /*background-image: url('patterns/pozadina_login.png');*/
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 700px;
        height: 600px;
        display: block;
        min-width: 600px;
        max-width: 680px;
        min-height: 150px;
        max-height: 300px;
    }

    .textoTitleLeft {
        font-size: 2em;
        color: white;
        padding-top: 120px;
        margin-right: 350px;
    }

    .boxLogin {
        background: white;
        width: 250px;
        max-height: 150px;
        height: 100px;
        margin-left: 320px;
        margin-top: -160px;
    }

    #loginWithImage.col-md-6.bg-img.col-centered {
        margin-top: -40px;
    }
}

.login-title-extrabold {
    color: #c85c57;
    font-family: OpenSans Extrabold
}

.login-title-bold {
    color: #c85c57;
    font-family: OpenSans Bold;
    position: center;
}
.login-title {
    font-family: OpenSans Regular;
    position: center;
}
.login-title-regular {
    color: #c85c57;
    font-family: OpenSans Regular;
    position: center;
}


/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*$isus-plava: #343939;*/

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

.render-body {
    max-width: 80vw;
    margin: auto;
    padding-top: 130px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}


nav.navbar {
    background-color: #343939 !important;
}

h1 {
    /*color: #083961 !important;*/
}



body {
    margin-bottom: 0px !important;
}


.popisObrazaca {
    max-width: 70vw;
    margin-left: 15vw;
}

.centriraj {
    width: 100% !important;
}

.inBody {
    wbackground-color: #f3f3f4;
}

/*.kockice-duple-background {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('../Files/Images/kock.jpg');
    background-size: 60%;
    background-repeat: repeat;
    z-index: -99;
}*/

@media (max-width: $mobilnaDimenzija) {
    ./*kockice-duple-background {
        background-size: 120%;
    }*/
}

body.landing-page {
    width: 100%;
    color: #aeaeae;
}


.wrapper-content {
    /*background-image: linear-gradient( to right, #3439391c, white, white, white, white, white, #3439391c );*/
}

/*.futer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow: hidden;
    height: 40px;
    margin-top: -40px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background-color: #343939 !important;
}*/

/*.in2_logo {
    margin-right: 30px;
    max-height: 25px;
}*/

.grb {
    height: 48px;
    margin: 8px 50px 8px 20px;
}

    .grb.maliEkran {
        display: none;
    }

    .grb.velikiEkran {
        display: initial;
    }


.ikonica {
    padding: 8px;
}



div.navbar-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 100vw;
    background-color: white !important;
    /*background-image: linear-gradient( to right, #3439391c, white, white, white, white, white, #3439391c );*/
}

.container {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: -15px !important;
}

.containerFooter {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: -15px !important;
}

/*.kockice {
    width: 100% !important;
    max-height: 400px !important;
    background-size: cover !important;
    background-position: center center;
    transform: translate(-50%, 0%);
    position: absolute;
    top: 0px;
    left: 50%;
}*/

.landing-page .navbar-default .nav li a {
    color: #99aec2 !important;
}


    .landing-page .navbar-default .nav li a:hover {
        /*color: white !important;*/
        text-decoration: underline !important;
    }

    .landing-page .navbar-default .nav li a.ulogovanUser {
        color: darkgrey !important;
        user-select: none !important;
        cursor: context-menu !important;
    }

        .landing-page .navbar-default .nav li a.ulogovanUser:hover {
            color: darkgrey !important;
        }

.landing-page .navy-line {
    width: 60px;
    height: 1px;
    margin: 60px auto 0;
    /*border-bottom: 2px solid #343939 !important;*/
}

.sweet-alert button.cancel {
    padding: 10px 8px;
    background-color: white !important;
    border: 1px solid lightgrey !important;
    color: #c85c57 !important;
    min-width: 32px;
    font-size: 12px;
}

    .sweet-alert button.cancel:hover {
        background-color: lightgrey !important;
    }

.nav .active a {
    background-color: #c85c57 !important;
    color: white !important;
}

.custom-helper-links, .custom-helper-links a {
    /* color: #999; */
    margin-right: 20px;
    font-size: 16px;
    text-align: right;
    color: #c85c57;
    font-family: OpenSans Regular; /*"Roboto", sans-serif;*/
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    width: 95vw;
}

.pomocLinkovi {
    display: flex;
    flex-direction: column;
    margin-left: 40px;
    margin-top: 30px;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    position: fixed;
    left: 15vw;
    top: 150px;
    z-index: 2;
    max-width: 160px;
    /*color: white !important;
    background-color: #343939;*/
}

    .pomocLinkovi a.selected {
        color: #343939;
        font-weight: bold;
        text-decoration: underline;
    }


.pomocSadrzaj {
    position: relative;
    left: 190px;
    width: 50vw;
    text-align: justify;
}

.questionPomoc {
    padding: 10px;
    color: #343939;
}

    .questionPomoc:hover {
        cursor: pointer;
    }

.form-control:focus, .single-line:focus {
    border-color: #343939 !important;
}

.ui-widget-content {
    background-image: linear-gradient( to right, #3439391c, white, white, white, white, white, white, white, white, #3439391c ) !important;
}

.ui-dialog-titlebar-close {
    display: none;
}


.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #343939 !important;
    color: white !important;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 440px;
}

.dropdown.open #navbarDropdown {
    background-color: #343939 !important;
    color: white !important;
}

.dropdown-menu > .dropdown-item {
    background-color: #343939 !important;
    color: white;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0px;
    padding: 20px;
    min-width: 250px;
    background-color: #343939 !important;
    color: white;
}

/*Naslovnica*/
.sadrzaj > p, .sadrzaj > ul > li, .sadrzaj {
    color: #343939 !important;
}

/*.sadrzaj > p > strong > h2 {
    color: black !important;
}*/

/*end*/
/*menu items*/
.landing-page .navbar-default .nav li .menuItem:hover {
    background-color: #343939;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #343939;
}

.hideSmallScreenOrFlex {
    display: flex;
}

.header-slike {
    display: flex;
    color: rgb(8, 57, 97);
    margin-right: 15px;
}
/*end*/
@media (max-width: 1240px) {
    .headerFont {
        font-size: 1rem;
    }
}

@media (max-width: 1100px) {
    hideSmallScreenOrFlex {
        display: none;
    }
}

@media (max-width: 1110px) {
    .header-slike {
        display: none
    }

    /*.inBody {
        background-image: linear-gradient( to right, #3439391c, white, white, white, white, white, white, white, white, #3439391c ) !important;
    }
*/
    .render-body {
        max-width: 70vw;
    }

    .popisObrazaca {
        max-width: initial;
        margin-left: initial;
    }

    .pomocLinkovi {
        left: 10vw;
        margin: 5px;
    }

    .pomocSadrzaj {
        left: 250px;
        width: 60vw
    }
}



@media (max-width: 768px) {

    .grb.maliEkran {
        display: initial;
    }

    .grb.velikiEkran {
        display: none;
    }

    .render-body {
        max-width: 100vw;
    }


    .inBody {
        background-image: linear-gradient(white, white) !important;
    }

    .isus-title {
        font-size: 1.5em;
    }

    .sdus {
        display: none
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0px !important;
        margin-left:10px;
    }

    .grb {
        margin: 10px
    }

    .pomocLinkovi {
        font-size: 1.2em;
        margin: 5px;
        padding: 10px;
        position: initial;
        max-width: calc(100vw - 30px);
        border-bottom: 1px solid #343939;
    }

    .pomocSadrzaj {
        left: 0vw;
        width: calc(100vw - 25px);
        padding: 10px;
    }

    .dropdown-menu > .dropdown-item {
        padding-left: 30px;
    }

    .landing-page .navbar-wrapper .navbar {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        border-bottom: 1px solid #e7eaec;
        border-radius: 0;
    }

    .landing-page .navbar .navbar-header {
        display: block;
        float: none;
    }

    .landing-page .navbar .navbar-header .navbar-toggle {
        background-color: #ffffff;
        padding: 9px 10px;
        border: none;
    }
    .futer {
        display:none;
    }
}

@media (max-width: 490px) {
    .isus-title {
        font-size: 1.3em;
    }
}

@media (max-width: 340px) {
    .isus-title {
        font-size: 0.9em;
    }
}

.label {
    background-color: #d1dade;
    color: #5e5e5e;
    font-family: OpenSans Regular; /*'Open Sans';*/
    font-size: 10px;
    font-weight: 600;
    padding: 3px 8px;
    text-shadow: none;
}

.glyphicon-search {
    background-color: #808080;
    border-color: #808080;
    color: #FFFFFF;
}

    .glyphicon-search:hover,
    .glyphicon-search:focus,
    .glyphicon-search:active,
    .glyphicon-search.active,
    .glyphicon-search:active:focus,
    .glyphicon-search:active:hover,
    .glyphicon-search.active:hover,
    .glyphicon-search.active:focus {
        background-color: #808080;
        border-color: #808080;
        color: #FFFFFF;
    }


.btn-primary {
    background-color: #c85c57;
    border-color: #c85c57;
    color: #FFFFFF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
    background-color: #ad3e38;
    border-color: #ad3e38;
    color: #FFFFFF;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

    .btn-primary.disabled,
    .btn-primary.disabled:hover,
    .btn-primary.disabled:focus,
    .btn-primary.disabled:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled],
    .btn-primary[disabled]:hover,
    .btn-primary[disabled]:focus,
    .btn-primary[disabled]:active,
    .btn-primary.active[disabled],
    fieldset[disabled] .btn-primary,
    fieldset[disabled] .btn-primary:hover,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary:active,
    fieldset[disabled] .btn-primary.active {
        background-color: #ad3e38;
        border-color: #ad3e38;
    }


.landing-page .btn-primary, .sweet-alert button {
    padding: 10px 8px;
    background-color: #c85c57 !important;
    border-color: #c85c57 !important;
    color: #FFFFFF !important;
    min-width: 32px;
    font-size: 12px;
}
.landing-page .btn-primary:hover,
.landing-page .btn-primary:focus,
.landing-page .btn-primary:active,
.landing-page .btn-primary.active,
.landing-page .btn-primary:active:focus,
.landing-page .btn-primary:active:hover,
.landing-page .btn-primary.active:hover,
.landing-page .btn-primary.active:focus, .sweet-alert button {
    padding: 10px 8px;
    background-color: #ad3e38 !important;
    border-color: #ad3e38 !important;
    color: #FFFFFF !important;
    min-width: 32px;
    font-size: 12px;
}

.btn-success {
    background-color: #808080;
    border-color: #808080;
    color: #FFFFFF;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success,
    .btn-success:active:focus,
    .btn-success:active:hover,
    .btn-success.active:hover,
    .btn-success.active:focus {
        background-color: #666666;
        border-color: #666666;
        color: #FFFFFF;
    }

    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        background-image: none;
    }

        .btn-success.disabled,
        .btn-success.disabled:hover,
        .btn-success.disabled:focus,
        .btn-success.disabled:active,
        .btn-success.disabled.active,
        .btn-success[disabled],
        .btn-success[disabled]:hover,
        .btn-success[disabled]:focus,
        .btn-success[disabled]:active,
        .btn-success.active[disabled],
        fieldset[disabled] .btn-success,
        fieldset[disabled] .btn-success:hover,
        fieldset[disabled] .btn-success:focus,
        fieldset[disabled] .btn-success:active,
        fieldset[disabled] .btn-success.active {
            background-color: #1f90d8;
            border-color: #1f90d8;
        }

.btn-default {
    background-color: #808080;
    border-color: #808080;
    color: #FFFFFF;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default.active:focus {
    background-color: #737373;
        border-color: #737373;
        color: #FFFFFF;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}

    .btn-default.disabled,
    .btn-default.disabled:hover,
    .btn-default.disabled:focus,
    .btn-default.disabled:active,
    .btn-default.disabled.active,
    .btn-default[disabled],
    .btn-default[disabled]:hover,
    .btn-default[disabled]:focus,
    .btn-default[disabled]:active,
    .btn-default.active[disabled],
    fieldset[disabled] .btn-default,
    fieldset[disabled] .btn-default:hover,
    fieldset[disabled] .btn-default:focus,
    fieldset[disabled] .btn-default:active,
    fieldset[disabled] .btn-default.active {
        color: #737373;
    }

/*.landing-page .btn-primary, .sweet-alert button {
    background-color: #ad3e38 !important;
    border-color: #ad3e38 !important;
}*/

.btn-info {
    background-color: #c85c57 !important;
    border-color: #c85c57 !important;
    color: #FFFFFF !important;
    min-width: 32px;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info.active,
    .open .dropdown-toggle.btn-info,
    .btn-info:active:focus,
    .btn-info:active:hover,
    .btn-info.active:hover,
    .btn-info.active:focus {
        background-color: #c85c57;
        border-color: #c85c57;
        color: #FFFFFF;
    }

.btn-spremi {
    background-color: #c85c57 !important;
    border-color: #c85c57 !important;
    color: #FFFFFF !important;
}

.badge {
    background-color: #d1dade;
    color: #5e5e5e;
    font-family: OpenSans Regular; /*'Open Sans';*/
    font-size: 11px;
    font-weight: 600;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    text-shadow: none;
}
.label-primary,
.badge-primary {
    background-color: #c85c57;
    color: #FFFFFF;
}

.label-success,
.badge-success {
    background-color: #808080;
    color: #FFFFFF;
}

.label-warning,
.badge-warning {
    background-color: #f8ac59;
    color: #FFFFFF;
}

.label-warning-light,
.badge-warning-light {
    background-color: #f8ac59;
    color: #ffffff;
}

.btn-danger {
    background-color: #c85c57;
    border-color: #c85c57;
    color: #FFFFFF;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger,
.btn-danger:active:focus,
.btn-danger:active:hover,
.btn-danger.active:hover,
.btn-danger.active:focus {
    background-color: #ad3e38;
    border-color: #ad3e38;
    color: #FFFFFF;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none;
}

    .btn-danger.disabled,
    .btn-danger.disabled:hover,
    .btn-danger.disabled:focus,
    .btn-danger.disabled:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled],
    .btn-danger[disabled]:hover,
    .btn-danger[disabled]:focus,
    .btn-danger[disabled]:active,
    .btn-danger.active[disabled],
    fieldset[disabled] .btn-danger,
    fieldset[disabled] .btn-danger:hover,
    fieldset[disabled] .btn-danger:focus,
    fieldset[disabled] .btn-danger:active,
    fieldset[disabled] .btn-danger.active {
        background-color: #ad3e38;
        border-color: #ad3e38;
    }

.label-danger,
.badge-danger {
    background-color: #c85c57;
    color: #FFFFFF;
}

.btn-danger.btn-outline {
    color: #c85c57;
}

.btn-danger.btn-outline:hover {
    color: #fff;
}

.label-info,
.badge-info {
    background-color: #23c6c8;
    color: #FFFFFF;
}

.label-inverse,
.badge-inverse {
    background-color: #262626;
    color: #FFFFFF;
}

.label-white,
.badge-white {
    background-color: #FFFFFF;
    color: #5E5E5E;
}

.label-white,
.badge-disable {
    background-color: #2A2E36;
    color: #8B91A0;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
    float: left;
    width: 50%;
    height: 20px;
    padding: 0;
    line-height: 20px;
    font-size: 12px;
    color: white;
    font-family: OpenSans Regular; /*Trebuchet, Arial, sans-serif;*/
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.glyphicon.fa {
    font-family: OpenSans Regular; /*"FontAwesome";*/
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 16px;
    padding: 0;
    line-height: 16px;
    font-size: 10px;
    color: white;
    font-family: OpenSans Regular; /*Trebuchet, Arial, sans-serif;*/
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#nestable2 .dd-item > button {
    font-family: OpenSans Regular; /*FontAwesome;*/
    height: 34px;
    width: 33px;
    color: #c1c1c1;
}

#nestable-output,
#nestable2-output {
    width: 100%;
    font-size: 0.75em;
    line-height: 1.333333em;
    font-family: OpenSans Regular; /*open sans, lucida grande, lucida sans unicode, helvetica, arial, sans-serif;*/
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/*#toast-container > .toast:before {
    font-family: OpenSans Regular;*/ /*FontAwesome;*/
/*}*/

.jvectormap-tip {
    position: absolute;
    display: none;
    border: solid 1px #CDCDCD;
    border-radius: 3px;
    background: #292929;
    color: white;
    font-family: OpenSans Regular; /*sans-serif, Verdana;*/
    font-size: smaller;
    padding: 5px;
}

body {
    font-family: OpenSans Regular; /*"open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}

body.landing-page {
  font-family: OpenSans Regular;/*'Open Sans', helvetica, arial, sans-serif;*/
}

.landing-page .navbar-default .nav li a {
    color: #fff;
    font-family: OpenSans Regular; /*'Open Sans', helvetica, arial, sans-serif;*/
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
}

body.md-skin {
    font-family: OpenSans Regular; /*"Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    background-color: #ffffff;
}

.md-skin .label,
.md-skin .badge {
    font-family: OpenSans Regular; /*'Roboto';*/
}

.md-skin #nestable-output,
.md-skin #nestable2-output {
    font-family: OpenSans Regular; /*'Roboto', lucida grande, lucida sans unicode, helvetica, arial, sans-serif;*/
}

.md-skin .landing-page {
    font-family: OpenSans Regular; /*'Roboto', helvetica, arial, sans-serif;*/
}

.md-skin .landing-page.navbar-default .nav li a {
    font-family: OpenSans Regular;/*'Roboto', helvetica, arial, sans-serif;*/
}

.md-skin.landing-page .navbar-default .nav li a {
  font-family: OpenSans Regular;/*'Roboto', helvetica, arial, sans-serif;*/
}