
.select2-container .select2-selection--multiple
{
    max-height:30px !important
}


.mapped_tower_card:hover
{
    transform: scale(1.01);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media only screen and (max-width: 425px)
{
    .resetBtnSection
    {
        text-align: center;
    }
} */

.hide{
    display:none;
}



.invalid {
    background:url(../img/invalid.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#ec3f41;
}
.valid {
    background:url(../img/valid.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}
.select2-selection .select2-selection--multiple .form-control .tower_list_select2{
    height: 50,94px !important;

}


@media only screen and (min-width: 991px) {
    #kt_content {
        padding-bottom: 50px !important;
       }
  }
  @media only screen and (max-width: 555px) {
    #turbineicon_size  {
        width: 300px !important;
       }
  }
  @media only screen and (max-width: 320px) {
    #turbineicon_size  {
        width: 200px !important;
       }
  }


  .fan_ratate {
    width:40px;
      -webkit-animation:spin 5s linear infinite;
       -moz-animation:spin 5s linear infinite;
       animation:spin 5s linear infinite;
     transform-origin: 50% 50%;
     transform: rotate(0deg);
   }
   .fan_stop {
    width:40px;
      
     transform-origin: 50% 50%;
     transform: rotate(0deg);
   }
   
   
   @-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
   @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
   @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
  
   hr {
    size: 0.01rem !important;
   }



   .panel-heading {
    height: 99px;
    padding: 30px;
    border-radius: 9px 9px 0px 0px; 
    display: flex;
    justify-content: space-between;

   }


  .panel-fullscreen {
      display: block;
      z-index: 9999;
      position: fixed;
      width: 100%;
      height: 2500px;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      overflow: auto;
  }
   .panel-fullscreen {
    display: block;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
}










/* Suggestions items  @Elan*/
:root {
    --tagify-dd-item-pad: .5em .7em;
}

.tagify__dropdown.users-list .tagify__dropdown__item{
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 1em;
    grid-template-areas: "avatar name"
                        "avatar email";
}

.tagify__dropdown.users-list .tagify__dropdown__item:hover .tagify__dropdown__item__avatar-wrap{
    transform: scale(1.2);
}

.tagify__dropdown.users-list .tagify__dropdown__item__avatar-wrap{
    grid-area: avatar;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    background: #EEE;
    transition: .1s ease-out;
}

.tagify__dropdown.users-list img{
    width: 100%;
    vertical-align: top;
}

.tagify__dropdown.users-list header.tagify__dropdown__item > div,
.tagify__dropdown.users-list .tagify__dropdown__item strong{
    grid-area: name;
    width: 100%;
    align-self: center;
}

.tagify__dropdown.users-list span{
    grid-area: email;
    width: 100%;
    font-size: .9em;
    opacity: .6;
}

.tagify__dropdown.users-list .tagify__dropdown__item__addAll{
    border-bottom: 1px solid #DDD;
    gap: 0;
}

.tagify__dropdown.users-list .remove-all-tags{
    float: right;
    font-size: .8em;
    padding: .2em .3em;
    border-radius: 3px;
    user-select: none;
}

.tagify__dropdown.users-list .remove-all-tags:hover{
    color: white;
    background: salmon;
}


/* Tags items */
#users-list .tagify__tag{
    white-space: nowrap;
}

#users-list .tagify__tag img{
    width: 100%;
    vertical-align: top;
    pointer-events: none;
}


#users-list .tagify__tag:hover .tagify__tag__avatar-wrap{
    transform: scale(1.6) translateX(-10%);
}

#users-list .tagify__tag .tagify__tag__avatar-wrap{
    width: 16px;
    height: 16px;
    white-space: normal;
    border-radius: 50%;
    background: silver;
    margin-right: 5px;
    transition: .12s ease-out;
}

.users-list .tagify__dropdown__itemsGroup:empty{
    display: none;
}

.users-list .tagify__dropdown__itemsGroup::before{
    content: attr(data-title);
    display: inline-block;
    font-size: .9em;
    padding: 4px 6px;
    margin: var(--tagify-dd-item-pad);
    font-style: italic;
    border-radius: 4px;
    background: #00ce8d;
    color: white;
    font-weight: 600;
}

.users-list .tagify__dropdown__itemsGroup:not(:first-of-type){
    border-top: 1px solid #DDD;
}




/* Fan Rotate Script @Elan*/

.fan_rotate {
    width:40px;
      -webkit-animation:spin 1s linear infinite;
       -moz-animation:spin 1s linear infinite;
       animation:spin 1s linear infinite;
     transform-origin: 50% 50%;
     transform: rotate(0deg);
   }
   
   
   
   /* TS0, TS1, TS3, TS4, TS5 @elan */
   .fan_status_ts0, .fan_status_ts1, .fan_status_ts3, .fan_status_ts4, .fan_status_ts5 {
       width:40px;
      transform-origin: 50% 50%;
      transform: rotate(0deg);
   }
   .fan_status_ts0 .fan_color_stop_dark, .fan_status_ts1 .fan_color_stop_dark, .fan_status_ts3 .fan_color_stop_dark, .fan_status_ts4 .fan_color_stop_dark, .fan_status_ts5 .fan_color_stop_dark  {
       fill: #ffeb3b;
   }
   
   .fan_status_ts0 .fan_color_stop_light, .fan_status_ts1 .fan_color_stop_light, .fan_status_ts3 .fan_color_stop_light, .fan_status_ts4 .fan_color_stop_light, .fan_status_ts5 .fan_color_stop_light  {
       fill: #ffffcc;
   }
   
   /* TS2 @elan */
   .fan_status_ts2 {
       width:40px;
      -webkit-animation:spin 20s linear infinite;
       -moz-animation:spin 20s linear infinite;
       animation:spin 20s linear infinite;
     transform-origin: 50% 50%;
     transform: rotate(0deg);
   }
   .fan_status_ts2 .fan_color_stop_dark {
       fill: #ffeb3b;
   }
   
   .fan_status_ts2 .fan_color_stop_light {
       fill: #ffffcc;
   }
   
   /* TS7 @elan */
   .fan_status_ts7 {
       width:40px;
      -webkit-animation:spin 10s linear infinite;
       -moz-animation:spin 10s linear infinite;
       animation:spin 10s linear infinite;
     transform-origin: 50% 50%;
     transform: rotate(0deg);
   }
   .fan_status_ts7 .fan_color_stop_dark {
       fill: #ffeb3b;
   }
   
   .fan_status_ts7 .fan_color_stop_light {
       fill: #ffffcc;
   }
   
   /* TS10 @elan */
   .fan_status_ts10, .fan_status_ts11 {
       width:40px;
      -webkit-animation:spin 1s linear infinite;
       -moz-animation:spin 1s linear infinite;
       animation:spin 1s linear infinite;
     transform-origin: 50% 50%;
     transform: rotate(0deg);
   }
   .fan_status_ts10 .fan_color_stop_dark, .fan_status_ts11 .fan_color_stop_dark {
       fill: #00ff99;
   }
    
   .fan_status_ts10 .fan_color_stop_light, .fan_status_ts11 .fan_color_stop_light {
       fill: #e6fff5;
   }
   
   /* TS12 @elan */
   .fan_status_ts12 {
       width:40px;
      -webkit-animation:spin 4s linear infinite;
       -moz-animation:spin 4s linear infinite;
       animation:spin 4s linear infinite;
     transform-origin: 50% 50%;
     transform: rotate(0deg);
   }
   .fan_status_ts12 .fan_color_stop_dark {
       fill: #ffeb3b;
   }
    
   .fan_status_ts12 .fan_color_stop_light {
       fill: #ffffcc;
   }
   
   
   /* TS21, TS22, TS23, TS24 @elan */
   .fan_status_ts21, .fan_status_ts22, .fan_status_ts23, .fan_status_ts24 {
       width:40px;
       transform-origin: 50% 50%;
       transform: rotate(0deg);
   }
   .fan_status_ts21 .fan_color_stop_dark, .fan_status_ts22 .fan_color_stop_dark, .fan_status_ts23 .fan_color_stop_dark, .fan_status_ts24 .fan_color_stop_dark {
       fill: #ff0000;
   }
    
   .fan_status_ts21 .fan_color_stop_light, .fan_status_ts22 .fan_color_stop_light, .fan_status_ts23 .fan_color_stop_light, .fan_status_ts24 .fan_color_stop_light {
       fill: #ffe6e6;
   }
    
   
   
   @-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
   @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
   @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
   
   .spinner-center{
    align-self: center;
    margin-top: 15%;
   }
   
   
   