.frmlabelHeading {
    font-family: sans-serif;
    /*color: black;*/
    color: #555;
    font-size: 14px !important;
    font-weight: bold;
    padding: 5px 10px;
}

.navbar-toggle {
    float: left;
    margin-left:20px;
}

#navbarCollapse {
    padding-top: 15px !important;
}

#divLogOut {
    padding-top: 15px !important;
}

.float-left {
    float: left;
}

.frmlabelInner {
    font-family: sans-serif;
    /*color: black;*/
    color: #555;
    font-size: 16px !important;
    font-weight: normal !important;
    padding: 5px 10px;
}

.frmTextBox {
}

.frmRadioBtn {
    display: block;
}

.frmDropdown {
    color: #555 !important;
    font-size: 16px !important;
    font-weight: normal;
    background-color: transparent !important;
    width: 100%;
}

.dropdown-toggle::after {
    display: none !important;
}

.frmTextArea {
    height: 80px !important;
    resize: none;
}

.frmTextAreaMailBody {
    height: 180px !important;
    resize: none;
}

.frmTextAreaEvent {
    height: 250px !important;
    resize: none;
}

a:hover {
    text-decoration: none;
}
/*a{
    color:#555 !important;
    font-size: 16px;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}*/

li > a:hover {
    /*background-color:lightgray;*/
    color: #555;
}

.bgwhite {
    background-color: #fff !important;
}

.nopadding {
    padding: 0px !important;
}

.nopaddingleft {
    padding-left: 0px !important;
}

.nopaddingright {
    padding-right: 0px !important;
}

.nopaddingtop {
    padding-top: 0px !important;
}

.nopaddingbottom {
    padding-bottom: 0px !important;
}

.paddingtop15 {
    padding-top: 15px !important;
}

.paddingbtm15 {
    padding-bottom: 15px !important;
}

.marginbottom20 {
    margin-bottom: 20px !important;
}

.margintop20 {
    margin-top: 20px !important;
}

.margintop15 {
    margin-top: 15px !important;
}

.margintop25 {
    margin-top: 35px !important;
}

.datepicker.dropdown-menu {
    font-family: sans-serif !important;
    font-size: 14px !important;
    font-weight: bold;
}

/*.datepicker thead tr:first-child
{
    background-color:#0080ff !important;
    border-radius: 0px;
}*/

.datepicker thead tr:first-child th {
    background-color: #0080ff !important;
    border-radius: 0px;
    color: #fff !important;
}

    .datepicker thead tr:first-child th.prev {
        /*background-color:#0080ff !important;*/
        border-radius: 4px 0px 0px 0px;
    }

    .datepicker thead tr:first-child th.next {
        /*background-color:#0080ff !important;*/
        border-radius: 0px 4px 0px 0px;
    }

.frmMenuItems {
    color: #f7f7f7 !important;
    font-family: Lato-Bold !important;
}

.ModalClosebtn {
    right: 15px;
    position: absolute;
}

.modal-header {
    padding: 10px !important;
    /*border-radius: 6px 6px 0px 0px;*/
    background-color: blue;
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
}

/*@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}*/
.modal-dialog {
    top: 100px;
}

.modal-footer {
    padding: 10px !important;
}

.modal-body {
    height: 100px;
    text-align: center;
    /*font-weight:bold;*/
    font-size: 20px;
    font-family: Lato-Bold;
}

.modal-content {
    /*border-radius: 1rem!important;*/
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
}

.day.active {
    background-color: #0080ff;
}

.btnAdd {
    color: #fff;
    background-color: #0080ff;
    /*background-color: #0080ff;
    border-color: #0080ff;*/
    /*background-color:#4CAF50;*/
    /*font-family:Lato-Bold;*/
    /*font-weight:bold!important;*/
}


/*.btnCancel
{
    color: #fff;
    background-color: #909090;
    border-color: #909090;
    font-family:Lato-Bold;
}*/

.btnCancel {
    color: #fff !important;
    background-color: crimson;
    border-color: crimson;
    /*background-color: #909090;
    border-color: #909090;*/
    /*font-family:Lato-Bold;*/
    /*font-weight:bold!important;*/
}

.btnFileUpload {
    border-radius: 4px !important;
    /*background-color: #4CAF50 !important;*/
    background-color: #F89848 !important;
    /*background-color: #ff8533 !important;*/
    border: 0px !important;
}


/*.col-md-12
{
    float:left !important;
}*/

.input-group-addon {
    padding: 6px 12px;
    padding-left: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #e4e4e4;
    border: 1px solid #ccc;
    /*border-radius: 4px;*/
    border-radius: 0px 4px 4px 0px !important;
    width: 30px !important;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

/*.glyphicon-calendar:before {
    content: "\e109";
}*/

.calenderimage {
    content: url(../Images/calender.png);
    width: 22px;
    height: 18px;
    /*left: -9px;*/
    padding-left: -18px;
    text-align: center;
    position: relative;
}

.menu-trigger {
    height: 30px;
    width: 1px;
}

.btnGreyBorder {
    border: 1px solid #ccc !important;
}

.modalHeight600 {
    height: 650px !important;
}

.modalWidth1000 {
    width: 1000px !important;
}

.textAlignLeft {
    text-align: left !important;
}

.TableInner {
    /*border-radius: 10px;
    overflow: hidden;*/
    background-color: #007196 !important;
    /*background-color: #0080ff !important;*/
    color: #fff !important;
    /*font-size: 16px!important;*/
    /*padding: 10px;*/
    line-height: 30px;
    border: none !important;
}

.TableHeaderOuter {
    /*border-radius: 10px;
    overflow: hidden;*/
    background-color: #007196 !important;
    /*background-color: #0080ff !important;*/
    color: #fff !important;
    /*font-size: 16px!important;*/
    padding: 10px;
    line-height: 30px;
    border: none !important;
}

.borderradiustopleft {
    border-radius: 10px 0px 0px 0px;
}

.borderradiustopright {
    border-radius: 0px 10px 0px 0px;
}

.trHeadHeight40 {
    height: 40px;
}

#tblDocuments > tbody tr:nth-child(even) {
    background-color: #f8f6ff;
}

.btnGender {
    background-color: #4CAF50 !important;
    /* background-color: #A9A9A9 !important; */
    border: none !important;
    margin-bottom: 0px !important;
    color: #fff !important;
}

.btn-default {
    /*border:none !important;*/
    margin-bottom: 0px !important;
}

.pageHeader {
    background: #34495e;
}

.btnLogOut {
    background: #47a3da;
}
/*.TableInnerShadowBox { box-shadow: 1px 1px 1px #999; }*/

.ChildMenu {
    padding: 20px 0px 0px 0px !important;
    max-width: 100% !important;
}

.SubMenuDiv {
    padding: 5px 10px 5px 15px;
    font-weight: bold;
    color: #555;
    /*background-color:#465c71;*/
    background-color: #363636;
    opacity: 0.8;
    margin-bottom: 15px;
}

.paddingSubMenuLink {
    padding: 8px 15px 8px 15px;
    color: #fff;
}

.SubMenuLinkActive {
    /*background: #1d1d1d;*/
    color: orange;
}

.tablebody {
    font-family: Lato-Regular;
    font-size: 15px;
    color: #808080;
}

[type=search] {
    height: 40px;
    border-radius: 6px;
    border: 1px solid #ced4da;
    font-size: 15px;
    width: 200px;
    color: #555;
}

.ui-widget-header {
    border: none !important;
    background: none !important;
}

.btn {
    margin: 3px !important;
    color: #fff !important;
    font-weight: bold !important;
}

.btnDropDown {
    color: #555 !important;
}

.btnEdit {
    /*background-color: #4CAF50 !important;*/
    /*border-color: #4CAF50 !important;*/
    background-color: #31b0d5 !important;
    border-color: #31b0d5 !important;
    background-image: none;
}

.btnDelete {
    background-color: #ce482b !important;
    border-color: #ce482b !important;
    background-image: none;
}

.k-grid-cancel {
    background-color: #A9A9A9 !important;
    border-color: #A9A9A9 !important;
    background-image: none;
}

.btnUpdate {
    background-image: none;
    font-family: Lato-Bold;
    color: #fff !important;
    background-color: #f26221;
}


.k-grid-update {
    background-image: none;
}


/*.fg-toolbar
{
     border: 1px solid #ddd !important;
     border-top:none !important;
}*/

.dpt_modal-button {
    border: none !important;
    border-radius: 8px !important;
}

.Success {
    color: green;
    font-weight: bold;
}

.Duplicate {
    color: red;
    font-weight: bold;
}

.ErrorMsg {
    color: red;
    font-size: 16px;
}

label {
    margin-bottom: 0px !important;
}

.modal-dialogtop0 {
    top: 0px !important;
}

.dtp_modal-content {
    z-index: 99999 !important;
}

.outPopUp {
    position: absolute;
    width: 800px;
    height: 600px;
    /*z-index: 15;
  top: 50%;*/
    left: 50%;
    margin: -100px 0 0 -150px;
    /*background: red;*/
}

a {
    color: #555 !important;
    font-size: 16px;
    display: block;
}

.txtalgnright {
    text-align: right;
}

#ChartContainer {
    min-width: 310px;
    max-width: 800px;
    height: 400px;
    margin: 0 auto
}

.dpnone {
    display: none !important;
}

.btnOptions {
    margin: 0px !important;
    color: #555 !important;
    font-weight: normal !important;
}

.active {
    color: #fff !important;
}

.frmHeader {
    font-family: sans-serif;
    /*color: black;*/
    color: #fff;
    font-size: 16px !important;
    font-weight: bold;
    padding: 5px 10px;
}

.SambaMarathonImage {
    position: relative;
    background-image: url("/Images/SambaMarathon.jpg");
    background-repeat: no-repeat;
    /* background-size: contain;*/
    background-size: cover !important;
    height: 100vh;
    opacity: 0.7;
}

.frmlabelHeadingResult {
    font-family: sans-serif;
    /*color: black;*/
    color: #fff;
    font-size: 25px !important;
    font-weight: bold;
    padding: 5px 10px;
}

#participant-result-title {
    font-size: 2em;
    font-weight: 700;
    background-color: green;
    color: white;
    padding: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: -1px;
}

.AccordionLink {
    font-family: Lato-Bold !important;
    /*color:#fff!important;*/
    font-size: 18px !important;
}

.LinkActive {
    color: #fff !important;
}

.AccordionHeader {
    height: 40px !important;
    padding: .50rem 1rem !important;
}

.Active {
    background-color: #f26221 !important;
}

.HeaderColor {
    background-color: #f26221 !important;
}

/*.ui-state-default
{
    border-radius: 4px;
    border:none!important;
    background:none!important;
    width: 20px;
    height: 20px;
    font-size: 14px;
    font-weight: bolder !important;
    color: #333333 !important;
}*/

/*.ui-state-default
{
    border:none!important;
    background:none!important;
}*/

.ui-datepicker .ui-datepicker-header {
    background-color: #0080ff !important;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    border-radius: 3px;
}

.ui-datepicker-current-day {
    background-color: #0044cc;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
}

.ui-state-active {
    color: #fff !important;
}

.ui-datepicker td {
    padding: 4px 5px !important;
}

.ui-datepicker table {
    font-size: 1em !important;
}

.ui-datepicker {
    width: unset !important;
}

    .ui-datepicker th {
        padding: .3em .3em;
    }

.PhotoImage {
    background-image: url(../Images/NoImage.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.MandatoryField {
    color: red !important;
    font-weight: bold;
    font-size: 20px;
    vertical-align: text-bottom;
}

.k-grid-add {
    background-color: #4CAF50 !important;
    border-color: #4CAF50 !important;
    background-image: none;
    font-family: Lato-Bold;
    color: #fff !important;
}

.k-grid-search {
    background-color: gray !important;
    border-color: gray !important;
    background-image: none;
    font-family: Lato-Bold;
    color: #fff !important;
}

.btnCrimson {
    color: #fff !important;
    font-family: Lato-Bold;
    background-color: crimson;
    border-color: crimson;
}

.redborder {
    /*border-color:red !important;*/
    border: 2px solid red !important;
}

.roundimages {
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.k-grid-norecords {
    width: 100%;
    height: 100%;
    text-align: center;
}

.k-grid-norecords-template {
    background-color: #fff;
    border: 1px solid #d5d5d5;
}

.k-grid-norecords-template {
    width: 20em;
    height: 4em;
    line-height: 4em;
    vertical-align: middle;
    margin: 0 auto;
}

.text-danger {
    color: #dc3545 !important;
}

.panel-featured-primary {
    border-color: #0088cc;
}

.panel-featured-left {
    border-left: 3px solid #33353F;
}

.panel {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
    background: #fdfdfd;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.panel-body {
    padding: 15px;
}

.headercolorgrey {
    color: #555;
}


/* Loader Start */
#loadingDiv {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 9999;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0px;
        opacity: 1;
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

.loader {
    display: none;
    text-align: center;
}

#loaderdiv {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999;
    display: block;
}
/* Loader End */

.k-header {
    /* font-family: Lato-Bold; */
    font-family: sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
    /* background-color: #6c7ae0; */
    background-color: #007196;
    font-weight: bold;
    background-image: none !important;
    border-width: 0px !important;
}

#DisplayDataPopUpModal .modal-dialog {
    height: 80%;
    width: 80%;
}


/* Loader Start */
#loadingDiv {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 9999;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0px;
        opacity: 1;
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

.loader {
    display: none;
    text-align: center;
}

#loaderdiv {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999;
    display: block;
}
/* Loader End */

.ui-icon-caret-2-n-s {
    display: none !important;
}


/* Section Bootstrap Menu Start  */

@import url('https://fonts.googleapis.com/css?family=Roboto');

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

body {
    font-family: 'Roboto', sans-serif;
}
/*
        1.1 Header Area
        ***************************************************/
/*Bootstrap Reset*/
.navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent !important;
}

.mainmenu {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
    border: 0px !important;
}

.navbar-nav > li:last-child > a {
    padding-right: 0px;
    margin-right: 0px;
}

.dropdown-menu {
    padding: 0px 0;
    margin: 0 0 0;
    border: 0px solid transition !important;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
/*=-====Main Menu=====*/
.navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 15px 10px 25px !important;
}

.dropdown-menu > li > a {
    padding: 10px 15px 10px 25px !important;
}

.header_bottom {
    background: #0071ba
}

.header_area .header_bottom .mainmenu a, .navbar-default .navbar-nav > li > a {
    color: #fff !important;
    font-size: 16px;
    text-transform: capitalize;
    padding: 16px 15px;
    font-family: 'Roboto', sans-serif;
}

.header_area .mainmenu .active a,
.header_area .mainmenu .active a:focus,
.header_area .mainmenu .active a:hover,
.header_area .mainmenu li a:hover,
.header_area .mainmenu li a:focus,
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #0071ba;
    background: none !important;
    outline: 0;
}
/*-----./ Main Menu-----*/

.navbar-default .navbar-toggle {
    border-color: #fff !important
}
    /*Toggle Button*/
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff !important
    }
/*Toggle Button*/

/*==========Sub Menu=v==========*/
.mainmenu .collapse ul > li:hover > a {
    background: none !important;
}

.mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background: #CBEAF0;
}

.mainmenu .collapse ul ul ul > li:hover > a {
    background: #CBEAF0;
}

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu {
    background: #F3F3F3 !important;
}

    .mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu {
        background: #0a1464
    }

        .mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu {
            background: #e4eeb8
        }

/******************************Drop-down menu work on hover**********************************/
.mainmenu {
    background: none;
    border: 0 solid;
    margin: 0;
    padding: 0;
    min-height: 20px
}

@media only screen and (min-width: 767px) {
    .mainmenu .collapse ul li {
        position: relative;
    }

        .mainmenu .collapse ul li:hover > ul {
            display: block
        }

    .mainmenu .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        display: none
    }
        /*******/
        .mainmenu .collapse ul ul li {
            position: relative
        }

            .mainmenu .collapse ul ul li:hover > ul {
                display: block
            }

        .mainmenu .collapse ul ul ul {
            position: absolute;
            top: 0;
            left: 100%;
            min-width: 250px;
            display: none
        }
            /*******/
            .mainmenu .collapse ul ul ul li {
                position: relative
            }

                .mainmenu .collapse ul ul ul li:hover ul {
                    display: block
                }

            .mainmenu .collapse ul ul ul ul {
                position: absolute;
                top: 0;
                left: -100%;
                min-width: 250px;
                display: none;
                z-index: 1
            }
}

/* Section Bootstrap Menu End  */
