﻿theme-title-row.theme-icon-light {
    color: #ffffff;
}
.theme-icon-large-normal {
    color: #ff9d00;
}
.theme-icon-large-border {
    color: #ff9d00;
    border: 4px solid #ff9d00;
}
.theme-icon-normal {
   color: #ff9d00;
}
.theme-icon-border {
    color: #ff9d00;
    border: 4px solid #ff9d00;
}
.theme-icon-normal:active {
    color: #ffffff;
    background: #ff9d00;
}

.theme-icon-normal:focus {
    color: #ffffff;
    background: #ff9d00;
}
.theme-icon-small-danger {
   color: red;
}
.theme-icon-small-normal {
    color: #ff9d00;
}
.theme-icon-danger {
    color: red;
}
.theme-icon-danger:active {
    color: #ffffff;
    background: red;
}
.theme-icon-danger:focus {
    color: #ffffff;
    background: red;
}


.theme-title {
   color: #50748a;
}

.theme-text {
   color: #324856;
}

.theme-line-major {
   width: 100%;
   height: 2px;
   background-color: #ff9d00;
}

.theme-line-minor {
   width: 100%;
   height: 1px;
   background-color: #ff9d00;
}

.theme-summary {
   background-color: #fff0d9;
}

.theme-panel-left {
   background-color: #fff0d9;
}

.theme-selected {
   background-color: #ffce80;
}
.theme-not-selected {
   background-color: #ffffff;
}

.event-button {
    background-color: #ff9d00
}




.theme-btn-primary {
   /*color: #ff9d00;
   background-color: #50748a;*/ /*s100,b100*/
   /*border-color: #50748a;*/ /*s100,b100*/
   color: #50748a;
   background-color: #ff9d00; /*s100,b100*/
   border-color: #ff9d00; /*s100,b100*/
}

   .theme-btn-primary:hover {
      color: #ff9d00;
      background-color: #324856; /*s100,b85*/
      border-color: #324856; /*s100,b80*/
   }

   .theme-btn-primary.focus, .theme-btn-primary:focus {
      box-shadow: 0 0 0 .2rem rgba(255,172,38,.5) /*s85,b100*/
   }

   .theme-btn-primary.disabled, .theme-btn-primary:disabled {
      color: #fff;
      background-color: #ff9d00; /*s100,b100*/
      border-color: #ff9d00; /*s100,b100*/
   }

   .theme-btn-primary:not(:disabled):not(.disabled).active, .theme-btn-primary:not(:disabled):not(.disabled):active, .show > .theme-btn-primary.dropdown-toggle {
      color: #fff;
      background-color: #cc7e00; /*s100,b80*/
      border-color: #bf7600 /*s100,b75*/
   }

      .theme-btn-primary:not(:disabled):not(.disabled).active:focus, .theme-btn-primary:not(:disabled):not(.disabled):active:focus, .show > .theme-btn-primary.dropdown-toggle:focus {
         box-shadow: 0 0 0 .2rem rgba(255,172,38,.5) /*s85,b100*/
      }


.theme-btn-outline {
   border-color: #50748a;
   color: #50748a;
}

   .theme-btn-outline span {
      color: #ff9d00;
   }

   .theme-btn-outline:hover {
      color: #ff9d00;
      background-color: #50748a;
      border-color: #50748a; /*s100,b100*/
   }

   .theme-btn-outline.focus, .theme-btn-outline:focus {
      box-shadow: 0 0 0 .2rem rgba(80,116,138,.5) /*s100,b100*/
   }

   .theme-btn-outline.disabled, .theme-btn-outline:disabled {
      color: #50748a; /*s100,b100*/
      background-color: transparent
   }

   .theme-btn-outline:not(:disabled):not(.disabled).active, .theme-btn-outline:not(:disabled):not(.disabled):active, .show > .theme-btn-outline.dropdown-toggle {
      color: #ff9d00;
      background-color: #50748a; /*s100,b100*/
      border-color: #50748a /*s100,b100*/
   }

      .theme-btn-outline:not(:disabled):not(.disabled).active:focus, .theme-btn-outline:not(:disabled):not(.disabled):active:focus, .show > .theme-btn-outline.dropdown-toggle:focus {
         box-shadow: 0 0 0 .2rem rgba(80,116,138,.5) /*s100,b100*/
      }



.theme-btn-press {
    color: #ff9d00;
    background-color: #50748a;
    border-color: #50748a; /*s100,b100*/
}



.theme-row {
   border-top-color: #ff9d00;
   color: #324856;
}



.theme-title-1 {
    color: #ff9d00;
}

.theme-title-2 {
    color: #ff9d00;
}

.theme-title-3 {
    color: #ff9d00;
}

@media (max-width:991.98px) {
   .theme-title-row {
      border-bottom: 2px solid #ff9d00;
      color: #324856;
   }

}
@media (min-width:992px) {
   .theme-title-row {
      border-top: 2px solid #ff9d00;
      border-bottom: 2px solid #ff9d00;
      color: #324856;
   }

    .theme-bottom-line {
        border-top: 1px solid #ff9d00;
        margin-top: 20px;
    }
}

.k-button-group button.k-button.theme-toggle-on,
.k-button-group button.k-button.theme-toggle-on:hover {
   color: #ff9d00;
   background-color: #2d4859;
   border-color: #2d4859;
}

.k-button-group button.k-button.theme-toggle-off,
.k-button-group button.k-button.theme-toggle-off:hover {
   color: #cccccc;
   background-color: #999999;
   border-color: #999999;
}

/* loader style */
.k-loader-custom-color .k-loader-segment {
   background-color: #ff9d00;
}

/*Special Constructs*/
.theme-search-result {
   border-color: #ff9d00;
}

   .theme-search-result .imagebox {
      border-bottom-color: #ff9d00;
   }









