/*GLobal Style Sheet*/

body{
    background-color: #2075bc;
    height: 100vh;
    font-family: 'Poppins';
}

.pointer{
    cursor: pointer;
}

input:focus {
    outline: none;
}
select:focus {
    outline: none;
}
span:focus {
    outline: none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c9d0e3;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c9d0e3;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #c9d0e3;
}

.main-container{
    padding: 0 7rem;
}

.logout-btn {
    /*color: #8292c0;*/
}

.working-area {
    background-color: #3388cf;
    height: 83vh;
    border-radius: 2rem;
    overflow: auto;
}

.label-div{
    width: 13%;
    height: 100%;
    float: left;
    display: flex !important;
    justify-content: flex-end;
}
.sideLabel{
    font-size: 4vw;
    color: #9eaabd;
    font-weight: bolder !important;
    padding-top: 40%
}

.mini-working-area{
    float: right;
    width: 87%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.navbar-custom{
    background-color: #fff;
    width: 4rem;
    height: 83vh;
    border-radius: 2rem;
    padding: 0;
}

.sidebar-icons{
    font-size: 2rem;
    color: #3388cf !important;
    margin: 1rem 0;
    cursor: pointer;
}

.sidebar-icons a{
    color: #3388cf !important;
}

.active.sidebar-icons {
    font-size: 1.25rem;
    width: 2.25rem;
    height: 2.25rem;
    padding-top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3388cf;
    border-radius: 2.25rem;
}

.active a .flaticon {
    color: #fff;
}
.active a img {
    filter: brightness(0) invert(1);
}

.search-bar-div{
    
    text-align: right;
    padding-right: 4rem;
    padding-top: 1rem;
}

.white{ color: #ffffff !important; }



.addButton:hover {
    color: #ffffff;
}
@media only screen and (max-width: 749px) {
    .addButton{
        background-color: #231f20;
        color: #fff;
        font-size: 1rem;
        padding: 0.5rem;
        width: 4rem;
        border-radius: 1rem;
    }
    .label-div{ width: 0%; display: none !important; }
    .sideLabel{ display: none !important; }
    .mini-working-area{ width: 100%; }
}
@media only screen and (min-width: 750px) {
    .addButton{
        background-color: #231f20;
        color: #fff;
        font-size: 1rem;
        padding: 0.5rem;
        width: 4rem;
        border-radius: 1rem;
    }
}
@media only screen and (min-width: 1150px) {
    .addButton{
        background-color: #231f20;
        color: #fff;
        font-size: 1.25rem;
        word-spacing: 1rem;
        padding: 1rem;
        width: 7rem;
        border-radius: 0.75rem;
    }
}
@media only screen and (min-width: 1440px) {
    .addButton{
        background-color: #231f20;
        color: #fff;
        font-size: 1.25rem;
        word-spacing: 1rem;
        padding: 1rem;
        width: 10rem;
        border-radius: 0.75rem;
    }
}


input[type='range'] {
    overflow: hidden;
    width: 70%;
    -webkit-appearance: none;
    background-color: #9a905d;
}

input[type='range']::-webkit-slider-runnable-track {
    height: 10px;
    -webkit-appearance: none;
    margin-top: -1px;
}
input[type='range']::-webkit-slider-thumb {
    width: 10px;
    -webkit-appearance: none;
    height: 10px;
    cursor: ew-resize;
}

.redSlider::-webkit-slider-runnable-track {
    color: #ff0000;
}
.redSlider::-webkit-slider-thumb {
    background: #ff0000;
    box-shadow: -120px 0 0 120px #ff0000;
}

.blueSlider::-webkit-slider-runnable-track {
    color: #0000ff;
}
.blueSlider::-webkit-slider-thumb {
    background: #0000ff;
    box-shadow: -120px 0 0 120px #0000ff;
}

.greenSlider::-webkit-slider-runnable-track {
    color: #00ff00;
}
.greenSlider::-webkit-slider-thumb {
    background: #00ff00;
    box-shadow: -120px 0 0 120px #00ff00;
}


/* Only scenes page */

.scene{
    background-color: #f3f9fe;
    height: 150px;
    border-radius: 2rem;
    color: #bfc9e3;
}

.verticleText{
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-weight: bolder;
    -webkit-transform: scale(-1, -1);
}

.title-color{
    color: #153288;
    font-weight: bolder;
}

.edit-dropdown{
    display: block;
    background-color: #f5e306;
    border: none;
    float: right;
    border-radius: 1rem;
    padding: 3px 20px;
}

/*-------------------*/

/* Only Login page */

.login-input{
    background-color: transparent !important;
    border: none;
    border-bottom: 2px solid #fafbfe;
    width: 65%;
    color: #fff;
    padding: 0 0 1% 2%;
    font-size: 20px;
}

.login-button{
    background-color: #231f20;
    border: 2px solid #231f20;
    color: #fff;
    width: 35%;
    padding: 2%;
    border-radius: 40px;
    font-weight: bolder;
    font-size: 20px;
}

/*-----------------*/

/* Only Add-New-Scene page */
.cancelBtn{
    width: auto;
    word-spacing: unset;
    border: 1px solid #ebf1fd;
    background-color: #ebf1fd;
    color: unset;
}
.sceneNameTitle{
    font-size: 1.85rem;
    font-weight: bolder;
}
.pencilIcon{
    color: #8292c0;
    margin-left: 1vw;
    font-size: 1.25vw;
    font-weight: bolder;
}
.this-canvas{
    background-color: #f1f6fc;
    height: 80%;
    margin-top: auto;
    margin-right: 2.5rem;
    border-radius: 35px;

}
.inner-canvas{
    background-color: #fafbfe;
    height: 80%;
    border-radius: 30px;
    overflow: auto;
}
.options-dropdown{
    background-color: #f0f4fd;
    border-radius: 15px;
    border: none;
    padding: 15px 30px;
    width: 250px;
    font-size: 20px;
}

.ui-widget.ui-widget-content{
    border: 1px solid #009f44 !important;
}
.ui-slider-horizontal{
    height: unset !important;
}
.ui-slider-horizontal .ui-slider-handle{
    top: -0.6em !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    border: 1px solid #009f44 !important;
    background: #009f44 !important;
    border-radius: 25px;
}
.ui-widget-content{
    color: unset !important;
}

.sliderValue{
    font-size: 20px;
}

.inner-canvas h3{
    margin: 0;
}

/*-------------------------*/

/* Only For Schedule (Events) page */
.sub-working{
    height: 95%;
    width: 90%;
    background-color: #fafbfe;
    margin-top: auto;
    margin-left: 8% ;
    border-radius: 30px;
    overflow: auto;
}
/*---------------------------------*/


/* Only For Add New Schedule */
.checkbox-span{
    cursor: pointer;
    padding: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 1vw;
}
.active.checkbox-span {
    background-color: #d4d9fc;
    border-left: 2px solid #2431ef;
}

.fc-button{
    background-color: #ebf1fd !important;
    border-color: #ebf1fd !important;
    color: #000 !important;
}
/*---------------------------*/

/* Only for Device Groups */

.cb_groupDevice{
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    transform: scale(2);
    padding: 10px;
}

.deviceGroup{
    border: 2px solid #BEB2FFFF;
    border-radius: 15px;
    display: inline-block;
    height: 300px;
    width: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}
.deviceGroup ol{
    font-size: small;
}
.title-border{
    border-bottom: 2px dashed #BEB2FFFF;
}
/*------------------------*/


@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}


