@font-face {
    font-family: 'source_sans_probold';
    src: url('../fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'source_sans_prolight';
    src: url('../fonts/sourcesanspro-light-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'source_sans_proregular';
    src: url('../../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('../../fonts/sourcesanspro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('../../fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'),
         url('../../fonts/sourcesanspro-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    font-family: 'source_sans_proregular';
    font-size:14px;
    font-weight:normal;
    font-style:normal;
}
b, strong{
    font-family: 'source_sans_prosemibold';
    font-weight:normal;
}
a:hover{
    cursor:pointer;
}

.mr10 {
    margin-right: 10px;
}
.align_left{
    text-align:left;
}
.star {
    color: #d20202;
    margin-left: -2px;
    display: inline-block;
    font-weight: normal;
}

.img-loader {
    background-color: rgba(255, 255, 255, 0.7);
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

    .img-loader img {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        position: absolute;
        top: 50%;
    }

.dropdown-menu > li > a:hover {
    background-color: transparent;
}

.drop-action .dropdown-menu li:hover {
    border-left: 4px solid #3c8cbd;
}

.drop-action .btn-dropdown {
    padding: 7px 47px 7px 15px;
}

.dropdown-menu > li > a {
    padding: 1px 10px;
}

.noaccess.error-page {
    margin-top: 0;
    padding: 5% 0 9% 0;
}

.error-page {
    width: 600px;
    margin: 20px auto 0 auto;
}

.noaccess.error-page > .error-content {
    float: none;
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 36px;
    display: inline-block;
}
.no-padding{
    padding:0px;
}
.note{
    font-weight: bold;
    color: #8a8a8a;
    font-size: 12px;
}
.remove-button{
    margin-top:24px;
}
/*end*/
div.dataTables_length select {
    width: 65px !important;
}

/*-------------content-header-------------*/
.content-header {
    padding: 0px 15px 15px 0px;
}

    .content-header .userlist-title {
        display: inline-block;
        width: 49%;
    }

    .content-header .refresh-btn {
        display: inline-block;
        text-align: right;
        width: 50%;
        vertical-align: top;
        margin-top: 5px;
    }

    .content-header .refresh-btn .btn-ghost {
        color: #3c8dbc;
        margin-right:10px;
    }

    .content-header .refresh-btn .btn-ghost:hover {
        color: #fff;
    }

.btn-ghost {
    border: 1px solid #3c8dbc;
    background: transparent;
    border-radius: 0;
    color: #7d7d7d;
    vertical-align: top;
}

    .btn-ghost:hover, .btn-ghost:focus {
        background: #3c8dbc;
        color: #fff;
        transition: all .3s ease;
        -ms-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
    }

        .btn-ghost:hover .fa-refresh {
            -webkit-animation: spinAround 4s linear infinite;
            -moz-animation: spinAround 4s linear infinite;
            -ms-animation: spinAround 4s linear infinite;
            animation: spinAround 4s linear infinite;
        }

@keyframes spinAround {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(720deg);
        -ms-transform: rotate(720deg);
        -moz-transform: rotate(720deg);
        transform: rotate(720deg);
    }
}

.btn-ghost i {
    margin-right: 4px;
    font-size: 15px;
}

.userlist-title h1 {
    display: inline-block;
    vertical-align: top;
    line-height: 39px;
    margin: 0;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 18px;
}

.box-header .export-btn {
    position: relative;
    padding-right: 47px;
    border-radius: 0;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    vertical-align: top;
    color: #fff;
    background-color: #337ab7;
}

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    background: rgba(0,0,0,.2);
    cursor: pointer;
}

.box-header .export-btn i {
    position: absolute;
    width: 34px;
    right: -1px;
    height: 34px;
    top: -1px;
    color: #fff;
    line-height: 32px;
    background: #3c8dbc;
}
/*---------------table classes-------------*/
.width-50{
    min-width: 50px;
    width: 50px;
    word-break: break-word;
}
.location-120{
    min-width: 120px;
    width: 120px;
    word-break: break-word;
}
.link-200{
    min-width: 110px;
    width: 110px;
    word-break: break-word;
}
/*--------------table----------------------*/

.form-control[readonly] {
    background-color: #fff;
}

.skin-blue .content-header {
    background: #ffffff;
    padding: 10px 15px;
    margin: -15px -15px 20px -15px;
    box-shadow: 0px 2px 5px #adabab;
}

.table > thead > tr > th {
    vertical-align: middle;
}

.datepicker {
    z-index: 9999 !important;
}

#filter-row th[data-type="select"] select {
    width: 75px;
    border-color: #d2d6de;
    color: #999;
    background-color: #fff;
    padding: 4px;
    font-weight: normal;
}

table.table-bordered tbody th, table.table-bordered tbody td {
    vertical-align: middle;
    word-break: break-all;
}

table.dataTable thead .sorting:after, 
table.dataTable thead .sorting_asc:after, 
table.dataTable thead .sorting_desc:after, 
table.dataTable thead .sorting:after, 
table.dataTable thead .sorting_asc:after, 
table.dataTable thead .sorting_desc:after {
    position: absolute !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50% !important;
    right: 8px;
    color: #000;
    display: block;
    font-family: FontAwesome !important;
    opacity: 0.75 !important;
}

.input-sm {
    font-weight: normal;
}
/*----------------04-04-2018---------------*/
/*----------------sidebar-----------------*/
.sidebar-menu .treeview-menu > li > a {
    font-size: 14px;
}
.sign_out_but {
    /*background: #b31019;*/
    background: #240a11;
}
    .sign_out_but:hover {
        /*background: #a0121a !important;*/
        background: #54212f !important;
    }
.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a {
    background: #1d1d1d;
    /*border-left-color: #d61722 !important;*/
    border-left-color: #3b0D18 !important;
}
.skin-blue .sidebar a, .skin-blue .treeview-menu>li>a{
    color: #b1b1b1;
}
.skin-blue .sidebar-menu>li>.treeview-menu{
    background: #000000;
}
/*---------------Success-Modal-------------------*/
.modal{
    z-index: 9999;
}
.modal-title {
    text-align: center;
}

#success-Modal .modal-text, #error-Modal .modal-text, .confirm-Modal .modal-text {
    text-align: center;
    font-size: 18px;
    margin-bottom: 0;
}

.modal-header .close {
    margin-top: -7px;
}
/*----------------Error-modal--------------------*/
.content .btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
}
/*---------------confirm-modal--------------------*/
.confirm-Modal .btn-ghost, .btn-ghost-sm {
    border: 1px solid #d4483dd9;
    background: transparent;
    border-radius: 0;
    color: #d4483dd9;
}

    .confirm-Modal .btn-ghost:hover, .btn-ghost-sm:hover, .confirm-Modal .btn-ghost:focus, .btn-ghost-sm:focus {
        background: #d4483dd9;
        color: #fff;
        transition: all .3s ease;
        -ms-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
    }

.confirm-Modal .btn-ghost-green, .btn-ghost-green-sm {
    border: 1px solid #00a65a;
    background: transparent;
    color: #00a65a;
    border-radius: 0;
}

    .confirm-Modal .btn-ghost-green:hover, .btn-ghost-green-sm:hover, .confirm-Modal .btn-ghost-green:focus, .btn-ghost-green-sm:focus {
        background: #00a65a;
        color: #fff;
    }
/*---------------Validation_message--------------*/
.login-box-body .field-validation-error.validation-message {
    color: #f90500;
}
.login-box-body .btn-common{
    margin-left: 0;
}
table.dataTable thead > tr > th {
    font-size: 13px;
}

table.dataTable thead tr.filter-input-box th {
    padding-right: 8px !important;
}

table.table-bordered tbody td {
    font-size: 14px;
}

/*.dropdown-menu {
    min-width: 118px !important;
    width: 100%;
}*/

.skin-blue .main-header .navbar .nav > li.user-menu > a:hover {
    background: rgba(0,0,0,0);
    color: #fff;
}
/*------------------Dropdown--------------------*/

.btn-group.drop-action {
    display: table;
    margin: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

button.btn-dropdown {
    width: 100%;
    display: block;
    font-size: 13px;
    line-height: normal;
    color: #fff;
    background-color: #3c8dbc;
    border-color: #3c8dbc;
    position: relative;
    border: 0;
    border-radius: 0;
    text-align: left;
}

.btn-dropdown i.fa {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 30px;
    font-size: 1em;
    text-align: center;
    border-left: 0;
    background: #336c8e;
    margin: 0 auto;
    padding: 0;
    color: #fff;
}

.drop-action .dropdown-menu {    
    padding: 0px 0;
    max-width: 300px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    left:auto;
    right:0px;
    border-color: #d4d4d4;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.drop-action .dropdown-menu li {
    border-bottom: 1px solid #eee;
    padding: 0px;
    border-left: 4px solid #dcdcdc;
    cursor: pointer;
    white-space: normal;
}
.drop-action .dropdown-menu li a{
    padding: 5px;
}
.drop-action .dropdown-menu li a.disabled{
    cursor:no-drop;
}
.data_table table tr td .drop-action .dropdown-menu li a {
    background: transparent;
}

.data_table table tr td .drop-action .dropdown-menu li a {
    display: block;
    padding: 0;
    color: #333;
}

.data_table table.dataTable tr td:last-child a {
    display: table-cell;
    padding: 0 5px;
    cursor: pointer;
}

.drop-action .dropdown-menu li:last-child {
    border-bottom: none;
}

.btn-dropdown:hover, .btn-dropdown:active, .btn-dropdown:focus {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    color: #fff;
}

/*---------------Table User List--------------*/
.box-body [id$="_filter"] .form-control {
    width: auto;
    padding-left: 35px;
}

table.dataTable thead {
    background-color: #ececec;
}

.box-body [id$="_filter"] label {
    position: relative;
}

    .box-body [id$="_filter"] label:after {
        position: absolute;
        content: '\f002';
        font-size: 16px;
        font-family: FontAwesome;
        left: 7px;
        top: 0px;
        color: #000;
        padding-right: 5px;
        padding-left: 10px;
        line-height: 30px;
    }

    /*.dataTables_wrapper .row:nth-child(2) {
        margin: 0;
        overflow-x: auto;
        overflow-y: hidden;
    }*/

table.dataTable thead .sorting::after {
    content: "\f0dc" !important;
}

table.dataTable thead .sorting_asc::after {
    content: "\f160" !important;
}

table.dataTable thead .sorting_desc::after {
    content: "\f161" !important;
}
/*.dataTables_wrapper .row:nth-child(2) .col-sm-12{
    padding:0;
}*/
input[type=checkbox]{
    vertical-align: top;
}
/*Mukund-20-04-18*/
.datepicker.datepicker-dropdown.dropdown-menu {width: auto;}
.user-list-table table.table tr th {font-size: 12px;}
table.table thead tr:nth-child(2) th {padding-right: 10px;}
.user-list-table table.table tr th:first-child {padding-right: 10px;}
.user-list-table table.table tr th[aria-label="Contact Number: activate to sort column ascending"] {width: 100px;}
.login-box-body, .register-box-body {box-shadow: 0 0 10px #999;}
.login-title {font-weight: bold;text-transform: uppercase;text-align: center;padding: 10px 0px;margin:0;}
.error-msg {
    padding-bottom: 15px;
    font-size: 13px;
    text-align: center;
}
.forget-link {
    color: #000;
    font-size: 13px;
    text-decoration: underline;
    line-height: 20px;
}
/*-------------24-04-2018 Color layout------------*/
/*----navmenu--------*/
.skin-blue .main-header .logo{
    background-color: #000000;
}
.logo-lg img{
    height: 50px;
}
.skin-blue .main-header .logo:hover {
    background-color: #000000;
}
.skin-blue .main-header .navbar {
    /*background-color: #d61722;*/
    background-color: #3b0D18;
}
    .skin-blue .main-header .navbar .sidebar-toggle:hover {
        /* background-color: #bf0f19;*/
        background-color: #54212f;
    }
/*--------------refresh btn----------*/
.btn-ghost {
    /*border: 1px solid #d61722;*/
    border: 1px solid #3b0D18;
}
    .btn-ghost:hover, .btn-ghost:focus {
        /*background: #d61722;*/
        background: #3b0D18;
    }
.content-header .refresh-btn .btn-ghost {
    /*color: #d61722;*/
    color: #3b0D18;
}
/*----------------Plus-icon btn--------*/
.box-header .export-btn {
    /*background-color: #d61722;*/
    background-color: #3b0D18;
}
    .box-header .export-btn i {
        /*background: #b31019;*/
        background: #3b0D18;
    }
/*---------------side menu color-------*/
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side{
    background-color: #313131;
}
/*---------------dashboard-link hover color--------*/
.skin-blue .sidebar-menu>li:hover>a, 
.skin-blue .sidebar-menu>li.active>a{
    border-left-color: #841918;
}
/*---------------Dropdown -btn-----------*/
button.btn-dropdown {
    /*background-color: #d61722;
    border-color: #d61722;*/
    background-color: #3b0D18;
    border-color: #3b0D18;
}
.btn-dropdown i.fa {
    /*background: #b31019;*/
    background: #3b0D18;
}
.btn-dropdown:hover, .btn-dropdown:active, .btn-dropdown:focus {
    /*background-color: #bf0f19;*/
    background-color: #3b0D18;
    outline: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: none;
}
.drop-action .dropdown-menu li:hover {
    /*border-left: 4px solid #d61722;*/
    border-left: 4px solid #3b0D18;
}
/*------------inner pages btn------------*/
.btn{
    border-radius: 0;
}
.btn-common {
    /* background-color: #d61722;
    color: #fff;
    border-color: #d61722;
    margin-left: 10px*/;
    background-color: #3b0D18;
    color: #fff;
    border-color: #3b0D18;
    margin-left: 10px;
}
    .btn-common:hover, .btn-common:active, .btn-common.hover, .btn-common:focus {
        /*background-color: #bf0f19;
        border-color: #bf0f19;
        color: #ffffff;
        outline: none !important;*/
        background-color: #75575e;
        border-color: #75575e;
        color: #ffffff;
        outline: none !important;
    }
.btn-add{
    background-color: #7fb965;
    color: #fff;
    border-color: #7fb965;
}
.btn-add:hover, .btn-add:active, .btn-add.hover, .btn-add:focus{
    background-color: #69ab4c;
    border-color: #69ab4c;
    color: #ffffff;
    outline: none !important;
}
.btn-remove {
    /*background-color: #f56565;
    color: #fff;
    border-color: #f56565;*/
    background-color: #75575e;
    color: #fff;
    border-color: #75575e;
}
    .btn-remove:hover, .btn-remove:active, .btn-remove.hover, .btn-remove:focus {
        /*background-color: #f14444;
        border-color: #f14444;
        color: #ffffff;
        outline: none !important;*/
        background-color: #3b0D18;
        border-color: #3b0D18;
        color: #ffffff;
        outline: none !important;
    }
.btn-secondary{
    background-color: #949494;
    color: #fff;
    border-color: #949494;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary.hover, .btn-secondary:focus{
    background-color: #7d7c7c;
    border-color: #7d7c7c;
    color: #ffffff;
    outline: none !important;
}
/*------Disabled button------*/
.disabled{
    background-color: #eee !important;
    opacity: 1;
    cursor: not-allowed;
}
/*------------pagination-----------------*/
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    /* background-color: #d61722;
    border-color: #d61722;*/
    background-color: #3b0D18;
    border-color: #3b0D18;
}
.pagination>li:first-child>a, .pagination>li:first-child>span, 
.pagination>li:last-child>a, .pagination>li:last-child>span{
    border-radius: 0;
}
/*--------------box body-----------*/
.box-body{
    padding-top:20px;
}
.box {
    /*border-top: 3px solid #d61722;*/
    border-top: 3px solid #3b0D18;
}
label{
    margin-bottom: 0;
    font-weight: normal;
}
.text-color{
    color: #9c9c9c;
}
/*------------------table--------------*/
.numeric-30{
    width: 35px;
    max-width: 35px;
    min-width: 35px;
    word-wrap: break-word;
    padding-right: 5px !important;
}
.action-95{
    width: 95px;
    max-width: 95px;
    min-width: 95px;
    word-wrap: break-word;
}
/*------------change password----------*/
.change-password .box{
    width: 360px;
    margin: 4% auto;
}
.submit-btn{
    margin-top: 10px;
}
/*-------------Edit field options-----*/
.option-space{
    margin-bottom: 15px;
}
/*--------------Add field-------------*/
.option{
    margin-left: -30px;
}
/*----------------popup--------------*/
.bootbox-body{
    text-align: center;
    font-size: 15px;
}
.modal-footer{
    text-align: center;
    border-top:0px;
}
/*----------Forgot password-----------*/
.login-box-msg, .register-box-msg{
    padding: 0;
}
/*------------popup-------------------*/
#growls-tr{
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
}
.growl{
    opacity: 1;
}
.growl.growl-notice{
    background: #6fd299;
}
/*----------header-------------------*/
.navbar-nav>li.user-menu >a{
    padding: 9px 23px;
    line-height: 17px;
}
.navbar-nav>li>a .user-name{
    margin-bottom: 0;
}
.navbar-nav>li.user-menu span{
    font-size: 11px;
    float: right;
}
/*remove when header margin issue is resolved in change password view*/
.chngPassHeader{
    margin-top: -35px !important;
}
/*-------------table--------------*/
table.dataTable thead>tr>th{
    border-bottom-color: #d5dae1;
    outline: none;
}
/*Form css*/
.form-block{
  margin: 20px;
}
.form-block h4{
  background-color: #e4e4e4;
  padding: 15px;
}
.checkbox-block{
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#img-upload{
    width: 100%;
}
/*------------Add Event page----------*/
.event-block{
    padding: 0;
}
.event-content .btn-add, .event-content-bg .btn-add{
    margin-right: 10px;
}
.event-space{
    padding-top: 10px;
}
.event-block .input-group.date{
    width: 100%;
}
.event-block .input-group.date .form-control[readonly]{
    cursor:pointer;
}
.event-block .form-block{
    margin: 0 15px;
}
.event-block .row h4{
    margin:0;
}
textarea{
    resize: none;
}
.event-content, .event-content-bg{
    background-color: #f7f7f7;
    padding-top: 15px;
    border-bottom: 1px solid #ffffff;
}
.workshop-slot, .workshop-detail, .maintracker{
    clear: both;
}
.info-text, .info-text-bg{
    background-color: #f7f7f7;
    padding: 15px 15px 0;
    margin-bottom: 10px;
}
.info-label{
    font-size: 18px;
    font-weight: 500;
    margin-left: 4px;
    margin-bottom: 15px;
    line-height: 1.2;
}
.info-text-bg .event-content,
.info-text .event-content-bg{
    border-bottom: 0;
}
.event-content-bg, .info-text-bg{
    background: #ececec;
}
.event-type .form-group{
    padding-left: 0;
}
.input-group.date .fa-calendar{
    z-index: 9999;
}
.preview-content{
    margin-top: 10px;
    border: 1px solid #ccc;
    padding: 5px;
    width:75% !important;
}
.registration-content{
    background-color: #f7f7f7;
    padding-top: 10px;
}
.map-block{
    position: relative;
}
.pac-card-input{
    width: 300px !important;
    position: absolute;
    top: 10px;
    right: 95px;
    height: auto;
    padding: 6px;
    font-size: 14px;
    border: none;
    -webkit-box-shadow: 1px 2px 2px 1px #00000026;
    -moz-box-shadow: 1px 2px 2px 1px #00000026;
    -ms-box-shadow: 1px 2px 2px 1px #00000026;
            box-shadow: 1px 2px 2px 1px #00000026;
}
.modal .cr-boundary{
    margin-bottom: 10px;
}
.croppie-container .cr-slider-wrap{
    width: 100% !important;
    margin: 0 !important;
    text-align: center;
}
.modal-body .revamp_btn{
    margin: 30px auto 0;
    display: block;
    width: auto;
}
.workshop-slot h4, .workshop-detail h4{
    padding-left: 30px !important;
}
.wysihtml5-sandbox{
    height: auto !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.wysihtml5-sandbox *{
    box-sizing: border-box !important;
}
/*---------------input type range-----------------*/
input[type=range]{
    -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #000000;
    border: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #d61722;
    margin-top: -4px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #000000;
}

    input[type=range]::-moz-range-track {
        height: 5px;
        background: #000000;
        border: none;
    }

    input[type=range]::-moz-range-thumb {
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: #d61722;
    }

    /*hide the outline behind the border*/
    input[type=range]:-moz-focusring{
        outline: 1px solid white;
        outline-offset: -1px;
    }

    input[type=range]:focus::-moz-range-track {
        background: #000000;
    }

    /*-------------for ie------------------------------------*/
    input[type=range]::-ms-track {
    height: 5px;
    
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;

    /*remove default tick marks*/
    color: transparent;
    }
    input[type=range]::-ms-fill-lower {
        background: #777;
        border-radius: 10px;
    }
    input[type=range]::-ms-fill-upper {
        background: #000000;
        border-radius: 10px;
    }
    input[type=range]::-ms-thumb {
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: #d61722;
    }
    input[type=range]:focus::-ms-fill-lower {
        background: #888;
    }
    input[type=range]:focus::-ms-fill-upper {
        background: #000000;
    }
/*---------------modal list----------------*/
.age-detail{
    font-size: 14px;
}
.modal-detail-block h4{
    font-family: 'source_sans_prosemibold';
    font-size:16px;
}
.modal-detail span{
    display: block;
}
.modal-detail .date{
    font-size: 12px;
    font-weight: normal;
}
.modal-detail{
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
    display: block;
    overflow: hidden;
}
.my-modal-content:last-child .modal-detail{
    border-bottom: none;
}
.detail-number{
    font-family: 'source_sans_prosemibold';
    font-size: 20px;
}
.detail-text{
    font-family: 'source_sans_prosemibold';
    color: #5d5c5c;
    font-size: 14px;
}
.modal-detail-block .modal-title{
    text-align: left;
}
.paid-events{
    background-color: #e4e4e4;
    padding: 10px;
}
.table-text-left{
    text-align: left !important;
}
input[type=range]{
    display: inline-block;
}
#growls-tr{
    right: 0;
    left: auto;
    top: 35px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
            transform: translateX(0);
}
#growls-tr .growl-warning{
    background-color: #fb4953;
}
.tracker-space{
    margin-bottom: 15px;
}
/*----multiple select box-------*/
.multiselect-native-select .btn-group, .multiselect-native-select .multiselect{
    width: 100%;
}
/*----------Last rows dropdown menu-------------*/
.dataTables_wrapper .row:nth-child(2) table tbody tr:last-child .drop-action .dropdown-menu, .dataTables_wrapper .row:nth-child(2) table tbody tr:nth-last-child(2) .drop-action .dropdown-menu, .dataTables_wrapper .row:nth-child(2) table tbody tr:nth-last-child(3) .drop-action .dropdown-menu{
    top: auto;
    bottom: 100%;
}
/*------------event-form 2---------*/
.bootbox .modal-body{
    padding-bottom: 0;
}
.bootbox .bootbox-body ul{
    margin-bottom: 0;
    margin-top: 10px;
}
.track-block{
    width: 99%;
}
.bootbox-body b{
    font-size: 17px;
}
/*--------------priceModal-----------*/

.bannerModal{
    width: 1150px !important;
}
.bannerModalBoundary{
    width: 1100px; height: 480px;
}
.note_block {
    display: block;
    clear: both;
    color: #000;
}
@media (min-width: 576px){
    .modal-detail-block .modal-dialog {
    width: 700px;
    }
}
/*-------------#start - View/Edit/Replace Attendees - Pankaj -----------*/
.trackerHeading{
    font-size: 15px;
    font-weight: 600;
    color: #d61723;
}
.paddingTB20{
    padding-bottom:20px;
    padding-top:20px;
}
.elementHeight{
    min-height:54px;
}
.hrSeparator{
    border:1px solid #f1f1f1 !important;
}
table.dataTable thead>tr>th {
    border-bottom-color: transparent;
}
.Fielddetails-block label.form-label, .option-lab {
    color: #d61722;
    text-transform: capitalize;
    font-family: 'HelveticaNeueLTCom-Bd', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 0 15px 15px;
}
.table-block {
    padding: 0 15px 15px;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 1px solid #dcdcdc;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #dcdcdc;
}
.dropdown-menu > li > a {
    padding: 0 10px;
    white-space: normal;
}
.form-group.col-xs-12.addfield-add {
    margin: 0;
    padding: 0;
}
.addfield-add .form-group.col-xs-3 {
    margin: 0;
    padding: 0;
    width: 24.5%;
}
.additional-block span.field-validation-error.text-danger {
    position: absolute;
    left: 15px;
    bottom: 20px;
}
.additional-block {
    display: block;
    clear: both;
    position: relative;
    overflow: hidden;
}
.addevent-img138 {
        max-width: 138px;
}
.name_table {
    max-width: 150px;
    min-width: 150px;
    width: 150px;
}
.emial_table {
    max-width: 200px;
    min-width: 200px;
    width: 200px;
}
.contact_table {
    max-width: 100px;
    width: 100px;
    min-width: 100px;
}
.date_table {
    width: 80px;
    max-width: 80px;
    min-width: 80px;
}
.edit-aditional-block {
    margin: 0;
    padding:0px;
}
.p0 {
    padding:0;
}
.mt20{
    margin-top: 20px;
}
.edit-aditional-block .form-group.col-xs-3 {
    margin-bottom: 0;
}
.form-block #accordion .panel.panel-default {
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius:0px;
}
.form-block #accordion {
    margin-top: 30px;
}
.form-block #accordion .panel.panel-default .panel-heading {
    padding: 0;
}
.event-content .note_block {
    margin-left: 15px;
    margin-bottom: 15px;
}
#promoCodeBlock .note_block {
    padding: 0 30px;
    margin-top:20px;
}
.enDisRoles .note_block {
    padding: 0 30px;
}
.event-content-bg .note_block {
    padding: 0 15px 10px;
}
.form-block h4 > div {
    padding: 15px;
    cursor: pointer;
}
.panel-title {
    padding : 0 !important;
}
/*  Button
---------------------------------------------------------- */
/*.btn {
    padding:10px 20px;
    border-radius:4px;
    font-size:15px;
    white-space:nowrap;
    background-color: #bebebe;
    border-color: #bebebe;
    color: #333;
    opacity:0.9;
    width:80px;
    font-weight:600;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}*/
.btn i{
    display:inline-block;
    margin-right:3px;
}
.btn.btn-red {
    /*background-color: #d7101c;
    border-color: #d7101c;*/
    background-color: #3b0D18;
    border-color: #3b0D18;
    color: #fff;
}
.btn.btn-black {    
    background-color: #555;
    border-color: #555;
    color: #fff;
}
.btn:hover, .btn:focus, .btn:active{
    opacity:1;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}
/*  Modal Box
---------------------------------------------------------- */
.modal-header{
    min-height:40px;
    border:none;
}
.modal-content{
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
}
.modal-body{
    line-height:1.4;
    font-size:14px;
}
.modal-body .form-group textarea{
    margin-bottom:10px;
}
.modal-footer{
    display:flex;
    flex-direction:row;
    justify-content:flex-end;
    margin:0 -5px;
}
.modal-footer .btn{    
    min-width:80px;
    margin:0 5px;
    font-family: 'source_sans_prosemibold';
}
.my-modal-content{
    display: block;
    padding: 0px 15px 10px;
    margin-bottom: 10px;
}
.bootbox-confirm .bootbox-body{
    padding:30px 15px;
    font-size:18px;
    text-align:center;
    display:block;
}
/*  other changes
---------------------------------------------------------- */
.chk-inline, .radio-inline{
    display:inline-block;
    margin-right:15px;
    margin-bottom:10px;
}
.radio-inline{
    padding-left:18px;
}
.radio-inline input[type=radio] {
    margin-left:-18px;
}
.detail-title{
    font-family: 'source_sans_prosemibold';
    font-size:15px;
}
.form-group label{
    font-family: 'source_sans_prosemibold';
}
.dataTables_wrapper .row:nth-child(2) .col-sm-12{
    min-height: .01%;
    overflow-x: auto;
    padding:0px;
    margin: 0 15px;
    -webkit-width: calc(100% - 30px);
    -moz-width: calc(100% - 30px);
    width: calc(100% - 30px);
}
.text-danger {
    color: #ff0000;
}
.alert-message{
    display:block;
    font-size:18px;
    text-align:center;
}
.modal-alert .modal-body{
    padding:30px 15px;
}
table.dataTable thead > tr > th.action-95{
    padding-right:10px;
}
.form-container{
    display:block;
    padding:15px;
}

#managerBlock .btn.btn-add{
    float:right;
}

.btn.export-btn i{
    margin-right:0px;
}
.replace-attandee{
    padding:15px 30px;
}
.replace-attandee h3{
    display:block;
    margin-top:0px;
    font-size:16px;
    font-family: 'source_sans_prosemibold';
}
.button-block {    
    overflow:hidden;
    margin:0 -5px;
    display:flex;
    justify-content:flex-end;
    align-items:center;
    flex-direction:row;
    width:100%;
}
.button-block .btn{
    margin:0 5px;
}
/*-------------Media Query-----------*/
@media (min-width: 768px) {
    .form-inline .form-control {
        width: 100%;
    }
}
@media all and (-ms-high-contrast:none)
    {
    table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after{ 
    top: 26px !important;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    }
    *::-ms-backdrop, table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after{ 
    top: 26px !important;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    }
}

.ml30 {margin-left:30px;}
.ml20 {margin-left: 20px;}
.cr-boundary {width:100%!important;}
.modal .cr-boundary> div {width: 100%!important;}
.workshop-detail .open>.dropdown-menu{width:100%;}
.input-group.date{width:100%;}


.aoiOther{
    margin-top: 10px;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline{
    margin-left: 0px;
}
.multiselect-container{
    width: 100%;
}
.attendee-value .elementHeight {
    min-height: auto;
}
.dataTables_wrapper  table.dataTable {
    margin-top: 18px!important;
}
.image-banner-sec .remove-banner-img {
    position: absolute;
    bottom: 0px;
    right: 15px;
}
.preview-content {
    width: 40% !important;
}

.image-banner-sec {
    position: relative;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    outline: 0;
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de!important;
}
.wrkshp .select2-container {
    display: block;
}
.select2-container--default .select2-selection--multiple{
    outline: 0;
    border-radius: 0!important;
    box-shadow: none;
    border-color: #d2d6de!important;
}
.wrkshp li.select2-selection__choice {
    border: 1px solid #d2d5de!important;
    color: #333!important;
}
.wrkshp li.select2-selection__choice span {
    margin-right: 0px;
    float: right;
    margin-left: 3px;
}
.editattimg {
    width: 40%;
    display: block;
    margin: 15px 0px;
}
.form-builder .frmb-control {
    overflow-y: auto;
    max-height: 470px;
}
.flag-Attendee.main-registrant {
    position: relative;
}
.flag-Attendee.main-registrant i{
    position: absolute;
    right: 10px;
    top: 17px;
    font-weight: 600;

}