/*Default styles */
*,
:after,
:before {
    box-sizing: border-box;
}
.fa-times{
	cursor:pointer !important;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

body {
    color: #676a6c;
    background-color: #fff;
    overflow-x: hidden !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 14.42px;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-weight: 500;
}

/* img {
    display: inline-block;
    max-width: 100%;
    height: auto;
} */

.nullvoid {
    padding: 0;
}

.modal-content {
    box-shadow: none;
    border: none;
    border-radius: 3px;
}

.modal-open .modal {
    padding-right: 0 !important;
}

/* Css for default bootstrap labels, which have been updated in latest bootstrap but not in this project. We are using an old version. starts here */
.label {
    background-color: #d1dade;
    color: #5e5e5e;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    padding: 3px 8px;
    text-shadow: none;
}

.label-primary, .badge-primary {
    background-color: #1ab394;
    color: #FFFFFF;
}

.label-info, .badge-info {
    background-color: #23c6c8;
    color: #FFFFFF;
}

.label-success, .badge-success {
    background-color: #1c84c6;
    color: #FFFFFF;
}

.label-warning, .badge-warning {
    background-color: #f8ac59;
    color: #FFFFFF;
}

.label-danger, .badge-danger {
    background-color: #ed5565;
    color: #FFFFFF;
}
/* Css for default bootstrap labels, which have been updated in latest bootstrap but not in this project. We are using an old version. ends here */
/* Default styles ends */

/* Css for page main header starts from here */
.pt_tblHead {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 25px;
}

.pt_tblHead h1 {
    font-size: 28px;
    color: #1ab394;
    margin: 0;
}

.pt_tblHead h4 {
    font-size: 15px;
    color: #676a6c;
}
/* Css for page main header ends here */

/* Css for timeline point table starts from here */
/* FlikTimeline */
.slide-down-up-effect {
    visibility: visible;
    -webkit-animation: slide-down-up .6s;
    -moz-animation: slide-down-up .6s;
    -o-animation: slide-down-up .6s;
    animation: slide-down-up .6s;
}

@keyframes slide-down-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.pt_timelineSec {
    float: left;
    width: 100%;
    height: 100%;
    padding: 50px 0;
}

.pt_timelineSec .pt_tblHead {
    width: 100%;
    float: left;
    text-align: center;
}

.is-hidden {
    visibility: hidden;
}

.pt_timeLineHolder {
    width: 100%;
    float: left;
}

.pt_timeline {
    border-left: 2px solid #ddd;
    margin: 0 auto;
    letter-spacing: .5px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 0 15px 50px 50px;
    list-style: none;
    text-align: left;
    font-weight: 100;
    margin-right: 0;
    max-width: 86%;
}

.pt_timeline h1 {
    font-weight: 600;
    font-size: 25px;
    margin: 0 0 10px;
    letter-spacing: 1.5px;
    background-color: #a9a9a9;
    color: transparent;
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.5);
    -webkit-text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.5);
    -moz-text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.5);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    padding-bottom: 6px;
}

.pt_timeline .pt_timelineEvent {
    border-bottom: 1px dashed rgba(255, 255, 255, .1);
    margin-bottom: 50px;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.pt_timeline .pt_timelineEvent:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.pt_timeline .pt_timelineEvent:before,
.pt_timeline .pt_timelineEvent:after {
    position: absolute;
    display: block;
    top: -24px;
}

.pt_timeline .pt_timelineEvent:before {
    left: -66px;
    color: #333;
    content: attr(data-date);
    text-align: center;
    font-size: 13px;
    padding: 0.25rem 0.7rem;
    line-height: normal;
    font-weight: bold;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
}

.pt_timeline .pt_timelineEvent:after {
    box-shadow: 0 0 0 4px #1ab394;
    left: -55px;
    background: #fff;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    content: "";
    top: 5px;
}

.pt_timeline .pt_timelineEvent .pt_timelineHead {
    position: absolute;
    top: 0;
    z-index: 9;
    left: -75px;
    transform: translateX(-100%);
}

.pt_timeline .pt_timelineEvent .pt_timelineHead h4 {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    color: #333;
}

.pt_timeline .pt_timelineContent {
    min-height: 20px;
    position: relative;
}

.pt_timeline .pt_timelineContent:before {
    content: "";
    position: absolute;
    top: 8px;
    left: -36px;
    border-bottom: 2px solid #ddd;
    height: 0;
    width: 25px;
}

.pt_timelineContent .table-responsive {
    margin-bottom: 0;
    border: none;
}

.pt_timelineContent table {
    margin-bottom: 0;
}

.pt_timelineContent table thead tr th {
    border-bottom: none;
    background: #1ab394;
    color: #fff;    
    vertical-align: middle;
    white-space: nowrap;
    padding: 15px;
    font-size: 14.42px;
}

.pt_timelineContent table tbody tr td {
    vertical-align: middle;
    white-space: nowrap;
    color: #676a6c;
    padding: 8px 15px;
    font-size: 14.42px;
}

.pt_timelineContent table thead tr th:nth-child(1) {
    width: 10%;
    text-align: center;
}

.pt_timelineContent table thead tr th:nth-child(2) {
    width: 10%;
    text-align: center;
}

.pt_timelineContent table thead tr th:nth-child(3) {
    width: 10%;
    text-align: center;
}

.pt_timelineContent table thead tr th:nth-child(5) {
    width: 16%;
    text-align: center;
}

.pt_timelineContent table tbody tr td:nth-child(1),
.pt_timelineContent table tbody tr td:nth-child(2),
.pt_timelineContent table tbody tr td:nth-child(3),
.pt_timelineContent table tbody tr td:nth-child(5) {
    text-align: center;
}

.pt_timelineContent table tbody tr td.pt_plyrPro {
    position: relative;
}

.pt_timelineContent table tbody tr td.pt_plyrPro span {
    width: 30px;
    height: 30px;
    vertical-align: 2%;
    display: inline-block;
}

.pt_timelineContent table tbody tr td.pt_plyrPro span img {
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: 30px;
}

.pt_timelineContent table tbody tr td .pt_playerPrfle {
    text-decoration: none;
    transform: translate(14%, 0%);
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.pt_timelineContent table tbody tr td .pt_playerPrfle small {
    display: block;
    color: #1ab394;
    font-size: 10px;
}

@media all and (max-width: 850px) and (min-width: 768px) {
    .pt_timeline {
        max-width: 80%;
    }
}

@media all and (max-width: 767px) and (min-width: 600px) {
    .pt_timeline {
        max-width: 75%;
    }
}

@media all and (max-width: 599px) {
    .pt_timeline {
        max-width: 100%;
        padding-left: 30px;
        padding-bottom: 30px;
    }

    .pt_timeline h1 {
        font-size: 20px;
        margin-bottom: 4px;
        letter-spacing: 0.6px;
    }

    .pt_timeline .pt_timelineEvent:before {
        width: 100%;
        float: left;
        text-align: left;
        margin: 5px 0 0;
        padding: 0.25rem 1rem;
        position: relative;
        left: 0;
        top: 0;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
    }
    
    .pt_timeline .pt_timelineEvent:after {
        left: -35px;
    }

    .pt_timeline .pt_timelineEvent .pt_timelineHead {
        position: static;
        width: 100%;
        float: left;
        text-align: left;
        padding: 0.25rem 1rem 0.8rem;
        font-size: 13px;
        transform: translateX(0);
    }

    .pt_timeline .pt_timelineContent:before {
        width: 18px;
        left: -22px;    
    }
}
/* Css for timeline point table ends here */

/* Css for Player list starts from here */
.td_plyrList {
    width: 100%;
    float: left;
    padding: 15px 15px 0;
}

.td_plyrList .table-responsive {
    margin-bottom: 0;
}

.td_plyrList .table-responsive table.table {
    margin-bottom: 0;
}

.td_plyrList .table-responsive table.table thead tr th {
    /*border-bottom: 2px solid #1ab394;
    color: #676a6c;*/
    vertical-align: middle;
    /*white-space: nowrap;*/
    padding: 10px 15px;
    font-size: 14.42px;
}

.td_plyrList .table-responsive table.table tbody tr td {
    vertical-align: middle;
    /*white-space: nowrap;*/
    /*color: #676a6c;*/
    padding: 8px 15px;
    font-size: 14.42px;
}

.td_plyrList .table-responsive table.table thead tr th:last-child {
    width: 45%;
    
}

.td_plyrList .table-responsive table.table tbody tr td.pt_plyrPro {
    position: relative;
}

.td_plyrList .table-responsive table.table tbody tr td.pt_plyrPro span {
    width: 30px;
    height: 30px;
    vertical-align: 2%;
    display: inline-block;
}

.td_plyrList .table-responsive table.table tbody tr td.pt_plyrPro span img {
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
}

.td_plyrList .table-responsive table.table tbody tr td .pt_playerPrfle {
    text-decoration: none;
    transform: translate(14%, 0%);
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.td_plyrList .table-responsive table.table tbody tr td .pt_playerPrfle small {
    display: block;
    color: #1ab394;
    font-size: 10px;
}

.td_plyrBdges {
    width: 100%;
    float: left;
    text-align: left;
}

.td_plyrBdges ul {
    margin: 0;
    padding: 0;
}

.td_plyrBdges ul li {
    padding: 0 2px 4px;
    float: left;
}

.td_plyrBdges ul li:last-child {
    padding-bottom: 0;
}
/* Css for Player list ends here */

/* Css for tournament details page Schedule Section starts from here */
.td_block {
    width: 100%;
    float: left;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.td_schedule {
    width: 100%;
    float: left;
    position: relative;
    padding: 1.5rem 1.5rem 0.5rem;
    margin: 0 0 0.3rem;
}

.td_schedule:last-child {
    margin-bottom: 0;
}

.td_schedule h1 {
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 0.5rem;
    color: #1ab394;
    padding-top: 2rem;
}

.td_schedule ul {
    margin: 5px 0;
    padding: 0.5rem 1rem;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
}

.td_schedule ul li {
    position: relative;
    flex: 1 0 50%;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.td_schedule ul li span {
    display: block;
    color: #676a6c;
}

.td_schedule ul li span a {
    text-decoration: none;
}

.td_schedule ul li p {
    display: block;
    margin: 5px 0;
    color: #8a6d3b;
}
/* Css for tournament details page Schedule Section ends here */

/* Css for tournament details page Venue modal starts from here */
.td_mtchShdule {
    display: inline-block;
    padding: 1rem;
}

.td_mtchShdule ul {
    margin: 0;
    padding: 0;
}

.td_mtchShdule ul li {
    position: relative;
    width: 100%;
    float: left;
    padding: 3px 0;
}

.td_mtchShdule ul li b {
    width: 25%;
    float: left;
}

.td_mtchShdule ul li span {
    width: 75%;
    float: left;
}

.td_mtchShdule h4 {
    font-size: 26px;
    color: #1ab394;
    font-weight: 600;
    margin: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
    padding-bottom: 15px;
}

.td_mtchShdule h4 span {
    margin: 0 0 5px;
    display: block;
}

.td_mtchShdule h4 p {
    font-size: 14px;
    margin: 0;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
}

.td_mtchShdule h3 {
    font-size: 20px;
    margin: 15px 0;
}

.td_mtchShdule h3 b {
    color: #1ab394;
    font-weight: bold;
    display: inline-block;
}

.td_mtchShdule h3 span {
    display: inline-block;
}
/* Css for tournament details page Venue modal ends here */

/* Css for tournament details page schedule modal starts from here */
.td_schduleHead {
    position: relative;
    background: #1ab394;
}

.td_schduleHead h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

a.close_tdSchModal {
    width: auto;
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 3px;
    top: 3px;
    margin-right: 5px;
    text-shadow: 2px 0px 5px rgba(0, 0, 0, .16);
}

.td_mtchShdule {
    display: inline-block;
    padding: 1rem;
}

.td_mtchShdule ul {
    margin: 0;
    padding: 0;
}

.td_mtchShdule ul li {
    position: relative;
    width: 100%;
    float: left;
    padding: 3px 0;
}

.td_mtchShdule ul li b {
    width: 25%;
    float: left;
}

.td_mtchShdule ul li span {
    width: 75%;
    float: left;
}
/* Css for tournament details page schedule modal ends here */

/* Css for tournament details page result modal starts from here */
.td_rsltBody {
    display: inline-block;
    padding: 0;
    width: 100%;
}

.td_rsltTables {
    width: 100%;
    float: left;
    padding: 15px 15px 0;
}

.td_rsltTables .table-responsive {
    margin-bottom: 0;
}

.td_rsltTables .table-responsive table.table {
    margin-bottom: 0;
}

.td_rsltTables .table-responsive table.table thead tr th {
    border-bottom: 2px solid #1ab394;
    color: #676a6c;
    vertical-align: middle;
    white-space: nowrap;
    padding: 10px 15px;
    font-size: 14.42px;
}

.td_rsltTables .table-responsive table.table tbody tr td {
    vertical-align: middle;
    white-space: nowrap;
    color: #676a6c;
    padding: 8px 15px;
    font-size: 14.42px;
}

.td_rsltTables .table-responsive table.table tbody tr td.pt_plyrPro {
    position: relative;
}

.td_rsltTables .table-responsive table.table tbody tr td.pt_plyrPro span {
    width: 30px;
    height: 30px;
    vertical-align: 2%;
    display: inline-block;
}

.td_rsltTables .table-responsive table.table tbody tr td.pt_plyrPro span img {
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
}

.td_rsltTables .table-responsive table.table tbody tr td .td_playerPrfle {
    text-decoration: none;
    transform: translate(14%, 0%);
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.td_rsltTables .table-responsive table.table tbody tr td .td_playerPrfle small {
    display: block;
    color: #1ab394;
    font-size: 10px;
}

.td_rsltTables .table-responsive table.table thead tr th:nth-child(1) {
    width: 10%;    
}

.td_rsltTables .table-responsive table.table thead tr th:nth-child(2) {
    width: 15%;
}

.td_rsltTables .table-responsive table.table thead tr th:nth-child(4) {
    width: 16%;
}
/* Css for tournament details page result modal starts from here */

/* Css for fact sheet listing starts from here */
.td_fctSheet {
    width: 100%;
    float: left;
    position: relative;
    padding: 1.5rem 3rem;
}

.td_fctSheet h4 {
    display: inline-block;
    font-size: 26px;
    color: #c52d2f;
    margin: 0;
    padding: 1rem 0;
}

.td_fctSheet ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display:-webkit-flex;
    display:-moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.td_fctSheet ul li {
    position: relative;
    -webkit-flex:0 0 50%;
    -moz-flex:0 0 50%;
    -moz-box-flex:0 0 50%;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    font-size: 14px;
    padding: 10px 0;
    color: #676a6c;
}
/* Css for fact sheet listing starts from here */

/* Responsive css starts from here */
@media all and (max-width: 767px) {
    .pt_tblHead h1,
    .pt_header h1,
    .td_schedule h1,
    .td_fctSheet h4 {
        font-size: 20px;
    }

    .pt_tableHead h4 {
        font-size: 16px;
    }

    .td_schedule ul li,
    .td_fctSheet ul li {
        flex: 1 0 100%;
        width: 100%;
    }
}

@media all and (max-width: 600px) {
    .pt_table ul li {
        width: 100%;
    }
}