html,
body {
    height: 100%;
}
.position_relative{
    position: relative;
}
.wrap {
    min-height: 85%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}
.padding_0{
    padding:0px !important;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}
.d_inline_block{
    display: inline-block;
}
.ddl_margin_top{
    margin-top: 8px;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/*#results-table td, #results-table th {*/
/*    padding-top: 5px;*/
/*    padding-bottom: 5px;*/
/*    padding-left: 8px;*/
/*    padding-right: 8px;*/
/*}*/
/*[data-action="results"] .filters {*/
/*    margin-top: 3px;*/
/*    margin-right: 5px;*/
/*}*/

#cpanel_header .timing_li a{
    padding-right: 25px;
}
#cpanel_header .timing_li button{
    position: absolute;
    top: 9px;
    right: 3px;
    background: transparent;
    border: none;
    z-index: 99999999;
}
.timing_dial_collapse{
    position: absolute;
    z-index: 9999999999;
    background-color: #ed972a;
    width: 100%;
}
.timing_dial_collapse a{
    font-size: 13px;
    width: 100%;
    display: inline-block;
    padding: 5px !important;
    color: #292363;
}
/*#results-table th {*/
/*    color: #fff;*/
/*    background-color: #0066FF;*/
/*    text-align: center;*/
/*    margin-left: 5px;*/
/*}*/
.country_flag_result{
    width:35px;
    border: 1px solid black;
}

/*#event-title {*/
/*    color: #0066FF;*/
/*    font-size: 32px;*/
/*    text-transform: uppercase;*/
/*    font-weight: bold;*/
/*}*/

#results-table {
    width: 100%;
}

/*#results-container {*/
/*    font-family: "Calibri";*/
/*    font-size: 16px;*/
/*}*/
/*.result_filters span{*/
/*    float:left;*/
/*}*/
/*.result_filters{*/
/*    text-align: center;*/
/*    padding-top: 18px;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/
.container-full {
    margin: 0 auto;
    width: 1280px;
    padding: 5px 0px;
}

#results-footer {
    font-size: 13px;
    color: #595959; 
    font-style: italic;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-top: 8px;
}
.result_table_filter{
    color: black;
    text-align: center;
}

#results-footer a {
    color: #0066FF;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */

/* Anytime the body has the loading class, our
   modal element will be visible */

/*.race-dropdown {*/
/*    font-size: 18px;*/
/*    text-transform: uppercase;*/
/*    color: #0066FF;*/
/*    font-weight: bold;*/
/*    padding: 4px;*/
/*}*/
.hide{
    display: none !important;
}
/**View Video page**/
.video_holder{
    text-align: center;
}
.video_holder iframe{
    width: 80%;
    margin: auto;
    height: 80vh;
    border: 2px solid blue;
    margin-top: 10vh;
}
.hover_video{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.hover_video iframe {
    position: absolute;
    right: -67px;
    z-index: 99;
    top: 7px;
    transition: 1s;
}
/**Registration form**/
/*.registration_btn{*/
/*    margin-top: 10px;*/
/*}*/
/*[data-action="registration"] .has-error .help-block{*/
/*    color: #a94442;*/
/*    position: absolute;*/
/*}*/
/*[data-action="registration"] .form-group {*/
/*    margin-bottom: 25px;*/
/*}*/
/*.registration_banner_holder .registration_banner_image{*/
/*    width: 100%;*/
/*}*/
/*.registration_banner_holder{*/
/*    height: 100vh;*/
/*    margin-top: auto;*/
/*    margin-bottom: auto;*/
/*}*/
/*[data-action="registration"] .wrap > .container {*/
/*    padding: 0px 0px 20px;*/
/*}*/
/*[data-action="registration"] .container-full , [data-action="results"] .container-full{*/
/*    width:100%;*/
/*}*/
[data-action="results"] .container-full {
/*[data-action="registration"] .date-dropdown {*/
    display: inline-block;
    width: 32%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/*.registration_teams_select{*/
/*    position: absolute;*/
/*    background-color: #cccccc;*/
/*    width: 87%;*/
/*    padding: 4px;*/
/*    z-index: 9;*/
/*    bottom: -12px;*/
/*}*/
/*.registration_teams_select .select_span{*/
/*    cursor: pointer;*/
/*    display: block;*/
/*}*/
/*.registration_teams_select .select_span:hover {*/
/*    background-color: #00000040;*/
/*}*/
/** Race prices **/
.race_prices_content .empty{
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 22px;
}
/** ./Race prices **/

/** ADMINCP TEAMS **/
.alt_title_tag {
    background-color: #2822638f;
    padding: 7px;
}
/** ./ADMINCP TEAMS **/
/** ADMINCP RACES MAPS **/
.races_maps_holder {
    display: inline-block;
    position: relative;
}
.races_maps_holder .point{
    display: none;
}
.races_maps_holder svg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.races_maps_holder .race_control_stations {
    position: absolute;
    display: none;
    width: 100px;
    background-color: #50bcf5;
    padding: 5px;
    z-index: 888;
}
.races_maps_holder .race_control_stations .control_station{
    display: inline-block;
    width: 100%;
    z-index: 999;
}
.races_maps_holder .race_control_stations .control_station:hover{
    background-color: white;
    cursor: pointer;
}
.race_diagrams_control{
    margin-bottom: 10px;
}
.race_diagrams_control button {
    margin-top: 25px;
}
/** ./ADMINCP RACES MAPS **/

/** Orgcp **/
.header_cpanel{
    width: 100%;
    background-color: #282263;
}
.header_cpanel .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
    max-height: unset;
    overflow: hidden;
}
.header_cpanel .navbar-toggle span{
    background-color: white;
    height: 3px;
}
.header_cpanel a {
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: white;
}
.header_cpanel a.logout {
    font-size: 12px;
    padding-top: 13px;
    display: inline-block;
}
.header_cpanel .links{
    width: 100%;
}
.header_cpanel .links .languages_logout{
    float: right;
}
.header_cpanel .dropdown-menu{
    min-width: 134px;
}
.header_cpanel a.active{
    background-color: #ED972A;
    color: #282263;
}
.header_cpanel a:not(.logout):hover{
    background-color: #ED972A !important;
    text-decoration: none;
    color: #282263 !important;
}
.header_cpanel a.logout:hover{
    color: #ED972A !important;
    text-decoration: none;
}
.header_cpanel.navbar {
    margin-bottom: 0px;
    z-index: 9;
}

[data-action="orgcp"] #yii-debug-toolbar
{
    display:none !important;
}
.orgcp_content .page_title{
    font-size: 24px;
    padding-top: 20px;
    color: #282163;
    font-weight: 700;
}
.orgcp_content .sub_title{
    font-size: 20px;
    padding-top: 20px;
    color: #282163;
    font-weight: 700;
}
.race_pricing_holder{
    background-color: #ed972af2;
    border-radius: 3px;
    margin-bottom: 5px;
    padding-bottom: 15px;
}
.languages_logout .lang{
    color: white;
    padding-top: 11px;
    display: inline-block;
    margin-right: 21px;
    text-transform: uppercase;
    cursor: pointer;
}
.orgcp_content {
    padding-top: 25px;
}
.orgcp_content .status-dropdown{
    width: 33%;
    font-size: 17px;
    text-transform: uppercase;
    color: #282163;
    font-weight: bold;
    padding: 4px;
}
.header_cpanel.navbar{
    min-height: unset;
}
.header_cpanel  .navbar-nav>li>a{
    padding: 10px;
}
.header_cpanel  .navbar-collapse.in{
    overflow: hidden;
}
.wrap > .container.orgcp_content {
    padding-top: 9px;
}
.orgcp_content .timing_time_holder{
    text-align: right;
    font-size: 22px;
    font-weight: 600;
    color: #ed972a;
}
.orgcp_content .timing_dial_content  .timing_time_holder{
    text-align: center;
}
.orgcp_content .timing_section {
    border: 2px solid #282163;
    padding: 14px;
    text-align: center;
    margin-bottom: 15px;
    min-height: 137px;
}
.orgcp_content .timing_dial_keys .btn {
    width: 100%;
    font-size: 45px;
}
.timing_dial_info_row{
    border: 2px solid #f0ad4e;
    border-radius: 6px;
    margin-bottom: 5px;
}
.timing-dial-undo-lap {
    position: absolute;
    right: 4px;
    height: 46px;
    top: -23px;
    font-size: 15px;
    padding: 0px;
}
.orgcp_content .timing_dial_content [class*="col-"]{
    padding: 5px;
}
.orgcp_content .timing_dial_keys .btn-primary {
    background-color: #292363;
}
[data-action="orgcp"]::-webkit-scrollbar ,
[data-action="admincp"]::-webkit-scrollbar ,
[data-action="totalcp"]::-webkit-scrollbar ,
[data-action="usercp"]::-webkit-scrollbar ,
.offline_laps_holder::-webkit-scrollbar ,
[data-action="orgcp"] .dropdown-menu::-webkit-scrollbar  {
    width: 8px;
}
[data-action="orgcp"]::-webkit-scrollbar-track , 
[data-action="admincp"]::-webkit-scrollbar-track , 
[data-action="totalcp"]::-webkit-scrollbar-track , 
[data-action="usercp"]::-webkit-scrollbar-track , 
.offline_laps_holder::-webkit-scrollbar-track , 
[data-action="orgcp"] .dropdown-menu::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
[data-action="orgcp"]::-webkit-scrollbar-thumb ,
[data-action="admincp"]::-webkit-scrollbar-thumb ,
[data-action="totalcp"]::-webkit-scrollbar-thumb ,
[data-action="usercp"]::-webkit-scrollbar-thumb ,
.offline_laps_holder::-webkit-scrollbar-thumb ,
[data-action="orgcp"] .dropdown-menu::-webkit-scrollbar-thumb {
    background: #ED972A; 
}
[data-action="orgcp"]::-webkit-scrollbar-thumb:hover ,
[data-action="admincp"]::-webkit-scrollbar-thumb:hover ,
[data-action="totalcp"]::-webkit-scrollbar-thumb:hover ,
[data-action="usercp"]::-webkit-scrollbar-thumb:hover ,
.offline_laps_holder::-webkit-scrollbar-thumb:hover ,
[data-action="orgcp"] .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #ED972A; 
}
[data-action="orgcp"] .flash_msg,
[data-action="admincp"] .flash_msg,
[data-action="totalcp"] .flash_msg,
[data-action="usercp"] .flash_msg
{
    position: fixed;
    z-index: 9999999;
    top: 50px;
    right: 6px;
}
.text-warning{
    color: #ED972A !important;
}
.title_line{
    border-top: 2px solid #f5e8ff;
    position: relative;
    padding-top: 22px;
}
.title_line .title_line_text{
    position: absolute;
    background-color: white;
    z-index: 2;
    top: -12px;
    left: 10px;
    font-weight: 600;
    padding-left: 10px;
    text-transform: uppercase;
    padding-right: 10px;
    font-style: italic;
    font-size: 16px;
}
.orgcp_content .custom_ddl{
    height: 29px;
    border-radius: 0px;
    border: 1px solid black;
    padding-top: 2px;
    padding-bottom: 0px;
    padding-left: 5px;
    font-weight: 500;
    font-size: 17px;
}
.orgcp_content .custom_text_input{
    height: 29px;
    border-radius: 0px;
    border: 1px solid black;
    padding-top: 2px;
    padding-bottom: 0px;
    padding-left: 5px;
    font-weight: 500;
    font-size: 17px;
}
.custom_text_area{
    border-radius: 0px;
    border: 1px solid black;
    padding-top: 2px;
    padding-bottom: 0px;
    padding-left: 5px;
    font-weight: 500;
    font-size: 17px;
}
.padding_10{
    padding: 10px;
}
.br_5{
    border-radius: 5px;
}
.btn_margin_top{
    margin-top: 28px;
}
.event-edit-auto-start .form-group{
    margin-top: 34px;
    font-size: 18px;
}
.action_second_text{
    margin-left: 6px;
    font-size: 20px;
}
.no_sort_table{
    background-image: none !important;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #EBF7FF;
}
.orgcp_content .custom_ddl:focus{
    border-color: #282263;
    box-shadow:none;
}
.orgcp_content .custom_ddl_label , .custom_label_text {
    margin-top: 5px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500 !important;
}
.orgcp_content .btn-success{
    background-color:#0FDDAF;
    border-color: #0FDDAF;
}
.orgcp_content .btn-success:hover{
    background-color:#4cae4c;
    border-color: #4cae4c;
}
.orgcp_content [class*="btn"]{
    min-width: 75px;
}
.orgcp_content .alert-warning {
    color: #282063;
    background-color: #ed972a;
    border-color: #282063;
}
.orgcp_content .btn_reset_event {
    margin-bottom: -57px;
}
.d_flex{
    display: flex;
}

.lang_logo{
    width: 33px;
    margin-top: -4px;
}
.support_content{
    text-align: center;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    color: #282163;
    font-weight: 600;
}
.support_content p{
    margin-top: 10px;
}
.select_event_ddl{
    font-size: 16px;
    margin-left: 13%;
    margin-top: 3px;
    padding: 5px;
    background-color: white;
    color: #282163;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #ed972a;
}
.select_event_ddl .dropdown-menu{
    max-height: 50vh;
    overflow-y: auto;
}

.segment_holder .sub_title{
    padding-top: 0px;
}
.segment_holder .custom_ddl{
    width: 100%;
}
.segment_holder.alert-warning{
    border-radius: 0px;
    display: inline-block;
    width: 100%;
}
.timing_content .sub_title{
    padding-top: 0px;
}
.mt_5{
    margin-top: 5px;
}
.mr_5{
    margin-right: 5px;
}
.w_100{
    width: 100%;
}
.margin_bottom_5{
    margin-bottom: 5px;
}
#multiple-runners-container .multiple-item{
    padding: 5px;
    border: 2px solid #282063;
}
#multiple-runners-container .multiple-item .custom_text_input{
    height: 31px;
    padding-top: 0px;
}
.runners_page [class*="btn"]{
    min-width: auto;
    font-size: 13px;
}
.filters .input_holder{
    display: inline-block;
    width: 7%;
}
.filters .input_holder .form-group{
    margin-bottom: 0px;
}
.filters .input_holder .btn_margin_top{
    margin-top: -23px;
}
.filters .input_holder label{
    font-size: 12px;
}

/** ./Orgcp **/
/** OFFLINE TIMING **/
.offline_laps_table th{
    background-color: rgb(237, 151, 42);
}
.offline_laps_table .input-group .form-control{
    z-index: 0;
}
.offline_laps_holder{
    margin-top: 20px;
    max-height: 75vh;
}
/** ./OFFLINE TIMING **/
/** Loader **/
.loader{
    position: fixed;
    z-index: 999999999;
    background-color: #ffffff8c;
    top: 0;
    bottom: 0;
    width: 100%;
    display: none;
}
/** ./Loader **/
/** Notifications **/
.offline_page{
    padding-top: calc(50vh - 108px);
}
.offline_page .text p{
    color: #221c5d;
    font-size: 25px;
    font-weight: 700;

}
/** ./Notifications **/
/** Admincp **/
.invalid, .input_error {
    border: 1px solid #FF5855 !important;
    box-shadow: 0 0 9px 0 rgba(255, 88, 85, 0.3);
}
.form_block{
    border: 1px solid #2222224d;
    background-color: whitesmoke;
    border-radius: 5px;
    margin-bottom: 10px;
}
.form_block .save{
    margin-bottom: 15px;
}
.contol_btn_view{
    vertical-align: middle !important;
}
.contol_btn_view a{
    display: table-cell;
}
.contol_btn_view a>button{
    margin-right: 5px;
}
.before_btns{
    margin-bottom: 15px;
}
.navbar {
    border-radius: 0px;
}
.padding_0{
    padding: 0px !important;
}
.tabel_in{
    width: 100%;
}
.tabel_in tr{
    border-bottom: 2px solid #282163;
}
.v_center {
    vertical-align: middle !important;
}
.custom_table {
    border: 2px solid #282163;
}
.custom_table>tbody>tr>td, 
.custom_table>tbody>tr>th,
.custom_table>tfoot>tr>td, 
.custom_table>tfoot>tr>th,
.custom_table>thead>tr>td, 
.custom_table>thead>tr>th {
    border: 2px solid #282163;
    font-weight: 600;
}
.custom_table>thead>tr>th{
    background-color: #ED972A;
}
.controls_col_header{
    width:210px;
}
.users_control_images img {
    display: inline;
    width: 23px;
    height: 23px;
    cursor: pointer;
}
.users_control_images img.no_active{
    opacity: .5;
}
.custom_table .tabel_in tr {
    height: 36px;
}
.add_user_event{
    padding: 5px;
}
[data-action="admincp"] .select_event_ddl{
    position: absolute;
    right: 20%;
}
/** ./Admincp **/
.no_active_registration {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
    left: 0;
    right: 0;
}
/*[data-action="registration"] .required label.control-label,*/
[data-action="usercp"] .user_events_page .required label.control-label{
    position: relative;
}
/*[data-action="registration"] .required label.control-label:after ,*/
[data-action="usercp"] .user_events_page .required label.control-label:after
{
    content: " * ";
    font-size: 20px;
    color: red;
    position: absolute;
    right: -13px;
    top: -5px;
}
.user_control_td button{
    margin-bottom: 5px;
}
.user_control_td{
    width: 50px;
}
.checkbox-inline input[type="checkbox"]{
    position: absolute;
    top: 0px;
}
.custom_categories{
    margin-bottom: 25px;
}
.timing_table a {
    color: #282063;
}
.timing_table a:hover , .timing_table a:active , .timing_table a:focus{
    color: #ed972a;
    text-decoration: none;
}
.timing_upload {
    border: 2px solid #282063;
    text-align: center;
    border-radius: 10px;
}
.timing_upload a{
    color: #282063;
    padding: 40px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
}
.timing_upload a:hover , .timing_upload a:active , .timing_upload a:focus{
    text-decoration: none;
    color: #ed972a;
}

.last_upload_text {
    color: #282063;
    text-align: center;
    font-weight: 600;
}
.pdf_view{
    border: 2px solid #ed972a;
    width: 100%;
    min-height: 80vh;
}
.result_team_table td {
    font-style: italic;
    font-weight: 500;
}
.result_team_table .team_row td {
    font-style: unset;
    font-weight: 500;
}
.result_team_table td.team_name {
    font-style: unset;
}
.event_team_rank_form , .border_box{
    display: inline-block;
    width: 100%;
    border: 2px solid #282263;
    border-radius: 4px;
    padding-top: 6px;
}
.border_box{
    padding-bottom: 7px;
}
.border_box .event_select_default_race_form .form-group {
    margin-bottom: 4px;
}

.event_team_rank_form p{
    font-size: 17px;
    margin-top: 7px;
    color: #f0ad4e;
    font-weight: 600;
}
/** Admin cp events **/
.event-edit .race_form {
    border-top: 1px solid white;
    padding-bottom: 10px;
    display: inline-block;
}
.btn_race_add_segment{
    margin-bottom: 10px;
}
.tox-notification--warning , .tox-statusbar{
    display: none !important;
}
.event_video_holder iframe{
    width:100%;
    min-height: 50vh;
}
.fr-wrapper a[href="https://www.froala.com/wysiwyg-editor?k=u"]{
    display: none !important;
}
.orgcp_content .event-edit.alert-warning {
    border: 2px solid red;
    border-color: #282063;
}
.orgcp_content .event-edit .sub_title {
    padding-top: 0px;
}
.color_input.input-group .form-control {
    width: 50%;
    height: 29px;
}
.race-certificate-img{
    width:100%;
}
.terms_holder>p{
    margin-top: 0px !important;
}
.disperse_race_name{
    font-size:23px;
}
.modal_title {
    font-size: 18px;
    margin-bottom: 11px;
    font-weight: 600;
}
.race-tables-column{
    margin-bottom: 5px;
}
.race-tables-column.disabled input[type="text"], .race-tables-column.disabled .control_btn
{
    pointer-events: none;
    opacity: 0.5;
}
.race-tables-column .control_btn , .event-control-stations .control_btn{
    min-width: 60px;
    background-color: #f0ad4e;
    border: 1px solid #282263;
    cursor: pointer;
}
.event_registration_control.control_btn{
    min-width: 39px !important;
}
.event-control-stations {
    margin-bottom: 10px;
}
.event-control-stations .control_btn{
    color: white;
}
.event-control-stations .control_btn.btn-danger{
    background-color: #d9534f;
}

[data-f-id="pbf"]{
    display: none;
}
/** ./Admin cp events **/

@media only screen and (max-width: 768px) {
    /*[data-action="registration"] .date-dropdown {*/
    /*    display: block;*/
    /*    width: 100%;*/
    /*}*/
    /*[data-action="registration"] .terms_holder td{*/
    /*    width:100% !important;*/
    /*    margin-top: 10px;*/
    /*    display: block;*/
    /*}*/
    /*[data-action="registration"] .form-group{*/
    /*    width:100%;*/
    /*}*/
    .race-dropdown {
        width: 100%;
    }
    .table_mobile .item{
        border-bottom: 3px solid #0166ff;
    }
    .table_mobile .item p span:first-child{
        font-weight: 500;
        min-width: 78px;
        display: inline-block;
    }
    .table_mobile .item p span:nth-child(2){
        font-weight: 600;
        display: inline-block;
        position: relative;
    }
    .table_mobile .item p span:nth-child(2) a{
        position: absolute;
        top: -23px;
    }
    .hover_video iframe{
        width: 200px !important;
        right: -150px;
        top: 30px !important;
        height: 100px !important;  
    }
    .result_filters{
        display: block;
    }
    .result_filters .filters select{
        width: 100%;
        margin-left: 0px;
    }
    #results-container .filters , #results-container .result_filters span{
        width: 100%;
    }
    .result_filters span{
        padding:0px;
    }
    /** Cpanel **/
    .header_cpanel .links {
        width: unset;
    }
    .header_cpanel .navbar-nav .open .dropdown-menu {
        background-color: white;
        border: 1px solid #ed972a;
    }
    .orgcp_content .race_prices_content .btn{
        margin-bottom: 0px;
    }
    .orgcp_content .race_pricing_holder .btn-controls{
        text-align:right;
    }
    .orgcp_content #table{
        overflow-x: auto;
    }
    body[data-action="orgcp"]{
        overflow-x:hidden;
    }
    #quick_add_runners .modal-dialog .add_row_btn{
        margin-bottom: 0px;
    }
    .mobile_btn_margin_top{
        margin-top: 10px;
    }
    .mobile_margin_bottom{
        margin-bottom: 10px;
    }
    .select_event_ddl{
        margin-left: 2%;
        width: 96%;
        cursor: pointer;
        z-index: 999;
    }
    .mobile_display_block{
        display: block;
    }
    .text-left-xs{
        text-align: left;
    }
    .orgcp_content .timing_time_holder{
        font-size:16px;
    }
    .border_box{
        margin-bottom: 5px;
    }
    .orgcp_content .page_title{
        font-size:18px;
    }
    #cpanel_header .timing_li button{
        color: white;
    }
    /** ./Cpanel **/
}
@media only screen and (min-width:768px) and (max-width: 992px) {
    .tablet_margin_top{
        margin-top: 10px;
    }
}
@media only screen and (max-width: 992px) {
    [data-action="admincp"] .select_event_ddl {
        position: relative;
        right: 0px;
    }
}
@media print {
    .print_hide{
        display: none !important;
    }
    .start_number_thumb{
        display: block !important;
    }
    *{
        padding: 0mm !important;
        margin: 0mm !important;
    }
    .start_number_thumb img.template_image{
        page-break-after:always !important;
    }
    .admin-content{
        height: auto !important;
        overflow:unset !important;
    }
    .col-md-12{
        -webkit-box-flex:unset !important;
        flex:unset !important;
    }
}
