﻿ 
 
.Selectedtab {
background-color: #107cb3!important;
}

li.Selectedtab a {
 color: #FFF!important;
 /*font-weight:bold;*/
}

@-webkit-keyframes spin {

    
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {

    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
 
.loader {
    background-color: #f3f9fd;
    border: 1px solid #75c0fd;
    width: 200px;
    height: 34px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;     
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 5px;
    box-shadow: 0px 0px 10px #CCC;
}
.loader .loader-icon {
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
   width: 23px;
    height: 22px;
    border: 0.25rem solid #cde4f7;
    border-top-color: #00D65A;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}
.loader .loader-text {
    display: inline-block;
    vertical-align: top;
    padding: 3px;
}
.loader-wrap{
   position: fixed;
   background: rgba(0,0,0,0.5);
   z-index: 9999;
   width: 100%;
   height: 100%;  
   margin-top:-3%;
}
.btn-Yes {
    color: #FFF;
     background-color: #4caf50;
    border-color: #4caf50;   
    display: inline-block;
    padding: 8px 14px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    line-height: initial;
}
.btn-No {
    
    color: #FFF;
    background-color: #f44336;
    border-color: #ff5722;   
    display: inline-block;
    padding: 8px 14px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    line-height: initial;
}
  /*FieldSet-->Legends*/
 fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

    legend.scheduler-border {
        font-size: 1.2em !important;
        font-weight: bold !important;
        text-align: left !important;
        width:auto;
        padding:0 10px;
        border-bottom:none;
    }

.bundle-note {
    font-size: 12px;
    color: #107cb3;
}