﻿:root {
    --color: #2e6f8c;
    --hover-color: #1d4354;
    --white-color: #fff;
    --dark-green: #088178;
    --base-green: #37a000;
    --selected-bg-color: #088178;
    --light-gray: #eeeeee;
    --copy-btn-bg-in-dropdown: #0d6efd;
    --delete-btn-bg-in-dropdown: red;
    --edit-btn-bg-in-dropdown: #ffc107;
    --enable-btn-bg-in-dropdown: #198754;
}

/*::selection {
    background-color: var(--selected-bg-color) !important;
    color: var(--white-color) !important;
}*/

html, body {
    height: 100%;
}

*:focus, *:active {
    outline: none!important;
    box-shadow: none!important;
}

.hidden {
    display: none !important;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--base-green);
}

.horizontal .main-content {
    min-height: calc(100vh - 200px);
}

.accordion.schedule-accordion > .card {
    overflow: unset;
    margin-bottom: 20px;
}
.mobile-title {
    margin-right: 10px;
    font-weight: bold;
    color: #001a4e;
    font-size: .9375rem;
    display: none;
}
/* dropdown styles start *************************************************************************************************/
.delete-schedule:hover {
    /*background-color: var(--delete-btn-bg-in-dropdown);*/
    color: var(--delete-btn-bg-in-dropdown);
    background-color: #ff000021;
}
.schedule-edit:hover {
    /*background-color: var(--edit-btn-bg-in-dropdown);*/
    color: var(--edit-btn-bg-in-dropdown);
    background-color: #ffc10724;
}
.enable-disable > span {
    pointer-events: none;
}
.enable-disable.enable:hover {
    /*background-color: var(--enable-btn-bg-in-dropdown);*/
    color: var(--enable-btn-bg-in-dropdown);
    background-color: #19875421;
}
.enable-disable.disable:hover {
    /*background-color: var(--delete-btn-bg-in-dropdown);*/
    /*color: var(--white-color);*/
    background-color: #ffbaba6e;
}
.schedule-copy:hover {
    /*background-color: var(--copy-btn-bg-in-dropdown);*/
    color: var(--copy-btn-bg-in-dropdown);
    background-color: #0000ff17;
}
.schedule-copy i,
.schedule-copy span::before {
    color: var(--copy-btn-bg-in-dropdown);
}
.delete-schedule i{
    color: var(--delete-btn-bg-in-dropdown)
}
.schedule-edit .fe-edit:before {
    color: var(--edit-btn-bg-in-dropdown);
}
.enable-disable .fe-eye:before {
    color: var(--enable-btn-bg-in-dropdown);
}
/* dropdown styles end ***************************************************************************************************/
/* bg animation end */
/* footer start *********************************************************************************************************/
footer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    padding: 30px 0 0 0;
    background: #5b6e810d;
}
footer .first-row {
    width: 80%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

footer .first-row .footer-info {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

footer .footer-contacts-box,
footer .footer-social-icons-box {
    width: 100%;
    padding: 10px;
}

footer .footer-contacts-box a {
    display: block;
    text-decoration: none;
    color: var(--hover-color);
    font-size: 16px;
    margin-bottom: 10px;
}

footer .footer-contacts-box a i {
    margin-right: 10px;
}

footer .footer-social-icons-box a {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: var(--white-color);
    text-decoration: none;
    margin-right: 10px;
    text-align: center;
    line-height: 45px;
}

footer .footer-social-icons-box a.fb {
    background: #3b5999;
}

footer .footer-social-icons-box a.in {
    background: #0077B5;
}

footer .footer-social-icons-box a.tl {
    background: #0088CC;
}

footer .footer-social-icons-box a.yt {
    background: #cd201f;
}

footer .first-row .footer-links {
    width: 50%;
    padding: 20px;
}

footer .first-row .footer-links .menu-items-box {
    padding: 10px;
}

footer .menu-title {
    font-weight: bold;
    border-bottom: 1px solid #cccccc70;
}

footer .first-row .footer-links .menu-items-box a {
    display: block;
    font-size: 16px;
    color: var(--hover-color);
    margin-bottom: 10px;
}

footer .second-row {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #088178;
    background: #f8f9fa;
}

footer .second-row p {
    color: var(--hover-color);
}
/* footer end *********************************************************************************************************/



/* login page start */
.form-navbar-brand {
    display: none;
}
.login-wrapper {
    display: flex;
    min-height: 100%;
}
.illustration-box {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    background-color: #000;
    position: relative;
    background: rgb(0,13,87);
    background: radial-gradient(circle, rgba(0,13,87,1) 0%, rgba(24,0,111,1) 100%);
}
.illustration-box img {
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.6);
    filter: blur(.7rem);
}
    .illustration-box .black-layer {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        background: rgb(120 255 52);
    }
.illustration-inner-box {
    width: 80%;
    height: 80%;
    background-image: url(/images/login_illustration.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    z-index: 3;
}
.form-box {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
    /*box-shadow: -5px 0 75px rgb(0 0 0 / 10%);*/
}
.login-form {
    flex: .5;
}
.login-form .form-group .form-control {
    height: 50px;
    font-size: 1rem;
    padding-left: 50px;
}
.login-form .form-group .form-control::-webkit-input-placeholder,
.login-form .form-group .form-control::-moz-placeholder,
.login-form .form-group .form-control:-ms-input-placeholder,
.login-form .form-group .form-control:-moz-placeholder {
    font-size: .800rem;
}
.login-form .form-group {
    position: relative;
    margin-bottom: 30px;
}
.login-form .custom-control {
    margin-bottom: 35px;
}
.login-form .btn {
    height: 50px;
    color: #fff;
}
.login-form .form-group i {
    position: absolute;
}
.login-form .form-group i {
    left: 20px;
    top: 16px;
}
/*.login-btn:active,
.login-btn:focus,
.login-btn:hover {
    background: var(--base-green) !important;
    border-color: var(--base-green) !important;
    color: var(--white-color);
    box-shadow: none !important;
}*/

.wrapper {
    position: relative;
    height: 100%;
    /*overflow: hidden;*/
}

.bg-video {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    pointer-events: none;
    /*filter: blur(10px);*/
}

.login-form-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.login-form-container form {
    background: #fff;
}

.login-btn {
    background: #37a000;
    border-color: #37a000;
    color: #fff;
}

.remember-label.custom-control-label::before {
    box-shadow: none !important;
    border-color: #ced4da !important;
}

.remember-input.custom-control-input:checked ~ .remember-label.custom-control-label::before {
    border-color: #37a000;
    background-color: #37a000;
    box-shadow: none;
}

label {
    margin-bottom: 0.2rem;
}
/* login page end */



/* top navbar start */
.navbar-logo {
    width: 100px;
}
#navbarSupportedContent ul li a.nav-link {
    color: #454545;
}
.navbar-toggler .navbar-toggler-icon {
    color: #fff !important;
}
.navbar-nav .dropdown .dropdown-toggle::after {
    display: inline-block;
    font-family: "feather";
    content: "\e930";
    color: #454545;
    font-size: 20px;
    margin-top: 0.5rem;
}
.navbar-nav .dropdown .dropdown-toggle:after {
    transform: rotate( 90deg );
}
.navbar .dropdown-menu .nav-link {
    color: var(--color);
}
.navbar .dropdown-menu .nav-link:hover {
    color: var(--hover-color);
    background-color: #f8f9fa;
}
.user-icon {
    padding-top: 0 !important;
}
.avatar {
    transform: translateY(-4px);
    display: inline-block;
}
.avatar-sm img {
    width: 20px;
}
.language-dropdown img {
    width: 25px;
}
.language-dropdown label:hover {
    cursor: pointer;
    background-color: #f1f1f1;
}
.language-dropdown .dropdown-menu {
    min-width: 0;
    padding: 0;
}
/* top navbar end */
/* left sidebar start */
.text-muted {
    color: #5b6e81 !important;
    font-size: 18px;
}
/* left sidebar end */

/* overlay layer start */
.overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 64px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: none;
}

    .overlay.show {
        display: block;
    }
/* overlay layer end */

#logout {
    border: none;
    background: none;
}

span.require {
    color: red;
}

/* Product/Details start ============================================================== */
.product-card-link {
    transition: border .5s;
    text-decoration: none !important;
}

.product-card-link .card-title,
.product-card-link p {
    color: var(--color);
}
.product-card {
    border: 1px solid var(--light-gray) !important;
}
.product-card:hover {
    border-color: var(--dark-green) !important;
}
.no-image-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}
.card-body {
    position: relative;
}
.no-image-box img {
    width: 40% !important;
}
.start-stop-btn {
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600;
    box-sizing: border-box;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    line-height: 100px;
    text-transform: uppercase;
}
.start-stop-btn.btn-success {
    box-shadow: 0 0 1.2rem rgba(18, 38, 63, 0.7) !important;
}
.schedule-accordion .card-header .card-header-sub {
    text-decoration: none;
}

.schedule-accordion .card-header .card-header-sub:nth-child(1) {
    flex: 1;
    margin-right: 50px;
}
.schedule-accordion .card-header .card-header-sub:nth-child(2) {
    flex: none;
    width: 400px;
}
.schedule-accordion .card-header .card-header-sub.card-header-sub-date {
    width: 250px;
}
.schedule-accordion .card-header .dropdown-toggle.more-vertical::after {
    font-size: 20px;
}
.card-header-sub-shchedule-name span.collapse-fe.fe {
    margin-right: 20px;
    color: #6c757d;
}
.card-header-sub-shchedule-name .product-name {
    font-size: 16px;
}
.schedule-accordion .card-header .card-header-sub:nth-child(3) {
    flex: none;
    width: 300px;
}
.schedule-accordion .card-header .card-header-sub .badge.badge-pill {
    font-size: 16px;
    color: #001a4e;
    line-height: 15px;
    background-color: transparent;
}
.schedule-accordion .card-header .card-header-sub .date-title {
    border-bottom: 1px solid #cccccc70;
    margin-bottom: 10px;
}
.table-container-head-row,
.table-container-body-row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e9ecef;
}
.table-container-body-row:hover {
    color: #6c757d;
    background-color: #607d8b0d;
}
.table-container-head-row .th {
    box-sizing: border-box;
    padding: 10px;
    flex: 1;
    font-weight: bold;
    color: #001a4e;
    font-size: .9375rem;
}
.table-container-head-row .th:nth-child(1) {
    width: 80px;
    flex: none;
}
.table-container-head-row .th:nth-child(6),
.table-container-head-row .th:nth-child(7) {
    width: 150px;
    flex: none;
}
.table-container-body-row .tr {
    box-sizing: border-box;
    padding: 10px;
    flex: 1;
}

        .table-container-body-row .tr:nth-child(1) {
            width: 80px;
            flex: none;
        }

        .table-container-body-row .tr:nth-child(6),
        .table-container-body-row .tr:nth-child(7) {
            width: 150px;
            flex: none;
        }

.statistic-header {
    background: rgba(255, 255, 255, .4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    border-bottom-color: #001a4e;
}

.statistic-container {
    display: flex;
    box-sizing: border-box;
}

    .statistic-container .tr {
        width: 20%;
        box-sizing: border-box;
        border-right: 2px solid #001a4e;
        text-align: center;
    }

        .statistic-container .tr:last-child {
            border-right: none;
        }

        .statistic-container .tr h5 {
            color: #001a4e;
        }

.default-bg {
    background: linear-gradient(to bottom, #ccc, #eee);
}



.online {
    /*background: #bcc1c6 !important;*/
    animation: animateBg 3s infinite linear;
    background-color: #fff;
    background-size: 100% 300%;
}

@keyframes animateBg {
    0% {
        background-position: 0 100%;
    }

    50% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 100%;
    }
}


.future {
    /*background: #64dbb3 !important;*/
    background-color: #fff;
    background-size: 300% 100%;
}
.stopped {
    background: #dc3545 !important;
}

.xoranard {
    font-size: 10px;
    position: relative;
    top: -6px;
    left: 2px;
}

.productName {
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.accordion > .card > .card-header {
    border-bottom: 0;
}

.accordion > .card > .card-header.ended {
    background: #65676b1a;
}

.accordion > .card > .card-header.online {
    background: #0000ff17;
}

.accordion > .card > .card-header.future {
    background: #00800012;
}

.accordion > .card > .card-header.online strong,
.accordion > .card > .card-header.online .card-header-sub.card-header-sub-date p span {
    color: #10369f !important;
}

.accordion > .card > .card-header.future strong,
.accordion > .card > .card-header.future .card-header-sub.card-header-sub-date p span {
    color: #016301 !important;
}

.card-header-clicable-div {
    min-width: 230px;
    flex-wrap: wrap;
    cursor: pointer;
    position: relative;
    margin-right: 40px;
}
/* Product/Details end ============================================================== */
/* Schedule/Create start ============================================================== */
.card.create-card {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.card.create-card .card-body {
    padding: 0 0 8px 0 !important;
}
.field-img {
    height: 600px;
    overflow: hidden;
}

.field-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0 auto 20px auto;
}
span.select2-container--bootstrap4 {
    width: 100% !important;
}

button.add span,
button.remove span {
    line-height: 24px;
    pointer-events: none;
}

button span.fe-maximize-2 {
    display: block;
    transform: rotate( -45deg );
}

.text-box {
    flex: 1;
}

.time-box,
.btn-box {
    flex: none;
}

.btn:focus, .btn.focus {
    box-shadow: none;
}

.time-box {
    width: 100px;
    margin: 0 10px;
}

.time-box input {
    width: 100px;
    text-align: center;
}

#old-container,
#new-container {
    box-shadow: inset 0 0rem .7rem rgb(18 38 63 / 30%) !important;
    padding: 15px;
    border-radius: 10px;
}

#old-container .btn-box {
    width: 34px;
}

#new-container .btn-box {
    width: 150px;
    display: flex;
    justify-content: flex-end;
}

.sortingBtn span {
    pointer-events: none;
}

.text-box .badge-primary {
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    margin-right: 15px;
    background: #fff;
    color: #088178;
    font-weight: 900;
    font-size: 18px;
}

span.fe-arrow-left {
    position: relative;
    top: 3px;
}

.new-container {
    height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
}

/*.chart-box img {
    max-height: 400px;
    height: 70%;
    margin: 20px auto;
}*/
/* Schedule/Create end ============================================================== */


/* current date time start */
.stop-container {
    min-height: 300px;
}
.stop-container .card {
    border-radius: 0 !important;
}
.start-stop-btn.danger {
    background-color: #e6e6e6;
    color: #EB4034;
    transition: 0.5s;
}
.start-stop-btn.danger:hover {
    background-color: #EB4034;
    color: #fff;
}
.start-stop-btn.success:hover {
    background-color: #27863C;
    color: #fff;
}
.start-stop-btn.success {
    background-color: #F5F5F5;
    color: #27863C;
    box-shadow: 0 0 10px #ccc;
}
.start-stop-card-body {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-evenly;
}




.create-new-schedule-btn {
    width: 100%;
    line-height: 35px;
    letter-spacing: 1px;
    color: #fff;
}

/* current date time end */
.widget-right.weather-right--type1.widget-right--brown {
    width: 100% !important;
}
.groupsCard {
    min-height: 480px;
}
.groupsCard.unselected-groups img,
.groupsCard.selected-groups img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 0;
    opacity: 0.5;
    display: none;
}
    .groupsCard .form-control {
        background-color: #001a4e0d;
        height: 50px;
    }
#profile .form-control,
#security .form-control {
    height: 50px;
}
.groupsCard .form-control.duration {
    background-color: #fff;
    height: 40px;
}
        #new-container .card-body,
        #old-container .card-body {
            background-color: #001a4e0d;
            border-radius: 5px;
        }
.groupsCard .sortingBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
}
.selected-group-item {
    background: #fff;
    box-shadow: 0 0.1rem 0.45rem rgb(0 0 0 / 20%) !important;
    border-radius: 5px;
}
.add-btn-bg {
    background-color: #00695C;
}
.add.add-btn-bg:hover {
    background-color: #035248;
}


.btn-warning {
    background: linear-gradient(90deg, var(--c1, #eea303), var(--c2, #eec003) 51%, var(--c1, #eea303)) var(--x, 0)/ 200%;
    transition: 0.5s;
    color: #fff;
    border: none;
}
.btn-warning {
    --c1: #eea303;
    --c2: #eec003;
}
.btn-warning:hover {
    --x: 100%;
    color: #fff;
}
.remove-btn-bg {
    background: linear-gradient(90deg, var(--c1, #d80c0c), var(--c2, #e3665d) 51%, var(--c1, #d80c0c)) var(--x, 0)/ 200%;
    transition: 0.5s;
    color: #fff;
    width: 35px;
    height: 35px;
}
.remove-btn-bg {
    --c1: #d80c0c;
    --c2: #e3665d;
}
.remove-btn-bg:hover {
    --x: 100%;
    color: #fff;
}
.add {
    width: 35px;
    height: 35px;
}
.btn-hover-animate,
.add {
    background: linear-gradient(90deg, var(--c1, #07632f), var(--c2, #48a948) 51%, var(--c1, #07632f)) var(--x, 0)/ 200%;
    transition: 0.5s;
}
.btn-hover-animate,
.add {
    --c1: #02a94a;
    --c2: #8dff4b;
}
.btn-hover-animate:hover,
.add:hover {
    --x: 100%;
    color: #fff;
}
/*.save-btn-bg:hover {
    background: linear-gradient(to left, #07632f, #48a948) !important;
}*/
.save-btn,
.cancel-btn {
    font-size: .9375rem;
    width: 120px;
    height: 35px;
    line-height: 25px;
}
#new-container::-webkit-scrollbar {
    width: 5px;
}
#new-container::-webkit-scrollbar-thumb {
    background-color: #B0BEC5;
    border-radius: 20px;
}
.schedule-status-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 0 0 50% 0;
    margin-top: -15px;
    position: absolute;
    top: 2px;
    left: -20px;
    z-index: 1;
}
.form-control:focus {
    box-shadow: none;
    border-color: #088178;
}
.card {
    border: none;
}
.card.shadow {
    box-shadow: 0 0rem 2rem rgb(18 38 63 / 10%) !important;
}
img.irrigation-status-icon {
    width: 45px;
    z-index: 1;
    position: relative;
}
.irrigation-status {
    position: relative;
    margin-right: 20px;
    padding: 5px;
    border-radius: 5px;
}
.drag-arrow {
    margin: auto;
    transform: translateX(-49%) rotate( 47deg );
    position: absolute;
    bottom: 80px;
    left: 49%;
}
.drag-arrow img {
    width: 50px;
}
.schedules-name {
    font-size: .9375rem;
}
.nav-tabs .nav-link {
    font-size: .9375rem;
    color: #5b6e81;
}
.nav-tabs .nav-link.active {
    color: #27863C;
    border-color: #27863C;
}
.text-muted {
    font-size: 16px;
}


body {
    background-color: #fff;
}
.green-color {
    color: green;
}

.product-image-box {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.product-image-box-lg {
    max-width: 1920px;
    margin: 0 auto;
}
.empty-image {
    width: 50%;
    height: 60%;
    margin: auto;
}

.product-card-map-img {
    width: 50%;
    height: 60%;
    margin: auto;
}
.isDisabled {
    pointer-events: none;
    cursor: default;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

.white_color {
    color:#fff;
}

#btn_enable_disable {
    border: 1px solid #016301;
    padding: 8px;
    border-radius: 4px;
    color: #016301;
    text-decoration: 0;
    white-space: nowrap;
}

#btn_enable_disable.disable {
    border: 1px solid #cc2d03;
    color: #cc2d03;
}

.width100 {
    width:100%;
}

.device_item {
    margin-bottom: 5px;
    color: #fff;
    border-radius: 5px;
}

.device_item.None, .device_item.Invisible {
    background-color: red;
}

.device_item.Online {
    background-color: lawngreen;
}

.device_item.Away {
    background-color: #ff8d00;
}

.dev_state_opened {
    background-color: #1981ff;
    animation: deviceBorderMovie 3s infinite;
}

@keyframes deviceBorderMovie {
    50% {
        background-color: #1981ff;
    }
}

.opened_group {
    background-color: #81baff;
}
.opened_group:hover {
    background-color: #81baff;
}

/*.swal-text {
    text-align: center;
}
.swal-footer {
    display: flex;
    justify-content: center;
}
.swal-button {
    width: 200px;  
}
.swal-button--cancel {
    border: none;
}
.swal-icon--success__line {
    background-color: #00695C;
}
.swal-icon--success__ring {
    border: 4px solid #088178;
}
.swal-icon--error__line {
    background-color: red;
}
.swal-icon--error {
    border-color: red;
}
.swal-button.swal-button--confirm {
    background-color: #088178;
}
.swal-button.swal-button--confirm:hover {
    background-color: #085e57;
}
}*/

.info_block {
    margin-bottom: 8px;
}

.info_block p {
    font-size: 16px;
    border-bottom: 1px solid #cccccc70;
}
.info_block img {
    width: 15px;
    margin-right: 10px;
}
.devices_count_block img {
    width: 42px;
}

.devices_count_block .info_block_item_row {
    font-size: 30px;
    margin-top: 12px;
    margin-left: 16px;
    color: #61d51d;
    font-weight: bold;
}
.info_block.water_meter img {
    width: 26px;
}
.water_meter_value {
    font-size: 18px;
    position: relative;
    top: 3px;
}
.water_meter_item {
    margin-bottom: 6px;
}

.current_date_time .info_block_item_row {
    margin: 0;
    color: #1d4354;
    height: 30px;
    line-height: 34px;
    font-size: 18px;
    letter-spacing: 1px;
}

.current_date_time .current_date {
    width: 135px;
}

.current_date_time .current_time {
    width: 80px;
}
.group_config_line label {
    font-size: 11px;
    display: block;
    text-align: center;
}
.group_config_line .fertilization_delay {
    height: 40px;
}
.tt_shadow_block {
    border: 1px solid #e9e9e9;
    box-shadow: 2px 1px 8px #ccc;
    padding: 4px;
    margin: 0 10px;
    border-radius: 6px;
}
.no_display {
    display: none!important;
}
.partial_block label {
    position: relative;
    top: 3px;
}