﻿.layout-builder {
    position: fixed;
    width: 300px;
    background: white;
    z-index: 1000;
    right: -300px;
    top: 0;
    bottom: 0;
    box-shadow: 8px 0 10px 3px rgba(0, 0, 0, 0.50);
    overflow: auto;
    transition: right .2s;
}

    .layout-builder.show {
        right: 0;
    }

    .layout-builder .layout-builder-toggle.shw i {
        -webkit-animation: spin 2s linear infinite;
        -moz-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
    }

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.layout-builder .layout-builder-toggle.hdn {
    display: none;
}

.layout-builder.show .layout-builder-toggle.hdn {
    display: flex;
}

.layout-builder .layout-builder-toggle 
{
    cursor: pointer;
    width: 50px;
    height: 50px;
    color: white;
    background: black;
    position: fixed;
    top: 50%;
    margin-left: -50px;
    font-size: 23px;
    justify-content: center;
    align-items: center;
    margin-top: -25px;
    z-index:10000000;
}

.layout-builder .layout-builder-body {
    padding: 30px;
}

    .layout-builder .layout-builder-body .custom-radio {
        width: 46.6%;
        float: left;
        height: 50px;
        margin-right: 1rem;
        margin-bottom: 1rem;
        border-radius: 2px;
        cursor: pointer;
    }

        .layout-builder .layout-builder-body .custom-radio.active {
            border: 3px solid white;
            box-shadow: 0px 0px 0px 1px black;
        }

        .layout-builder .layout-builder-body .custom-radio:hover {
            opacity: .9;
        }

        .layout-builder .layout-builder-body .custom-radio:nth-child(even) {
            margin-right: 0;
        }

        .layout-builder .layout-builder-body .custom-radio:nth-child(1) {
            background: #2e61bf; /* fallback for old browsers */
            background: -webkit-linear-gradient(to right, #2e61bf, #60c363); /* Chrome 10-25, Safari 5.1-6 */
            background: linear-gradient(to right, #2e61bf, #60c363);
        }

        .layout-builder .layout-builder-body .custom-radio:nth-child(2) {
            background: #4568dc; /* fallback for old browsers */
            background: -webkit-linear-gradient(to right, #4568dc, #b06ab3); /* Chrome 10-25, Safari 5.1-6 */
            background: linear-gradient(to right, #4568dc, #b06ab3);
        }

        .layout-builder .layout-builder-body .custom-radio:nth-child(3) {
            background: #bf74b7; /* fallback for old browsers */
            background: -webkit-linear-gradient(to right, #bf74b7, #80b0d8); /* Chrome 10-25, Safari 5.1-6 */
            background: linear-gradient(to right, #bf74b7, #80b0d8);
        }

        .layout-builder .layout-builder-body .custom-radio:nth-child(4) {
            background: #5397ce; /* fallback for old browsers */
            background: -webkit-linear-gradient(to right, #5397ce, #dca937); /* Chrome 10-25, Safari 5.1-6 */
            background: linear-gradient(to right, #5397ce, #dca937);
        }

        .layout-builder .layout-builder-body .custom-radio label {
            display: none;
        }

    .layout-builder .layout-builder-body .custom-control input[type="checkbox"]:checked + label {
        color: black;
    }

.layout-builder .layout-colors {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
}

    .layout-builder .layout-colors .layout-color-item {
        width: 40px;
        height: 40px;
        background: red;
        margin: 10px;
        border-radius: 3px;
        overflow: hidden;
        border: 5px solid transparent;
        cursor: pointer;
    }

        .layout-builder .layout-colors .layout-color-item.active {
            box-shadow: 0px 0px 0px 1px black
        }

        .layout-builder .layout-colors .layout-color-item span {
            display: block;
            height: 45%;
        }

            .layout-builder .layout-colors .layout-color-item span:first-child {
                background: black;
                transform: rotate(15deg);
                width: 110%;
                height: 70%;
                margin-top: -5px;
            }

.layout-alert {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px 10px;
}

.set_pading 
{
    width:30px;
    padding:0px;
    text-align:center;
    margin-top:90%;
    font-size:x-small;
}
#region_count {
   font-weight:bold;
}
.set_dqqy {
    background: linear-gradient(to right, #2ebf91, #8360c3);
    color:#fff;
}
.m_right 
{
    margin-left:25px!important;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 15px!important;
    padding-left: 15px!important;
}
.zx_class {
    background-color: #fff !important;
    color: #60c363 !important;
    border: 1px solid #eee;
}
.zd_class {
    background-color: fuchsia !important;
    color: #fff !important;
    border:1px solid #eee;
}
i:hover 
{  
    color:#eee!important;
}
.color_by {
    background-image: linear-gradient(to right, #2e61bf, #60c363);
    -webkit-background-clip: text;
    color: transparent;
}