﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    /*padding-top: 50px;*/
    /*padding-bottom: 20px;*/
    /*width: 100vw !important;*/
    background-image: url('../Images/editRecord.png');
    background-repeat: no-repeat;
    background-size: cover;
    /*border: 1px solid red;*/
}





/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    width: 100% !important;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}
.sorter {
    color: #151f32;
}



.ddl {
    width: 160px;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 3px;
    -webkit-appearance: none;
    background-image: url('/Images/Arrowhead-Down-01.png');
    background-position: 130px;
    background-repeat: no-repeat;
    text-indent: 0.01px; /*In Firefox*/
    text-overflow: ''; /*In Firefox*/
    /*float:left;*/
    margin-left: 20px;
}

.ddl2 {
    width: 260px;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 3px;
    -webkit-appearance: none;
    background-image: url('/Images/Arrowhead-Down-01.png');
    background-position: 230px;
    background-repeat: no-repeat;
    text-indent: 0.01px; /*In Firefox*/
    text-overflow: ''; /*In Firefox*/
    /*float:left;*/
    margin-left: 20px;
}

.mapa {
    /* background-image: url("bkgmap.png");*/
}

.mapcontainer {
    /*border: 1px solid gray;*/
    filter: drop-shadow(0 0 0.85rem black);
    /*background-image: url("/Images/bkgmap2.png");*/
}

.lightblue-region {
    fill: #00a4ef;
    cursor: pointer;
}

    .lightblue-region:hover {
        fill: #00a4ef;
        opacity: 0.7;
    }

.lightgreen-region {
    fill: #6ab43e;
    cursor: pointer;
}

    .lightgreen-region:hover {
        fill: #6ab43e;
        opacity: 0.7;
    }

.lightbrown-region {
    fill: #e89d41;
    cursor: pointer;
}

    .lightbrown-region:hover {
        fill: #e89d41;
        opacity: 0.7;
    }

.lightorange-region {
    fill: #f9e7a0;
    cursor: pointer;
}

    .lightorange-region:hover {
        fill: #f9e7a0;
        opacity: 0.7;
    }

.lightpurple-region {
    fill: #735cb0;
    cursor: pointer;
}

    .lightpurple-region:hover {
        fill: #735cb0;
        opacity: 0.7;
    }

svg text {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ddl_predmet {
    margin-top: 0px;
    position: relative;
    top: -20px;
}

.scene {
    /*border: 1px solid #CCC;*/
    margin: 20px 0;
    position: relative;
    width: 210px;
    height: 140px;
    margin: 80px auto;
    perspective: 1000px;
}

.carousel {
    width: 100%;
    height: 100%;
    position: absolute;
    transform: translateZ(-288px);
    transform-style: preserve-3d;
    transition: transform 1s;
}

.carousel__cell {
    position: absolute;
    width: 190px;
    height: 120px;
    left: 10px;
    top: 10px;
    border: 2px solid black;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-align: center;
    transition: transform 1s, opacity 1s;
}

    .carousel__cell:nth-child(9n+1) {
        background: hsla( 0, 100%, 50%, 0.95);
    }

    .carousel__cell:nth-child(9n+2) {
        background: hsla( 40, 100%, 50%, 0.95);
    }

    .carousel__cell:nth-child(9n+3) {
        background: hsla( 80, 100%, 50%, 0.95);
    }

    .carousel__cell:nth-child(9n+4) {
        background: hsla(120, 100%, 50%, 0.95);
    }

    .carousel__cell:nth-child(9n+5) {
        background: hsla(160, 100%, 50%, 0.95);
    }

    .carousel__cell:nth-child(9n+6) {
        background: hsla(200, 100%, 50%, 0.95);
    }

    .carousel__cell:nth-child(9n+7) {
        background: hsla(240, 100%, 50%, 0.95);
    }

    .carousel__cell:nth-child(9n+8) {
        background: hsla(280, 100%, 50%, 0.95);
    }

    .carousel__cell:nth-child(9n+0) {
        background: hsla(320, 100%, 50%, 0.95);
    }

    .carousel__cell:nth-child(1) {
        transform: rotateY( 0deg) translateZ(288px);
    }

    .carousel__cell:nth-child(2) {
        transform: rotateY( 40deg) translateZ(288px);
    }

    .carousel__cell:nth-child(3) {
        transform: rotateY( 80deg) translateZ(288px);
    }

    .carousel__cell:nth-child(4) {
        transform: rotateY(120deg) translateZ(288px);
    }

    .carousel__cell:nth-child(5) {
        transform: rotateY(160deg) translateZ(288px);
    }

    .carousel__cell:nth-child(6) {
        transform: rotateY(200deg) translateZ(288px);
    }

    .carousel__cell:nth-child(7) {
        transform: rotateY(240deg) translateZ(288px);
    }

    .carousel__cell:nth-child(8) {
        transform: rotateY(280deg) translateZ(288px);
    }

    .carousel__cell:nth-child(9) {
        transform: rotateY(320deg) translateZ(288px);
    }



.carousel-options {
    text-align: center;
    position: relative;
    z-index: 2;
    /*background: hsla(0, 0%, 100%, 0.8);*/
    top: -100px;
}

.jumbotron-obshtini2 {
    background-color: rgba(120, 120, 120, 0.1);
    border-radius: 10px;
}

.footer {
    margin-top: 250px !important;
    bottom: 0px !important;
    width: 100%;
    background-color: #151f32;
    color: white;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    position: absolute;
}

#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    padding-bottom: 250px; /* Footer height */
}

/*#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
}*/

.subtext {
    color: #7f7f7f;
}

.txt-right {
    text-align: right !important;
}

.txt-left {
    text-align: left !important;
}

.txt-center {
    text-align: center !important;
}

.notebookContainer {
    background-color: #f5f5f5;
    width: 600px;
    margin: 0 auto;
    padding: 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.lines {
    position: relative;
    top: -74px;
    border-left: 1px solid #ffaa9f;
    border-right: 1px solid #ffaa9f;
    width: 4px;
    float: left;
    height: 374px;
    margin-left: 80px;
}

.notebookTitle {
    color: #151f32;
    font-size: 32px;
    letter-spacing: -2px;
    text-align: center;
    margin-left: 105px;
}

.list {
    color: #555;
    font-size: 22px;
    padding: 0 !important;
    width: 600px;
    /*font-family: courier, monospace;*/
    border: 1px solid #dedede;
}

.list li {
    list-style: none;
    border-bottom: 1px dotted #ccc;
    text-indent: 25px;
    height: auto;
    padding: 10px;
    text-transform: capitalize;
}

.protButton {
    max-height: 32px;
    position: relative;
    right: 20px;
}

.list li:hover {
    background-color: #f0f0f0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.toolMargin {
    margin-left: 3px;
    display:inline;
}

.fontNomrmalizer {
    font-size: 0.9em !important;
    /*color: #3abca7 !important;*/
}
.toolstd {
    width: 160px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}

.configBox{
    width:800px !important;
}