/* DARK THEME */

body {
    background-color: #404040 !important;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

.none {
    display: none !important;

}

.pagination>li {
    background-color: #15202b;
}

.active {
    background: gray;
}

.navbar-nav>.active>a {
    background-color: transparent !important;
}

.tab-content>.active {
    background-color: transparent !important;
}

.nav-item>.active {
    background-color: #ffa343 !important;
    color: #1A1A1A !important;
}

.nav-item>.nav-link {
    color: #ffa343;
}


.break {
    word-break: break-all !important;
}

.break-w {
    word-break: break-all !important;
    width: 20px;
}

/*PRINT PAGE*/
@media print {

    #printPageButton,
    #header2,
    #horizontal {
        display: none !important;
    }

    #headerButton {
        visibility: hidden !important;
    }
}


/* ALL pages - text-animation */

.text-animation {
    font-size: 2rem;
    color: #FF9B04!important;
    
}

.kopce {
    text-decoration: none;
    background-color: #FFBA0A;
    border: none;
    color: #221F1A;
    padding: 0.7rem 0.9rem;
    font-size: 1.2rem !important;
    cursor: pointer;
    font-weight: bold!important;
}

.kopce:hover {
    background-color: #FF9B04;
    color: #221F1A;
}

table {
    font-size: 1.1rem;
}

/* end page - text-animation */
/* ANIMATIONS */
@keyframes scaleIN {
    100% {
        transform: translateY(0);
    }

    0% {
        transform: translateY(-5%);
    }
}
@keyframes line_animation {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

@keyframes fadeIN {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

table {
    animation: fadeIN 1s none !important;
}
.dash {
    animation: scaleIN 1s none !important;
}

.liner {
    border-bottom: 0.15rem solid grey !important;
    border-top-width: 0;
    animation-name: line_animation;
    animation-duration: 1.7s;
    animation-timing-function: linear;
}

/* END ANIMATIONS */
/* ADD / EDIT pages */

.edit-user,
.edit-apiary,
.edit-colony,
.edit-gondola,
.edit-queen {
    font-size: 1.1rem !important;
}

.add-user-form,
.add-colony,
.add-apiary,
.add-gondola-form,
.add-queen-form {
    font-size: 1rem !important;
}

.add-inspection {
    font-size: 1.2rem !important;
}

input,
select,
textarea {
    font-size: 1.1rem !important;
}

/* END ADD-USER */
/* ALL-USERS */

.all-users>table {
    font-size: 1.1rem !important;
}

/* END ALL-USERS */
/* HEADER */



.horizontal {
    background-color: #1A1A1A !important;
    width: 100%;
    height: 3rem;
    position: fixed;


}

.horizontal #btn {
    color: lightgray;
    font-size: 1.3rem;
    height: 2rem;
    width: 2rem;
    margin-top: 0.3rem;
    text-align: center;
    line-height: 1.8rem;
    transform: translateX(-50%);
    border: 0.1rem solid white;
    border-radius: 20%;
    margin-left: 2.5rem;
}

#btn {
    cursor: pointer;
}

.locator {
    font-size: 1.1rem !important;
    color: lightgray;
    font-weight: bold;
}

.locator:hover {
    text-decoration: none;
    color: lightgray;

}

.elements {
    display: flex;
    float: right;
}

.elements>a {
    text-decoration: none;
    color: lightgray;
    font-size: 1rem;
    word-wrap: break-word;
    flex-wrap: wrap;
    transition: all 0.8s ease;
}

.elements>div>a {
    color: lightgray !important;
    font-size: 1rem;
    transition: all 0.8s ease;
}


#header2 {
    z-index: 3 !important;
    transition: all 0.8s ease;
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 15rem !important;
    background: linear-gradient(to bottom,
            #FFBA0A 27rem,
            #1A1A1A 4rem);
    padding: 0 0.7rem;
    transition: all 0.5s ease;

}

.sidebar .active {
    width: 15rem !important;
    transition: all 0.8s ease;
}

.sidebar ul {
    margin-top: 4rem;
}

.sidebar ul li {
    position: relative;
    height: 2.5rem;
    width: 100%;
    margin: 0;
    list-style: none;
    line-height: 2.5rem;
    transition: all 0.8s ease;
    margin-bottom: 0.5rem;
}


.lang,
.theme,
.logout,
.user {
    position: relative;
    height: 2.4rem;
    width: 100%;
    list-style: none;
    line-height: 1.3rem;
    margin-bottom: 0.3rem !important;
    transition: all 0.8s ease;
}

.sidebar .tooltip {
    position: absolute;
    left: 3rem;
    top: 50%;
    transform: translateY(-50%);
    height: 2rem;
    width: 10rem;
    background: white;
    line-height: 2.1rem;
    text-align: center;
    box-shadow: 0.1rem 0.1rem 0.5rem lightgray;
    transition: all 0.8s ease;
    opacity: 0;
    pointer-events: none;
    color: #1A1A1A;
    font-size: 1rem !important;

}

.sidebar ul li:hover .tooltip,
.sidebar .dropdown:hover .tooltip,
.sidebar div:hover .tooltip {
    transition: all 0.5s ease;
    opacity: 1;
    top: 50%;
}


.links-name {
    margin-left: 0.9rem;
    font-size: 1.1rem;
    transition: all 0.8s ease;
}

.links_name {
    font-size: 1.1rem;
    transition: all 0.8s ease;
}

.links-namee {
    margin-left: 0.9rem;
    font-size: 1rem;
    transition: all 0.8s ease;
}

.sidebar ul li a {
    color: black;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.4s ease;
}

.lang a,
.theme a,
.user a,
.logout a {
    color: black;
    background-color: white;
    border-radius: 0.3rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.8s ease;
}

.sidebar ul li a:hover,
.theme a:hover,
.lang a:hover,
.logout a:hover {
    background: white;
    color: black;
    border-radius: 0.3rem;
}


.sidebar ul li i {
    height: 2rem;
    min-width: 2rem;
    line-height: 2rem;
    text-align: center;
    font-size: 1.3rem;
    transition: all 0.8s ease;
}


.theme i,
.logout i,
.user i {
    height: 1.5rem !important;
    line-height: 1.5rem !important;
    margin-left: -0.6rem;
    text-align: center;
    font-size: 1.1rem;
    transition: all 0.8s ease;
}

.lang a img {
    height: 1.5rem;
    min-width: 1.5rem;
    text-align: center;
    padding-top: 0.4rem;
    transition: all 0.8s ease;
}

.lang>a {
    margin-bottom: 1rem !important;
}

.hide {
    width: 3.5rem !important;
    transition: all 0.8s ease;
}

.hide>ul>li>a>span,
.hide>div>div>div>div>a>span,
.hide>div>a>span {
    display: none !important;
}

.show>ul>li>span,
.show>div>span {
    display: none;
}


input.larger {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 5rem;
}

/* END HEADER*/
/*BEEKEPER DASHBOARD*/

.gridCont {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    grid-template-columns: repeat(auto-fill, minmax(186px, 1fr)) !important;
    grid-column-gap: 0.5rem !important;
    grid-row-gap: 0.5rem !important;
}

/*END BEEKEPER DASHBOARD*/
/*COLONY DETAILS*/

.colony_flex>div {
    flex-grow: 1;
    flex-basis: 0;
    margin: 0 2rem;
}

/*END DASHBOARDS*/
/* ADMIN DASHBOARD */

.inspection-chart {
    flex-grow: 1;
    flex-basis: 0;
    margin: 0 1rem;
    max-width: 25%;
}

/*Total count component*/

.octagonWrap {
    margin-left: -2rem !important;
    margin-top: -1.95rem !important;
    background: #D9D9D9;
    width: 144px;
    height: 144px;
    position: absolute;
    -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%) !important;
    clip-path: polygon(25% 5%, 75% 5%, 100% 46%, 100% 52%, 75% 95%, 25% 95%, 0 52%, 0 46%) !important;

}

.octagon {
    position: relative;
    background: #ECECEC;
    padding: 0.4rem;
    width: 143px;
    height: 143px;
    top: 1px;
    left: 3px;
    -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%) !important;
    clip-path: polygon(25% 5%, 75% 5%, 100% 46%, 100% 52%, 75% 95%, 25% 95%, 0 52%, 0 46%) !important;
}
.flex {
    display: flex;
    justify-content: space-between;
}

.flex>div {
    flex-grow: 1;
    width: 100%;
    margin: 0.5rem;
}

.clickable:hover {
    text-decoration: none;
}
/* LOGIN PAGE */

.login {
    margin-top: 2rem !important;
    box-shadow: 0.5rem 0.5rem 1rem darkslategray;
    backdrop-filter: blur(1px);
    background-color: #1A1A1A50;
}

.login-img {
    background-image: url("/images/BeeMan_osnova.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;

}

.reset {
    background-color: #1A1A1A50;
    margin-top: 2rem;
    padding: 0.5rem;
}

/*ADD General*/

.digitsGrid {
    margin: 1rem;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-auto-flow: dense;
    grid-gap: 1rem;
    width: 7vw;
}

.digitsGrid>div>button {
    background: #96e6a1;
    border-radius: 15% !important;
}

.digitsGrid>div {
    border-radius: 15% !important;
}

/* INSPECT - TABLES */

:root {
    --theadColor: #36454f;
    --theadTextColor: #ffa500;
    --darkColor: #000;
    --lightColor: #fff;
    --darkRowColor: #bc987e;

}

#move table.dataTable,
#move2 table.dataTable {
    border: 3px solid #232b2b;
    background-color: #232b2b;
    color: white!important;
  

}

#move th,
#move tr,
#move td,
#move2 th,
#move2 tr,
#move2 td {
    border-color: #232b2b !important;

}

#move thead,
#move2 thead {
    background-color: var(--theadColor);
    box-shadow: 2px 2px 5px 5px #232b2b;
}

#move thead>tr,
#move thead>tr>th,
#move2 thead>tr,
#move2 thead>tr>th {
    background-color: transparent;
    color: var(--theadTextColor) !important;
    font-weight: bold;
    text-align: center;


}

#move table.dataTable thead th,
#move table.dataTable thead td,
#move2 table.dataTable thead th,
#move2 table.dataTable thead td {
    border-bottom: 1px solid #111 !important;

}

#move .dataTables_wrapper>div,
#move2 .dataTables_wrapper>div {
    margin: 5px;
    color: white!important;
}


#move table.dataTable.display tbody tr.even>.sorting_1,
#move table.dataTable.order-column.stripe tbody tr.even>.sorting_1,
#move table.dataTable.display tbody tr.even,
#move table.dataTable.display tbody tr.odd>.sorting_1,
#move table.dataTable.order-column.stripe tbody tr.odd>.sorting_1,
#move table.dataTable.display tbody tr.odd,
#move2 table.dataTable.display tbody tr.even>.sorting_1,
#move2 table.dataTable.order-column.stripe tbody tr.even>.sorting_1,
#move2 table.dataTable.display tbody tr.even,
#move2 table.dataTable.display tbody tr.odd>.sorting_1,
#move2 table.dataTable.order-column.stripe tbody tr.odd>.sorting_1,
#move2 table.dataTable.display tbody tr.odd {
    background-color: gray;
    color: white;

}

#move table.dataTable thead th,
#move2 table.dataTable thead th {
    position: relative;
    background-image: none !important;
}


#move .dataTables_wrapper .dataTables_paginate .paginate_button,
#move2 .dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 10%;
    background: #404040 ;
    font-size: 1rem;
    color: white!important;
}
#move .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
#move2 .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
#move .dataTables_wrapper .dataTables_paginate .paginate_button .active,
#move2 .dataTables_wrapper .dataTables_paginate .paginate_button .active
{
    background: lightgray!important;
    color: #404040!important;
}

#move .dataTables_wrapper,
#move2 .dataTables_wrapper {
    background: gray !important;
    color: white!important;
    font-size: 1rem;
    width: 100%;
}



#move table.dataTable thead th.sorting:after,
#move table.dataTable thead th.sorting_asc:after,
#move table.dataTable thead th.sorting_desc:after,
#move2 table.dataTable thead th.sorting:after,
#move2 table.dataTable thead th.sorting_asc:after,
#move2 table.dataTable thead th.sorting_desc:after {
    position: absolute;
    top: 12px;
    right: 8px;
    display: block;
    font-family: "Font Awesome\ 5 Free";
    color: white;

}

#move table.dataTable thead th.sorting:after,
#move2 table.dataTable thead th.sorting:after {
    content: "\f0dc";
    color: #ddd;
    font-size: 0.8em;
    padding-top: 0.12em;

}

#move table.dataTable thead th.sorting_asc:after,
#move2 table.dataTable thead th.sorting_asc:after {
    content: "\f0de";
    background-color: wheat;
}

#move table.dataTable thead th.sorting_desc:after,
#move2 table.dataTable thead th.sorting_desc:after {
    content: "\f0dd";
}

#move table.dataTable.display tbody tr:hover>.sorting_1,
#move table.dataTable.order-column.hover tbody tr:hover>.sorting_1,
#move tbody tr:hover,
#move2 table.dataTable.display tbody tr:hover>.sorting_1,
#move2 table.dataTable.order-column.hover tbody tr:hover>.sorting_1,
#move2 tbody tr:hover {
    background-color: gray!important;
    color: black;
    font-weight: bold !important;
}

#move table.dataTable.display tbody tr>.sorting_1,
#move table.dataTable.order-column.hover tbody tr>.sorting_1,
#move tbody tr:nth-child(even),
#move2 table.dataTable.display tbody tr>.sorting_1,
#move2 table.dataTable.order-column.hover tbody tr>.sorting_1,
#move2 tbody tr:nth-child(even) {
    background-color: #36454f;
    color: #ffcba4;
    font-weight: bold !important;
    font-size: 1.1rem !important;
    align-items: center !important;
    border-collapse: collapse;
}

#move table.dataTable.display tbody tr>.sorting_1,
#move table.dataTable.order-column.hover tbody tr>.sorting_1,
#move tbody tr:nth-child(odd),
#move2 table.dataTable.display tbody tr>.sorting_1,
#move2 table.dataTable.order-column.hover tbody tr>.sorting_1,
#move2 tbody tr:nth-child(odd) {
    background-color: #3b444b;
    color: #ffcba4;
    font-weight: bold !important;
    font-size: 1.1rem !important;
    align-items: center !important;
    border-collapse: collapse; 
}
#move div.dataTables_wrapper{
    width: 62vw;
    margin: auto!important;
}

#move2 div.dataTables_wrapper {
    width: 73.5vw;
    margin: auto!important;
}

.todoTable tbody tr:nth-child(even) {
    background-color: #FFBA0A;
}

.todoTable tbody tr:nth-child(odd) {
    background-color: #FF9B04!important;
}
.todoTable tbody tr:hover {
    background-color: #ffe08f!important;
}

/* ADD OVERVIEWS */
.shap {
    position: relative;
}
.over{
    display: flex!important;
    justify-content: center;
    flex-wrap: wrap!important;
    margin: auto!important;
}
.over >a:hover > p {
    color: white!important;
}

.immg {
   width: 3.5rem!important;
   margin-left: -18.5rem;
   position: absolute;

}

.overviews {
    width: 25rem;
    margin: 0.2rem;
   
}
.overviews > p {
    text-transform: uppercase !important;
    color: #000;
    position: absolute;
    width: 10rem;
    font-weight: bold!important;
    margin-top: -5rem!important;
    margin-left: 8rem!important;
}
.dugmici2 {
    display: flex!important;
}
.dugmeB,
.dugmeN,
.dugmeD {
    flex-grow: 1;
    flex-basis: 50%!important;
}
.dugmeB >  button{
    background-color: #221F1A!important;
    color: #FFBA0A!important;
    width: 7rem;
    height: 3.5rem;
   
}
.dugmeN > button {
    background-color:#FFBA0A!important; 
    color: #221F1A!important;
    width: 7rem;
    height: 3.5rem;
}
.dugmeD > button {
    background-color:#39B44A!important; 
    color: #CCD2E3!important;
    width: 7rem;
    height: 3.5rem;
}

.actClick {
    background-color: #69936F!important;
    color: white!important;
}
.labelPick {
    background:#FFBA0A;
    color:#000000;
    width: 100%!important;
    font-weight: bold!important;
}
.labelPick:hover {
    opacity: 80%!important;
    
}

/*Digitron*/
.digitron {
    font-weight: bold!important; 
    font-size: 2.2rem!important; 
    width: 7.3rem!important; 
    height:5.7rem!important; 
    padding-top: 1rem!important; 
    padding-left: 3rem!important; 
   
}
.digiDouble {
    background: darkorange!important; 
    font-weight: bold!important; 
    font-size: 2.2rem!important; 
    width: 7.3rem!important; 
    height:5.7rem!important; 
   
}
.digiOnce {
    background:#FFBA0A!important; 
    font-weight: bold!important; 
    font-size: 2.2rem!important; 
    width: 7.3rem!important; 
    height:5.7rem!important; 
    
}
.digiDot {
    font-weight: bold!important; 
    font-size: 2.7rem!important; 
    width: 7.3rem!important; 
    height:4.6rem!important; 
    padding-bottom:5.5rem!important; 
    padding-left: 3.5rem!important; 
}
.digiDotD {
    background: darkorange!important; 
    font-weight: bold!important; 
    font-size: 2.7rem!important; 
    width: 7.3rem!important; 
    height:4.6rem!important; 
    padding-bottom:5.5rem!important; 
 
}
.digiDotO {
    background:#FFBA0A!important; 
    font-weight: bold!important; 
    font-size: 2.7rem!important; 
    width: 7.3rem!important; 
    height:4.6rem!important; 
    padding-bottom:5.5rem!important; 
   
}
.labeli {
    font-weight: bold!important;
    padding: 0.5rem!important;
    font-size: 1.3rem!important;
    color: #000000!important;
    border-radius: 0.3rem!important;
  
}

/* ADD INSPECTION OVERVIEWS */
/* .sace a:hover {
    -webkit-filter: sepia(100%);
  } */

.sace {
    margin: 1rem !important;
    justify-content: center
}

.sace >a:hover {
    text-decoration: none;
}
.sace >a:hover > .descr,
.sace >a:hover > .descrr,
.sace >a:hover > .desccr,
.sace >a:hover > .lastUp
{
    color: white!important;
}
.sace >a:hover > .numbb,
.sace >a:hover > .nuumb,
.sace >a:hover > .numb 
{
    color: #FF9B04!important;
}
.image {
    width: 22% !important;
    margin-top: -8.8rem !important;
    margin-left: 2rem !important;
    
}

.imagee {
    width: 16% !important;
    margin-top: -8.8rem !important;
    margin-left: 2.9rem !important;
}
.imageee {
    width: 12% !important;
    margin-top: -8.8rem !important;
    margin-left: 3.15rem !important;
}

.descr {
    color: #000;
    margin-top: -7.2rem !important;
    margin-left: 8.5rem !important;
    width: 5rem !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    font-size: 1.05rem;
}

.descrr {
    color: #000;
    margin-top: -7.7rem !important;
    margin-left: 10rem !important;
    width: 6.5rem !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    font-size: 1.05rem;
}

.numb {
    color: #000;
    margin-top: -1.55rem !important;
    margin-left: 16.3rem !important;
    font-weight: bold !important;
    font-size: 1.05rem;
    width: 3rem;
    height: 3rem;
    text-align: center;
    padding: auto !important;
}

.numbb {
    color: #000;
    margin-top: -3.15rem !important;
    margin-left: 16.3rem !important;
    font-weight: bold !important;
    font-size: 1.05rem;
    width: 3rem;
    height: 3rem;
    text-align: center;
    padding: auto !important;
}

.lastUp {
    color: #000;
    margin-left: 8rem !important;
    margin-top: -1rem !important;
}

/*Menadzeri*/
.nuumb {
    color: #000;
    margin-top: -4.2rem !important;
    margin-left: 16.3rem !important;
    font-weight: bold !important;
    font-size: 1.05rem;
    width: 3rem;
    height: 3rem;
    text-align: center;
    padding: auto !important;
}

.imagge {
    width: 11% !important;
    margin-left: -17.2rem !important;
}
.imageee {
    width: 12% !important;
    margin-top: -8.8rem !important;
    margin-left: 3.15rem !important;
}
.desccr {
    color: #000;
    margin-top: -6.5rem !important;
    margin-left: 9rem !important;
    width: 6.5rem !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    font-size: 1.05rem;

}
/*Bee-dash*/
.d-bee {
    width: 100%!important;
    margin: auto!important;
    display: flex!important; 
    flex-wrap:wrap!important;
    justify-content: center;
}

.bee {

    margin: 1rem;
    position: relative;
}
.bee > a {
    margin-left: -15rem!important;
    margin-top: 2.5rem!important;
    position: absolute;
    color: #221F1A;
    text-transform: uppercase !important;
    font-weight: bold !important;
    font-size: 1.5rem;
    justify-content: center;
}
.bee > a:hover {
    color:  white;
    text-decoration: none;
}
.bee >a:hover > i {
    color: white!important;
}

/*VALUES*/
.zone3 {
    background-color: darkred!important;
    color: white!important;
    font-weight: bold!important;
}
.zone2 {
    background-color: red!important;
    color: white!important;
    font-weight: bold!important;
}
.zone1 {
    background-color: #39B44A!important;
    color: white!important;
    font-weight: bold!important;
}
.zone4 {
    background-color: yellow!important;
    color: black!important;
    font-weight: bold!important;
}
.zone5 {
    background-color: lightgreen!important;
    color: black!important;
    font-weight: bold!important;
}


@-moz-document url-prefix() {
    .descr {
        font-weight: 400 !important;


    }

    .descrr {
        font-weight: 400 !important;


    }

    .desccr {
        font-weight: 400 !important;


    }

    .nuumb {
        margin-top: -4.3rem !important;
    }
    .card-header >img {
        width: 45%;
        padding-left: 0rem;
        
    }
    .logoImg2{
        width: 30%;
    }
}

/* LOGIN PAGE */

.login {
    margin-top: 2rem !important;
    box-shadow: 0.5rem 0.5rem 1rem darkslategray;
    backdrop-filter: blur(1px);
    background-color: #1A1A1A50;
}

.login-img {
    background-image: url("/images/BeeMan_osnova.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;

}
.logoImg {
    zoom: 30%; 
    margin: 0 27%;
}
.logoImg2 {
    zoom: 20%; 
    margin: 0 35%;
}

.reset {
    background-color: #1A1A1A50;
    margin-top: 2rem;
    padding: 0.5rem;
}

/* END LOGIN PAGE */
/*STATISTIC*/
.st > a:hover {
    text-decoration: none;
    color: white!important;
}



/* END STATISTIC*/
