﻿
/* Sports Backend CSS */
iframe#sportriskoverview div#desktop { overflow-y:scroll; }

/* Create Match */

.creatematch-redis .clear { clear: both; }
.creatematch-redis .fr { float: right; }
.creatematch-redis .fl { float: left; }

 .creatematch-redis #sportcreatematch-inner { padding: 30px 25px 30px 25px; }
.creatematch-redis { background: #fff;position: relative;height: 750px;overflow-y: scroll; }

.creatematch-redis #creatematch-template-header {
    width: 100%;
    border-bottom: 1px solid #9b9b9b;
}

.creatematch-redis .creatematch-stages {
    font-size: 13px;
    font-weight: 600;
    padding: 10px 25px;
    border-top: 1px solid #9b9b9b;
    text-align: center;
    cursor: pointer;
    background: #9b9b9b;
    color: #fff;
}

.creatematch-redis .creatematch-stages span {
    font-size: 13px;
    font-weight: 500;
    /* background: transparent; */
    background: #fff;
    color: #9b9b9b;
    border-radius: 100%;
    padding: 2px 6px;
}

.creatematch-redis .creatematch-stages:hover { background: #fff;color: #9b9b9b; }
.creatematch-redis .creatematch-stages:hover span { background: #9b9b9b;color: #fff; }
.creatematch-redis .creatematch-stages:first-of-type { border-left: 1px solid #9b9b9b; }
.creatematch-redis .creatematch-stages:nth-child(4) { border-right: 1px solid #9b9b9b; }
.creatematch-redis .creatematch-stages:last-of-type.active { border-right: 1px solid #9b9b9b; }
.creatematch-redis .creatematch-stages.active { color: #9b9b9b;background: #fff; }
.creatematch-redis .creatematch-stages.active span { color: #fff;background: #9b9b9b; }
.creatematch-redis #match-submit { cursor: pointer; }
.creatematch-redis #match-initialspecs { margin: 16px 0px 16px 0px; }  
.creatematch-redis #match-initialspecs button { transition: all .2s ease-in-out; }
.creatematch-redis #match-initialspecs button:hover  { transform: scale(1.1); }
.creatematch-redis .inispecs-cols { margin-right: 10px; }
.creatematch-redis .inispecs-cols:last-of-type { margin-right: 0px; }
.creatematch-redis .inispecs-cols label { display: block;cursor: pointer;color: #9d9d9d;padding-bottom: 10px;text-align: left;font-size: 12px;font-weight: 600; }
.creatematch-redis .inispecs-cols input { border: 1px solid #8b8b8b;border-radius: 3px;background: #fff;color: #9d9d9d;text-align: left;padding: 7px 10px;font-size: 13px;font-weight: 600;    max-width: 150px; }
.creatematch-redis #matchdate { max-width: 200px; }
.creatematch-redis .inispecs-cols button { border: 1px solid #8b8b8b;border-radius: 3px;background: #9b9b9b;color: #fff;text-align: center;padding: 12px 20px;font-weight: 600;font-size: 11px; }
.creatematch-redis  #inispecs-listsubmit, .creatematch-redis  #inispecs-matchsubmit { padding-top: 24px; } 
.creatematch-redis  #inispecs-listsubmit { display: none; }

.creatematch-redis #match-loader { display: none;position: absolute;top: 20%;left: 50%;right: 0; }

.creatematch-redis #weekholder { height: 46px;width: 100%;background: #9b9b9b;color: #fff;border-top: 1px solid #9b9b9b;text-align: center; }
.creatematch-redis .week-controls { padding: 0px 15px;cursor: pointer; }
.creatematch-redis .weekdays { padding: 5px 25px 5px 25px;background: transparent;cursor: pointer; }
.creatematch-redis .weekdays span { display: block;font-size: 12px;font-weight: 600; }
.creatematch-redis .weekdays span:last-of-type { position: relative;bottom: 3px;font-size: 11px;font-weight: 400; }
.creatematch-redis .weekdays.active { background: #fff;color: #9b9b9b; }
.creatematch-redis .weekdays:hover { background: #fff;color: #9b9b9b; }
.creatematch-redis .week-controls h3 { display: block;margin: 0px;padding: 9px 0px 0px 0px;font-size: 12px;font-weight: 500; }
.creatematch-redis .week-controls span { display: block;position: relative;bottom: 3px;font-size: 12px;font-weight: 500; }

.creatematch-redis #teamspicker-con { width: 100%;height: 252px;position: relative;overflow: hidden;color: #9d9d9d; }
.creatematch-redis .teamspicker-cols { width: 50%; } 
.creatematch-redis .teamslist-header { border-bottom: 1px solid #9b9b9b;height: 42px; }
.creatematch-redis #teampicker-col1 .teamslist-header { border-right: 1px solid #9b9b9b; }
.creatematch-redis .teamslist-header label { font-size: 12px;font-weight: 600;padding: 13px 0px 0px 20px; }
.creatematch-redis .teamslist-header input { border: 1px solid #9b9b9b;border-radius: 3px;color: #9c9c9c;height: 31px;padding: 0px 35px;width: 275px;margin: 4px 20px 0px 0px;cursor: pointer;font-weight: 600; }
.creatematch-redis .teamslist-content { max-height: 209px;height: 209px;position: relative; }
.creatematch-redis #teamspicker-con .team-rows { height: 29px;border-bottom: 1px solid #9b9b9b;}
.creatematch-redis #teamspicker-con .team-rows input { position: relative;top: 8.5px;margin: 0px 10px 0px 23px;cursor: pointer; }
.creatematch-redis #teamspicker-con .team-rows label { font-weight: 600;cursor: pointer;position: relative;top: 6px; }
.creatematch-redis #teamspicker-con .hometeam-row { border-right: 1px solid #9b9b9b;  }

.creatematch-redis #matchspecs { color:#9d9d9d; }
.creatematch-redis #matchspecs-header, .creatematch-redis #matchspecs-upper, .creatematch-redis #matchspecs-lower { background: #f5f4f5; }

.creatematch-redis #specsupper-col1  span { display: block; }
.creatematch-redis .specstiming-cols { margin: 0px 10px 15px 0px; }.creatematch-redis #teamspicker-con .team-rows label
.creatematch-redis .specstiming-cols:last-of-type { margin-right: 0px; }
.creatematch-redis #specsupper-col1, .creatematch-redis #specsupper-col2 { width: 50%; }
.creatematch-redis #matchspecs-header { border-bottom: 1px solid #9b9b9b;height: 41px; }
.creatematch-redis #matchspecs-header span { font-size: 13px;font-weight: 600;position: relative;top: 12px;left: 20px; }
.creatematch-redis #matchspecs-upper { padding: 20px; }
.creatematch-redis .specstiming-cols, .creatematch-redis #specs-freetext { margin-right: 10px; }
.creatematch-redis .specstiming-cols:nth-child(3) { margin-right: 0px; }
.creatematch-redis .specstiming-cols input { width: 120px;padding: 0px 20px;height: 30px;margin: 5px 0px 0px 0px; }
.creatematch-redis .specstiming-cols .match-innertitles { font-size: 12px;font-weight: 600; }
.creatematch-redis .bettypes-checkmark { padding: 7px 10px 0px 0px;width: 100px;height: 25px; }
.creatematch-redis .bettypes-checkmark input, .creatematch-redis .bettypes-checkmark label { cursor: pointer; }
.creatematch-redis .bettypes-checkmark input { margin: 0px;top: 6px;position: relative; }     
.creatematch-redis .bettypes-checkmark label  { position: relative;top: 3px; }
.creatematch-redis #add-bettypes { transition: all .2s ease-in-out;float: left;background: #fff;border: 1px black;color: #9d9d9d;font-weight: 600;font-size: 11px;padding: 5px 13px;border: 1px solid #9b9b9b;border-radius: 30px;cursor: pointer;position: relative;top: 8px; }
.creatematch-redis #add-bettypes:hover { transform: scale(1.1); }
    
.creatematch-redis #bettypes-header .betrow-cols, .creatematch-redis #bettypes-header .betrow-col8 { text-align: center; }
.creatematch-redis #bettypes-header .betrow-col1, .creatematch-redis #bettypes-content { text-align: left; }
.creatematch-redis #bettypes-header .betrow-col1 { padding-left: 23px;position: relative;top: 11px; }
.creatematch-redis #bettypes-header .betrow-cols { position: relative;top: 11px;border: 0px; }
.creatematch-redis #bettypes-header .betrow-col8 { position: relative;top: 11px; } 

.creatematch-redis #bettypes-header { border-top: 1px solid #9b9b9b;height: 40px;font-size: 13px;font-weight: 600;padding-right: 25px; } 
.creatematch-redis .bettype-row { height: 41px;border-top: 1px solid #9b9b9b;color: #9b9b9b;padding-right: 30px; }
.creatematch-redis #bettypes-content {  }
.creatematch-redis .bettype-row .betrow-col1 { padding-left: 23px;width: 350px;position: relative;top: 13px; }
.creatematch-redis .bettype-row .betrow-col8 label { display: inline-block;vertical-align: middle;cursor: pointer;position: relative;top: 9px; }
.creatematch-redis .bettype-row .betrow-col8 label * { cursor: pointer; }
/* ios switch css */
.creatematch-redis input[type="checkbox"].ios-switch { 
    position: absolute;
    opacity: 0;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none; 
 }
#stage1-template input[type="checkbox"].ios-switch + span{
    background: #fff; 
}
  .creatematch-redis input[type="checkbox"].ios-switch + span {
      
      vertical-align: middle;
    width: 40px;
    height: 20px;
    border: 1px solid #9b9b9b;
    border-radius: 999px;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: background-color, box-shadow;
    -moz-transition-property: background-color, box-shadow;
    -o-transition-property: background-color, box-shadow;
    transition-property: background-color, box-shadow;
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.4);
    display: block;
 }  
  #stage1-template input[type="checkbox"].ios-switch:checked + span {
    background-color: #AEAEAE;
  }
  .creatematch-redis input[type="checkbox"].ios-switch:checked + span > span {
    -webkit-transform: translate3d(20px, 0, 0);
    -moz-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    -o-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    background-color: #c2c2c2;
    display: block;
  }
  #stage1-template  input[type="checkbox"].ios-switch + span > span {
    
  }
 .creatematch-redis input[type="checkbox"].ios-switch + span > span {
     float: left;
    width: 18px;
    height: 18px;
    border-radius: inherit;
    background-color: #858c8c;
    background-size: 14px auto;
    background-position: center 3px;
    background-repeat: no-repeat;    
    -webkit-transition-timing-function: cubic-bezier(.54, 1.85, .5, 1);
    -webkit-transition-duration: 0.4s;
    -webkit-transition-property: transform, background-color, box-shadow;
    -moz-transition-timing-function: cubic-bezier(.54, 1.85, .5, 1);
    -o-transition-timing-function: cubic-bezier(.54, 1.85, .5, 1);
    transition-timing-function: cubic-bezier(.54, 1.85, .5, 1);
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-property: transform, background-color;
    -o-transition-property: transform, background-color;
    transition-property: transform, background-color;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.4);
    pointer-events: none;
    margin-top: 1px;
    margin-left: 1px;
    display: block;
 } /* end ios switch */
.creatematch-redis .betrow-cols { width: 82px;margin-right: 10px; }
.creatematch-redis .bettype-row .betrow-cols input { 
    background: #fff;
    border: 1px solid #9b9b9b;
    border-radius: 3px;
    height: 31px;
    padding: 0px 15px;
    width: 80px;
    margin: 3.5px 0px 0px 0px;
    color: #9b9b9b;
    font-size: 12px;
    font-weight: 600; 
}
.creatematch-redis #matchspecslower-submit { margin-top: 25px; }
.creatematch-redis #matchspecslower-submit label { font-size: 12px;font-weight: 600;color: #9d9d9d;padding: 0px 20px 0px 10px; }
.creatematch-redis #stage1-submit:hover  { transform: scale(1.1); }
.creatematch-redis #stage1-submit {
    transition: all .2s ease-in-out;
    cursor: pointer;
    border: 1px solid #8b8b8b;
    border-radius: 3px;
    background: #9b9b9b;
    color: #fff;
    text-align: center;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 11px;
}

/* data manager */

.data_manager.main-content-screens{
    margin-right:-2px;
}

 .creatematch-redis #stage5-template,  .data_manager #partialmarkets {  display: none; }
.creatematch-redis .data_manager .body-content { padding-left: 15px;padding-right: 15px; }
.creatematch-redis .data_manager select, .creatematch-redis .data_manager textarea { max-width: 280px; }

.creatematch-redis .data_manager .tab_panel ul { list-style-type: none;margin: 0;padding: 0;overflow: hidden;background-color: #414951;width: 740px;font-size: 12px; }

.creatematch-redis .data_manager .tab_panel li { float: left;padding-left: 25px; }

    .creatematch-redis .data_manager .tab_panel li a { display: block;color: white;text-align: center;padding: 14px 16px;text-decoration: none; }

        .creatematch-redis .data_manager .tab_panel li a:hover { background-color: white;color: black;text-decoration: none; }

.creatematch-redis .data_manager .nav_panel ul { list-style-type: none;margin: 0;padding: 0; }

.creatematch-redis .data_manager .nav_panel li { display: block;height: 40px;padding: 0px;text-decoration: none;cursor:pointer; } 
.creatematch-redis .data_manager .nav_panel li.active { background:#fff; }
    .creatematch-redis .data_manager .nav_panel li .navpanel-names { font-size: 12px;font-weight: 600;position:relative;top:10px;left:20px;color:#fff; }
    .creatematch-redis .data_manager .nav_panel li.active .navpanel-names { color:#9b9b9b; } 
    .creatematch-redis .data_manager .nav_panel li .navpanel-counts { font-size: 12px;font-weight: 600;position:relative;top:10px;right:10px; } 
    .creatematch-redis .data_manager .nav_panel li.active .navpanel-counts { color:#fff; }
    .creatematch-redis .data_manager .nav_panel li:hover { background-color: white;text-decoration: none; }
    .creatematch-redis .data_manager .nav_panel li:hover .navpanel-names { color: #9b9b9b!important; }

.creatematch-redis .data_manager .nav_panel { width: 200px;float: left;height: 100%;background-color: #9b9b9b; } 
.creatematch-redis .data_manager .main_content { float:left;clear:right;display:none; } 
.creatematch-redis .loadinglist { background: url('../../Images/datamanager-ajaxloader.gif') no-repeat center right!important;background-position-x: 310px; }
.creatematch-redis .data_manager .content { width: 420px;height:510px;border-right:1px solid #9b9b9b;border-left: 1px solid #9b9b9b;float: left; }

.creatematch-redis .data_manager .parameters { width: 402px;float: left; }

.creatematch-redis .data_manager .button { 
    border: 1px solid #8b8b8b;
    text-shadow: none;
    border-radius: 3px;
    height:31px;
    width:128px;
    position:relative;
    top:4px;
    right:10px;
    background: #9b9b9b;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 10px;
    transition: all .2s ease-in-out;
    letter-spacing:0px;
}
.creatematch-redis .data_manager .button:hover { transform: scale(1.1);  }
.creatematch-redis .data_manager .button.disabled { cursor: not-allowed; }
.creatematch-redis .data_manager .button.disabled:hover { transform: none; }

.creatematch-redis .data_manager .content input#search {
    background: url('../Content/Images/search.png') no-repeat 5px 2px;
    background-size: 16px 16px;
    padding-left: 30px;
    color:#a2a2a2;
}
.creatematch-redis .data_manager .content input#searchMarket {
    background: url('../Content/Images/search.png') no-repeat 5px 2px;
    background-size: 16px 16px;
    padding-left: 30px;
}


.creatematch-redis .data_manager .list {
    overflow-x: hidden;
    font-size: 12px;
    height:418px;
    position:relative;
}

.creatematch-redis .data_manager .list-item {
    height:29px;
    width:100%;
    border-bottom: 1px solid #afafaf;
    cursor: pointer;
    font-size:12px;font-weight:600;
    color:#9c9c9c;
}
.creatematch-redis .data_manager .list-item:hover, .creatematch-redis .data_manager .list-item.active { background: #9b9b9b;color: #fff; }
.creatematch-redis .data_manager .list-item span { position:relative;top:6px;left:20px }


.creatematch-redis .data_manager #addButton {
    cursor: pointer;
}

.creatematch-redis .data_manager .searching_field { font-size: 12px;height:50px;border-bottom: 1px solid #afafaf;position:relative; }
.creatematch-redis .data_manager .searching_field input { height:30px;border:1px solid #9b9b9b;border-radius:3px;font-size:12px;font-weight:500;position:relative;top:9.5px;left:10px;width:397px; }
.creatematch-redis .data_manager .search-notification {
    display: none;
    width: 90px;
    border: 1px solid black;
    border-radius: 3px;
    padding: 5px;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    text-align: center;
    left: -92px;
}

.creatematch-redis .data_manager .parameters input#category_name {
    width: 100%;
    font-size: 12px;
}
.creatematch-redis .data_manager .params { position:relative;top:10px;left:20px;font-size: 12px;font-weight:600;color: #9b9b9b; }
.creatematch-redis .data_manager {
    max-width: 1170px;
    height: 510px;
    border: 1px solid grey;
}

.creatematch-redis .data_manager .content_header {
    height: 40px;
    border-bottom: 1px solid #afafaf;
    font-size: 12px;
}
/* categories datamanager */
.creatematch-redis #partialcategories { display:none; }

/* outrights datamanager */
.creatematch-redis #partialoutrights { display:none; }
.creatematch-redis #partialoutrights .content { width:290px; }
.creatematch-redis #partialoutrights .name { display: block;padding: 10px 0px 10px 20px;top:auto;left:auto; }
.creatematch-redis #partialoutrights  .content_header { height: 80px; }
.creatematch-redis #outrights-categories-ddown {    
    width: 230px;
    height: 30px;
    border: 1px solid #9b9b9b;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    padding: 0px 10px; 
    display:block;
    margin-left:20px;
    color:#9b9b9b;
}
.creatematch-redis #outrights-categories-ddown.loadinglist, .creatematch-redis #partialoutrights .searching_field input.loadinglist { background-position-x:180px!important; }
.creatematch-redis #outrights-tournaments-title { padding: 10px 20px 0px 20px;font-weight: 600;font-size: 12px;position: relative;color: #9b9b9b; }
.creatematch-redis #partialoutrights .searching_field { height:53px; }
.creatematch-redis #partialoutrights .searching_field input { width: 230px;padding: 0px 10px;margin-left: 10px; }
.creatematch-redis #partialoutrights .list { height:348px; }
.creatematch-redis #partialoutrights .outright-tournament-item, .creatematch-redis #partialoutrights .outright_item {     
    height: 45px;
    width: 100%;
    border-bottom: 1px solid #afafaf;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    color: #9c9c9c; 
}
.creatematch-redis #partialoutrights .outright_item.active { background: #9b9b9b;color: #fff; }
#partialoutrights .outright-tournament-item span{ padding-left:20px;}
.creatematch-redis #partialoutrights .outright_item:hover, #partialoutrights .outright-tournament-item:hover, #partialoutrights .outright-tournament-item.active { background:#9b9b9b;color:#fff; }
.creatematch-redis #partialoutrights .outright_item span { position:relative;top:6px;left:20px;font-size:11px; }
.creatematch-redis #partialoutrights .pre-parameters { width:250px;height:510px;border-right: 1px solid #afafaf; }
#partialoutrights #createoutright-name { display:none; margin: 20px 0px 0px 20px;height: 30px;border: 1px solid #9b9b9b;border-radius: 3px;font-size: 12px;font-weight: 500;width: 220px; }
#partialoutrights #createoutright-name.available { background: url('../Images/checkmark-icon.png') no-repeat center right !important;background-position-x: 190px!important;  }
#partialoutrights #createoutright-name.unavailable { background: url('../Images/cross-icon.png') no-repeat center right !important;background-position-x: 190px!important;  }
.creatematch-redis #partialoutrights .parameters { width: 290px;border-right:0px;padding: 0px; }
.creatematch-redis #outright_name { border-radius: 3px;border: 1px solid grey;padding: 0px 10px;height: 30px;margin: 10px 0px 10px 10px;width: 230px; }
.creatematch-redis #outright_name.disabled { cursor:not-allowed; }
#partialoutrights .outright-preparams .params { position:relative; }
#partialoutrights .outright-preparams .params.loading::after { 
    content: "";
    width: 30px;
    height: 30px;
    background: url("../../Images/datamanager-ajaxloader.gif") no-repeat 8px 2px;
    position: absolute;
    display: inline-block;
}
#partialoutrights .outright-ios-label, #partialoutrights .outright-expiry-con label  { color: #9b9b9b;font-size: 11px;font-weight: 600;padding-left:10px;cursor:pointer; }
#partialoutrights .outright-ios-label { position: relative;top: 5px; }
#partialoutrights input[type="checkbox"].ios-switch + span {  }
#partialoutrights input[type="checkbox"].ios-switch:checked + span.ui-icon { background-position: -61px -144px!important;background-image: url("/Images/ui-icons_222222_256x240.png");text-indent: -99999px;overflow: hidden;background-repeat: no-repeat; }
#partialoutrights input[type="checkbox"].ios-switch + span.ui-icon { background-position: -60px -128px!important;background-image: url("/Images/ui-icons_222222_256x240.png");text-indent: -99999px;overflow: hidden;background-repeat: no-repeat; }
#partialoutrights .outright-expiry-con label { position: relative;top: 5px; }
#partialoutrights .outright-published-con { padding-bottom:10px; }
#partialoutrights #outright-published { cursor:pointer; }
#partialoutrights #outrightpublished-ios-con { margin-left: 20px; }
#partialoutrights #outright-expiry, #partialoutrights #outright-start { border-radius: 3px;border: 1px solid grey;padding: 0px 10px;height: 30px;width: 140px;margin-left:20px;cursor:pointer;color:#a2a2a2; }
#partialoutrights #outright-start { margin-left:32px; }
#partialoutrights #outright-addodd { position: relative;right: 15px;top: 7px;cursor:pointer;transition: all .2s ease-in-out; }
#partialoutrights #outright-addodd:hover { transform: scale(1.1);  }
#partialoutrights .outrightodd-specs { display:none;padding-bottom:10px; }
#partialoutrights #outright-odds-list { height:300px;border-top: 1px solid #afafaf;border-bottom: 1px solid #afafaf;margin:7px 0px;overflow:hidden;position:relative; }
#partialoutrights .outrightodd-title { height:29px;color: #9b9b9b;font-size: 11px;font-weight: 600;cursor:pointer;margin:0px 0px 0px 10px; }
#partialoutrights .outrightodd-title span { position:relative;top:6px; } 
#partialoutrights .outrightodd-title > span:first-child::after { content:".."; }
#partialoutrights .outrightodd-title > span:first-child { display: inline-block;width: 44%;height: 15px;overflow: hidden; } 
#partialoutrights .outrightodd-title span.oddtitle-value { top:5px!important; } 
/*#partialoutrights .outrightodd-title span.oddtitle-value::before { content:"      -      "; } */
#partialoutrights .outright-oddrow { width: 100%;border-bottom: 1px solid #afafaf;cursor: pointer;font-size: 12px;font-weight: 600;color: #9c9c9c;padding:0px } 
#partialoutrights .outright-oddrow.active, #partialoutrights .outright-oddrow:hover { background: #9b9b9b;color: #fff!important; }

#partialoutrights .outright-oddrow.active .outrightodd-title, #partialoutrights .outright-oddrow.active .oddname-con label, #partialoutrights .outright-oddrow.active .oddvalue-con label, #partialoutrights .outright-oddrow:hover .outrightodd-title, #partialoutrights .outright-oddrow:hover .outrightodd-specs label { color:#fff; }
#partialoutrights .outright-oddrow .oddname-con * , #partialoutrights .outright-oddrow .oddvalue-con * { display:block; }
#partialoutrights .outright-oddrow .oddname-con label { padding-left:10px; }
#partialoutrights .outright-oddrow .oddvalue-con label, #partialoutrights .outright-oddrow .oddname-con label { color: #9b9b9b;font-size: 11px;font-weight: 600;position: relative; }
#partialoutrights .outright-oddrow .odd-name { width: 170px;padding: 0px 5px;height: 30px;margin-left: 10px;color:#a2a2a2; }
#partialoutrights .outright-oddrow .odd-value { width: 85px;padding: 0px 5px;height: 30px;margin-right: 10px;color:#a2a2a2; }
#partialoutrights .outright-oddrow input.odd-value.invalid { box-shadow: 0 0 1.5px 1px red; }
.creatematch-redis #createoutright, .creatematch-redis #saveoutright  {    
    /*display:none;*/
    border: 1px solid #8b8b8b;
    text-shadow: none;
    border-radius: 3px;
    height: 31px;
    width: 128px;
    position: relative;
    top: 4px;
    right: 10px;
    background: #9b9b9b;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 10px;
    transition: all .2s ease-in-out;
    letter-spacing: 0px; 
    cursor:pointer;
}
.creatematch-redis #saveoutright { top:0px;bottom:2px; }
#partialoutrights #saveoutright.disabled { cursor: not-allowed; }
#partialoutrights #createoutright:hover, #partialoutrights #saveoutright:hover { transform: scale(1.1); } 
#partialoutrights #saveoutright.disabled:hover { transform: none; }
#partialoutrights #createoutright.disabled { cursor:not-allowed; }
#partialoutrights .parameters_content { border-bottom:none!important; }
#partialoutrights #outright-expiry-content { display:block; }
#partialoutrights #void-outright, #partialoutrights #odd-colourmap-con  { display:none;position:relative; }
/* end outrights datamanager */

/* Outrights Settlement datamanager */
#partialoutrights.settlement #createoutright, #partialoutrights.settlement .outright-published-con,#partialoutrights.settlement #createoutright-name { display:none; }
.creatematch-redis #partialoutrights.settlement .params-name { top:0px;right:0px; }
#partialoutrights.settlement #void-outright, #partialoutrights.settlement #odd-colourmap-con { display:block; }
#partialoutrights.settlement #void-outright:hover { transform:scale(1.1); }
#partialoutrights.settlement #void-outright.disabled:hover { transform:none; }
#partialoutrights.settlement #void-outright { 
    display:block;   
    border: 1px solid #8b8b8b;
    text-shadow: none;
    border-radius: 3px;
    height: 31px;
    width: 128px;
    position: relative;
    top: 4px;
    right: 10px;
    background: #9b9b9b;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 10px;
    transition: all .2s ease-in-out;
    letter-spacing: 0px;
    cursor: pointer; 
}
#partialoutrights.settlement #void-outright.disabled  { cursor: not-allowed; }
#partialoutrights.settlement #void-outright:hover { transform: scale(1.1); }
#partialoutrights.settlement #void-outright.disabled:hover { transform: none; }
#partialoutrights.settlement #odd-colourmap-con { display:block; }
#partialoutrights.settlement #outright-colourmap { margin-right:10px;cursor:pointer; }

#partialoutrights.settlement #outright-colourmappings-popup {    
    display: block;
    position: absolute;
    top: 11px;
    width: 100px;
    height: 70px;
    padding: 10px;
    background: white;
    right: 22px;
    border: 1px solid #afafaf;
    border-radius: 3px;
    z-index: 3;
}
#partialoutrights.settlement .oddtitle-status { text-transform:capitalize;position: relative;top: 6px;font-size:11px;font-weight:600;margin-right:10px; }
#partialoutrights.settlement .odd-settlement-option { margin-left:20px; }
#partialoutrights.settlement .odd-settlement-option:nth-child(1) { margin-left:65px; }
#partialoutrights.settlement .odd-settlement-def { text-align:center; }
#partialoutrights.settlement #outright-colourmappings-popup .color-block { width: 14px;height: 14px;margin-right: 10px; }
#partialoutrights.settlement #outright-colourmappings-popup .color-block.win, #partialoutrights.settlement .outright-oddrow.win { background: #1F8223; }
#partialoutrights.settlement #outright-colourmappings-popup .color-block.loss, #partialoutrights.settlement .outright-oddrow.loss { background: #EC3840; }
#partialoutrights.settlement #outright-colourmappings-popup .color-block.void, #partialoutrights.settlement .outright-oddrow.void { background: #E0531B; }
#partialoutrights.settlement #outright-colourmappings-popup .color-def { color:#9b9b9b;font-size:11px;font-weight:600;position: relative;bottom: 1px; }
#partialoutrights.settlement .outrightodd-title > span:first-child::after { content:".."; }
#partialoutrights.settlement .outrightodd-title > span:first-child { display: inline-block;width: 44%;height: 15px;overflow: hidden; } 
#partialoutrights.settlement .outright-oddrow.win , #partialoutrights.settlement .outright-oddrow.loss, #partialoutrights.settlement .outright-oddrow.void, 
#partialoutrights.settlement .outright-oddrow.void .outrightodd-title, #partialoutrights.settlement .outright-oddrow.win .outrightodd-title,
 #partialoutrights.settlement .outright-oddrow.loss .outrightodd-title, .outright-oddrow.loss .oddtitle-status, .outright-oddrow.win .oddtitle-status, .outright-oddrow.void .oddtitle-status { color:#fff!important; }
#partialoutrights.settlement #outright_name { border:0px!important; }
#partialoutrights.settlement #outright-colourmappings-popup, #partialoutrights.settlement #outright-expiry-content, #partialoutrights.settlement #outright-published-con { display: none; }
/* end outrights settlement datamanager */

/* restricted width viewports > 940px  datamanager */
@media (max-width: 940px) {
    .creatematch-redis #partialoutrights .list { height:283px!important; }
    div#sportcreatematch-con { min-height: auto!important; }
    #sportcreatematch-inner { padding-left:0px!important;padding-right:0px!important; }
    #sportcreatematch-con, .creatematch-redis .data_manager { overflow-y:scroll;height:445px!important; }
    .creatematch-redis .data_manager .nav_panel { width:150px!important; }
    .creatematch-redis #partialoutrights .content { width:210px!important; }
    .creatematch-redis #outrights-categories-ddown { width:170px!important; }
    .creatematch-redis #partialoutrights .searching_field input { width:170px!important; }
    #partialoutrights .outright-tournament-item span { overflow: hidden!important;display: block;height: 16px;width: 80%; }
    .creatematch-redis #partialoutrights .pre-parameters { width:210px!important; }
    .creatematch-redis #createoutright { width:90px!important; } 
    .creatematch-redis #saveoutright { width:115px!important; }
    .creatematch-redis #partialoutrights .parameters { width:240px!important; }
    .creatematch-redis #outright_name { width:195px!important; }
    #partialoutrights #outright-expiry, #partialoutrights #outright-start { width:106px!important; }
    #partialoutrights .outright-oddrow .odd-name { width:120px!important; }
}

.creatematch-redis .data_manager .content_header .name{
    font-weight:600;font-size: 12px;position: relative;top: 10px;left: 20px;color:#9b9b9b;
}

.creatematch-redis .data_manager .parameters_header { height: 40px;border-bottom: 1px solid #afafaf;font-size: 12px;}
.creatematch-redis .outright-preparams .parameters_header.collapsed { height:90px; }
.creatematch-redis .outright-preparams .parameters_content { height:420px;overflow:hidden;position:relative; }
.creatematch-redis .data_manager .parameters_content {
    border-bottom: 1px solid #afafaf;
    font-size: 12px;
}
.creatematch-redis .data_manager .parameters_content > span:first-of-type, .creatematch-redis .data_manager .parameters_content .selected-item { color:#9b9b9b;font-size:11px;font-weight:600;position:relative;top:10px;left:10px; }
.creatematch-redis .data_manager .params-secondtitle { color:#9b9b9b;font-size:11px;position:relative;top:10px;right:10px; }
.creatematch-redis .data_manager .parameters_content .selected-item { padding-left:5px; }
.creatematch-redis .data_manager .params-selected { margin-top:10px;color:#a2a2a2;font-size:12px; }
.creatematch-redis .data_manager .params-selected.disabled , .creatematch-redis .data_manager .params-selected-2.disabled { cursor:not-allowed; } 
.creatematch-redis .data_manager .params-selected-2 { color:#a2a2a2;font-size:12px; }
.creatematch-redis .data_manager #partialmarkets .params-selected { width:240px;display:inline-block;margin-right:10px; }
.creatematch-redis .data_manager .parameters input#possible_outcomes { width: 125px;display:inline-block; }
.creatematch-redis .data_manager .highlight {
    background-color: #eeeeee;
}

.creatematch-redis .data_manager .highlightTab {
    background-color: white;
    color: black;
    text-decoration: none;
}

.creatematch-redis .data_manager div.Message {
    background: gray;
    color: White;
    padding: .2em;
    margin-top: .25em;
}

.creatematch-redis .data_manager .hidden {
    display: none;
}

.creatematch-redis .data_manager .params-name {
    position: relative;
    top: 10px;
    right: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #9b9b9b;
    transition: all .2s ease-in-out;
}

.creatematch-redis .data_manager .italic {
    font-style: italic;
}

.creatematch-redis .data_manager .nav_panel ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #9b9b9b;
    height: 100%;
}

.creatematch-redis .data_manager li a {
    display: block;
    color: #000;
    padding: 8px 0 8px 16px;
    text-decoration: none;
}

.creatematch-redis .data_manager li a:hover {
    background-color: #555;
    color: white;
}

.outrightodd-closebutton{

    position:absolute; 
    top:5px; 
    right:2px;
}
/*end data manager */