/*Theme Color Code : #f39c12*/

/* FOR EVENT*/
.EventManagement .textboxclass:focus {
    border-color: #f39c12 !important;
}
.EventManagement .btn-bitbucket {
        border-radius: 50% !important;
        background-color:#f39c12 !important;
    }

    .EventManagement .btn {
        border: none !important;
        font-weight: bold !important;
    }

    .EventManagement .btn-social-icon {
        padding-left: 33px !important;
    }

       .EventManagement .btn-social-icon :first-child {
            line-height: 32px !important;
        }

    .EventManagement .box {
        border:2px solid #f39c12 !important;
        border-top: hidden !important;
        border-radius: 15px !important;        
    }
    .EventManagement .add {
        border-radius: 50% !important;
    }
.EventManagement .btn-primary 
{
    background-color:#f39c12 !important;
}
.EventManagement .select2-selection__rendered .select2-selection__choice {
       background-color:#f39c12 !important;
       color:#ffffff !important;
        border-radius: 15px !important;
}
.EventManagement .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
        color: #000000 !important;
    }
.EventManagement .BackgroundColor {
  background-color:#f39c12 !important;
}
      .EventManagement .jsUseFirstLink, .EventManagement .jsUsePreviousLink, .EventManagement .jsUseNextLink, .EventManagement .jsUseLastLink,  .EventManagement .jsUsegridprintbtn, .EventManagement .jsUsegridexportbtn{
color: #f39c12;
}