@charset "UTF-8";
.disable-hover * {
    /*pointer-events: none;*/
}
/*html {
    touch-action: manipulation;
}*/


body {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    /*text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;*/
    color: #000;
    color: #888;
    font-size: 18px;
    font-weight: normal;
    /* overflow-x: hidden;*/
    /*-webkit-touch-callout: none;*/
}
a {
    text-decoration: none!important;
    -webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -ms-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
    color: #584d92;
}
a, .btn, a *, :focus, :active {
    outline: none!important;
    text-decoration: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #555;
}
h1, .h1 {
    font-size: 30px;
    letter-spacing: .02em;
}
.cancelled_sch_row {
  opacity: 0.6;
  background:red !important;
}
.cancelled_sch_row td
{
    color:#fff !important;
}
.cancelled_sch_row td a
{
    color:#fff !important;
}
.sch-minus-right
{
    float: right;
}
.error_cls1
{
    color:rgb(244, 67, 54);
    font-size: 16px;
}
.leagueally_logo_invitation
{
  height: 170px;
  vertical-align: middle;
  padding-top:40px;
}
.inline_block
{
    display: inline-table;
}
.padding_12
{
  padding-top:12%;
}
.accept_user_txt 
{
    font-size:36px;
    color:#fff;
    font-weight: normal;
}
.accept_user_txt1
{
    font-size:32px;
    color:#fff;
    font-weight: normal;
}
.common-table .word_wrap
{
    white-space: pre-line;
}
.marg_t20
{
    margin-top: 50px;
    margin-left: 35px;
}

.cancel_btn_web 
{
    background-color: #555 !important;
    border-color: #555 !important;
    color: #fff !important;
    opacity: 1 !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: bold;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
    padding: 6px 30px;
    border-radius: 50px;
}
.cancel_btn_web:hover 
{
    background-color: #4b4b4b !important;
    border-color: #4b4b4b !important;
    color: #fff !important;
}
.fix-table-header tr
{
    box-shadow: 0 2px 6px rgba(0, 1, 1, 0.2) !important;
    
}
.fix-table-header tr th
{
    padding-top:25px !important;
    padding-bottom: 25px !important;
}

.common-table
{
    padding-left: 10px !important;
}
.display_block
{
    display:block;
}
.display_none
{
    display: none;
}
.text_center
{
    text-align: center;
}
.less-gutter {
    margin-left: -7px;
    margin-right: -7px;
}
.less-gutter [class*='col-'] {
    padding-left: 7px;
    padding-right: 7px;
}
.text-underline {
    text-decoration: underline!important;
}
.text-primary {
    color: #584d92;
}
.text-danger {
    color: #d44041;
}
.text-grey {
    color: #888!important;
}
.text-light-grey {
    color: #aaa;
}
strong, .strong {
    font-weight: 500;
}
.lead {
    font-size: 18px;
    color: #555;
    line-height: 30px;
    font-weight: normal;
    margin: 0;
}
small {
    font-size: 89%;
    color: #bbb;
}
.link {
    color: #888;
}
.btn {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #888;
    color: #fff;
    font-family: "Rubik";
    font-size: 18px;
    line-height: 27px;
    -webkit-transition: color .3s linear, background-color .3s linear;
    -moz-transition: color .3s linear, background-color .3s linear;
    -ms-transition: color .3s linear, background-color .3s linear;
    -o-transition: color .3s linear, background-color .3s linear;
    transition: color .3s linear, background-color .3s linear;
}
.btn:hover {
    color: #fff;
    background-color: #696969;
}
.btn-primary {
    color: #fff;
    background-color: #31cae3;
}
.btn-primary:hover {
    background-color: #1bafc7;
}
.btn-primary1 {
    color: #fff;
    background-color: #584d92;
}
.btn-primary1:hover {
    color: #fff;
    background-color: #322d5b;
}
.btn-danger {
    background-color: #d44041;
    border-color: #d44041;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-default {
    background: #fff;
    border: 0;
    color: #000;
}
.btn-default:hover {
    color: #000;
    background: #b9b9b9;
}
.btn.btn-md {
    min-width: 150px;
}
.btn.btn-lg {
    min-width: 200px;
    height: 51px;
    padding-top: 12px;
    padding-bottom: 0;
    border-radius: 28px;
}

.header-btm .dropdown .btn-signedin {
    color: #fff;
    background-color: #31cae3 !important;
    width: 170px;
}
.header-btm .dropdown .btn-signedin:hover {
    color: #fff;
    background-color: #322d5b;
}

.checkbox, .checkbox-inline, .radio, .radio-inline {
    font-size: 16px;
    color: #584d92;
    font-weight: 500;
    cursor: pointer;
}
.checkbox:before, .checkbox-inline:before, .radio:before, .radio-inline:before {
    content: '';
    text-align: center;
    left: 20px;
    background-color: #584d92;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    height: 16px;
    width: 16px;
    left: 0;
    top: 2px;
    position: absolute;
}
.checkbox.checked:before, .checkbox-inline.checked:before, .radio.checked:before, .radio-inline.checked:before {
    content: '✓';
    background-color: #584d92!important;
    border: none!important;
}
.radio-inline, .checkbox-inline {
    display: inline-block;
}
.checkbox, .radio, .checkbox-inline, .radio-inline {
    padding-left: 30px;
}
.radio-inline:before, .radio:before {
    border-radius: 50%}
.radio-inline.checked:before, .radio.checked:before {
    content: ''}
.top-bar {
    text-align: center;
    line-height: 22px;
    padding-top: 18px;
    height: 59px;
    letter-spacing: .05em;
    color: #fff;
}
.top-bar a {
    border-bottom: 1px solid;
    color: #fff;
}
.bg-red {
    background-color: #d63433;
}
.bg-red a {
    color: #fff;
}
.bg-pink {
    background-color: #de47c3;
}
.pb-50 {
    padding-bottom: 20px;
}

/* Header */
.main-header {
    text-align: center;
    padding-top: 37px;
    color: #574d91;
    border-bottom: 1px #bbb solid;

}


/* Header Left */
.header-left, .header-right {
    width: 325px;
}
.header-left {
    float: left;
    text-align: left;
    line-height: 34px;
    border: 1px solid #fff;
}

/* Header Center */
/*.wings-logo {
    display: inline-block;
    width: 269px;
}*/

/* Header Right */
.header-right {
    float: right;
    text-align: right;
}
.header-btm .btn {
    margin-left: 6px;
    min-width: 150px;
}
.socials-top {
    margin-bottom: 18px;
}
.socials-top1 {
    margin-bottom: 40px;
}
.fav-icons a {
    border: 2px solid;
    border-radius: 10px;
    color: #aaa;
    /*color: #ccc;*/
    display: inline-block;
    font-size: 24px;
    height: 48px;
    margin: 0 4px;
    padding: 6px 0;
    text-align: center;
    width: 48px;
}
.fav-icons a.header-fb:hover {
    color: #3b5998;
}
.fav-icons a.header-insta:hover {
    color: #bc2a8d;
}
.fav-icons a.header-snap:hover {
    color: #fffc00;
}
.fav-icons a.header-twitter:hover {
    color: #4099FF;
}
.socials-btm a:hover {
    color: #fff;
}

.container-center {
    text-align: center;
}

/* Main Navigation */
#main-nav {
    border-bottom: 1px #bbb solid;
    padding: 22px 0 0;
}
.main-nav .nav {
    width: 100%;
    text-align: center;
}
.main-nav .nav a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #666;
    /*color: #cacaca;*/
    padding: 0;
}
.main-nav .nav li {
    float: none !important;
}

.main-nav .nav li.active>a, .main-nav .nav li>a:hover {
    color: #584d92;
    background: 0;
}
.main-nav .nav li.active_cls>a, .main-nav .nav li>a:hover {
    color: #584d92;
    background: 0;
    padding-bottom: 21px;
}
.main-content {
    padding: 30px 0 20px 0;
}
.after-bar {
    position: relative;
}
.after-bar:after {
    content: '';
    position: absolute;
    width: 70px;
    display: block;
    left: 50%;
    top: 130%;
    height: 0;
    border: 4px #574d91 solid;
    border-color: #574d91 transparent transparent transparent;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.h1.after-bar, h1.after-bar {
    margin-bottom: 45px;
}
.block {
    display: inline-block;
    width: 113px;
    height: 82px;
}
.main-footer {
    background: #000;
    margin-top: 20px;
    padding-top: 45px;
    font-weight: 300;
    line-height: 34px;
}
.main-footer .btn {
    width: 250px;
}
.btn-black {
    color: #000 !important;
}
.foot-nav a:not(:hover) {
    color: #ccc;
}
.foot-nav a:hover, .foot-nav a.active {
    color: #fff;
}
.foot-right {
    text-align: right;
    /*padding-top: 10px;*/
}
.footer_txt {
    margin: 0;
}
.margin_10
{
    margin-top: -10px;
}
/*.foot-logo {
    padding-top: 69px;
}*/
.copyright {
    margin-top: 34px;
    margin-bottom:10px;
    font-size: 14px;
    /*margin-top: 113px;*/
}
.skill-sets {
    margin: 27px 0;
}
.remove_txt_right
{
    text-align: right;
}

.set-ur-skills {
    border: 1px solid rgba(187, 187, 187, 0.2);
    padding: 18px;
    margin-bottom: 13px;
}
.set-ur-skills1 {
    border: 1px solid rgba(187, 187, 187, 0.2);
    padding: 18px;
    margin-bottom: 13px;
    background: #f5f5f5 none repeat scroll 0 0;
}
.dropdown .fa {
    font-size: 18px;
    padding: 5px;
}
.dropdown .btn {
    color: #322d5b;
}

.dropdown-toggle,
.dropdown>.btn {
    background: none!important;
}

.dropdown-menu {
    width: 283px;
    max-width: 78vw;
    padding: 20px 0;
    max-height: 470px;
    overflow: auto;
}
.dropdown-menu .checkbox-inline:before, .dropdown-menu .checkbox:before, .dropdown-menu .radio-inline:before, .dropdown-menu .radio:before {
    background: #fff;
    border: 1px solid #584d92;
}
.dropdown-menu, .dropdown-menu>li>a, .dropdown-menu label {
    font-weight: normal;
    font-size: 16px;
    line-height: 42px;
    color: #6e6a89;
    cursor:pointer;
}
.dropdown-menu::-webkit-scrollbar {
    width: 6px;
}
.dropdown-menu::-webkit-scrollbar-track {
    background-color: #ececec;
}
.dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #cecece;
}
.dropdown-menu::-moz-scrollbar {
    width: 6px;
}
.dropdown-menu::-moz-scrollbar-track {
    background-color: #ececec;
}
.dropdown-menu::-moz-scrollbar-thumb {
    border-radius: 2px;
    background: #cecece;
}
.remove-skill {
    position: relative;
    display: inline-block;
    color: #d44041;
}
.set-ur-skills .remove-skill {
    margin-top: 5px;
}
[class^='s-'] {
    position: relative;
    display: inline-block;
    vertical-align: text-top;
    font-style: normal;
}
i.s-minus-o:after, i.s-plus-o:after {
    content: '';
    display: block;
    width: 23px;
    height: 23px;
    line-height: 18px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    font-weight: 500;
    font-size: 28px;
    font-weight: 300;
    position: absolute;
    left: -30px;
}
i.s-minus-o:after {
    content: '-'}
i.s-plus-o:after {
    content: '+';
    text-indent: 0;
    font-size: 19px;
    left: -12px;
    font-weight: 500;
}
[data-prop*='Firefox'] i.s-plus-o:after {
    text-indent: -1px;
}
.add-more-skills {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 0;
}
.add-more-skills .btn {
    margin: 0 5px 15px;
}
.btn.btn-sm {
    font-size: 16px;
    min-width: 170px;
}
.set-level {
    margin-bottom: 15px
}
.set-levels {
    margin-bottom: 15px
}
.faqs-blocks {
    padding-top: 50px;
}
.store-blocks {
    padding-top: 25px;
}
.col-padding-btm
{
    padding-bottom: 50px;
}
.col-padding-btm:last-child
{
    padding-bottom: 0;
}
.col-padding-none
{
    padding: 0;
    margin: 0;
}
.t-shirt-img
{
    border: 1px solid #ddd;
    border-bottom: none;
}
.item-info
{
    border:none;
    border-top: 1px #ddd solid;
    border-bottom :1px #ddd solid;
    background-color: #fff;
    border-right: 1px solid #ddd;
    /* padding-right:20px;*/
    z-index:1;
}
.item-info .cart p
{
    color:#fff;
    text-align:center;
    font-size:14px;
    font-weight:500;
    float:none !important;
    margin:0px;
}
.item-info .cart a
{
    color:#fff;
    font-size:20px;
    text-align:center;
}
.item-info .cart hr
{
    width:80%;
    padding:0;
    margin-top:5px;
    margin-bottom:4px;
    color:#fff;
}
.cart
{
    float:left;
    background-color:#322d5b;
    padding:16px;
}
.item-info p
{
    float:right;
    margin-top:16px;
    text-align:right;
    font-size: 16px;
    font-weight: 300;
    margin-right: 4px;
}
.block-faqs {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px #ddd solid;
    padding: 20px;
    height: 348px;
    margin-bottom: 15px;
    color: #777;
    font-size: 16px;
    font-weight: 300
}
.block-item {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px #ddd solid;
    padding-top: 20px;
    height: 348px;
    margin-bottom: 50px;
    color: #777;
    font-size: 16px;
    font-weight: 300;
}

.block-faqs:hover {
    background-color: #f9f9f9;
}

.block-faqs figure {
    padding-bottom: 34px;
}

.block-faqs p {
    max-width: 430px;
    margin: 0 auto;
    line-height: 26px;
    min-height: 110px;
}

.cap-chah {
    position: absolute;
    top: -4px;
    left: 11px;
    height: 150px;
    overflow: hidden
}

.cap-chah div {
    background-color: #584d92;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 17px;
    font-weight: normal;
    text-align: center;
    padding: 2px 0;
    width: 224px;
    -webkit-transform: rotate(-45deg) translate(-32%);
    -moz-transform: rotate(-45deg) translate(-32%);
    -ms-transform: rotate(-45deg) translate(-32%);
    -o-transform: rotate(-45deg) translate(-32%);
    transform: rotate(-45deg) translate(-32%)
}

.filter-line {
    border-bottom: 1px #312d5b solid;
    padding-bottom: 10px;
    letter-spacing: .03em;
}
.filter-line .btn {
    color: #322d5b;
}
.filter-line li {
    line-height: 48px;
    padding: 0 20px;
    overflow: hidden;
}
.filter-line li label {
    line-height: normal;
}
.filter-line li .checkbox {
    margin: 14px 0;
}
.filter-line .dropdown {
    float: left;
    padding-right: 20px;
}
.filter-line .btn:hover, .weekdays-filter .btn:hover {
    /* background: none!important;*/
}
.clear-filters {
    float: right;
    margin-top: 12px;
    margin-right: 16px;
    font-size: 15px;
    line-height: 15px;
    border-bottom: 1px solid;
}
.weekdays-filter {
    float: left;
    padding-left: 2px;
}
.weekdays-filter li .fa {
    float: right;
    line-height: inherit;
    margin-right: -6px;
    margin-left: 3px;
    font-size: 22px;
    font-weight: normal;
}
.weekdays-filter a.active .fa:before, .weekdays-filter li.active .fa:before {
    content: "\f105"}
.filtered-content {
    /*overflow: auto;*/
    padding: 25px 0;
}
.filtered-content .media {
    overflow: hidden;
    border: 2px #c8c4c2 dashed;
    border-radius: 10px;
    padding: 25px 15px 0;
    margin-bottom: 20px;
    color: #796f7e;
    font-size: 16px;
    font-weight: normal;
    height: 130px;
    display: table;
    transition: background-color .2s linear;
    position: relative;
    cursor: pointer;
}
.filtered-content .media.selected, .filtered-content .media.checked {
    border: 2px rgba(50, 45, 91, 0.85) solid;
}
.filtered-content .media.selected:after, .filtered-content .media.checked:after {
    content: '';
    display: block;
    background: url(../../images/selected.png) center no-repeat;
    background-color: rgba(50, 45, 91, 0.85);
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.filtered-content .media h4 {
    margin-top: 3px;
    margin-bottom: 3px;
}
.filtered-content .media:hover {
    background-color: #f9f9f9;
}
.tabled-data {
    padding-top: 15px;
    overflow: auto;
}
.table-cls>thead>tr>th {
    color: #322d5b;
    font-weight: normal;
    border: none!important;
    background: #fff;
/*    line-height: 60px;*/
/*    padding: 10px 20px;*/
}
.table-cls thead tr {
    background-color: #c7c3c1;
    -moz-box-shadow: 0 2px 6px rgba(0, 1, 1, 0.2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 1, 1, 0.2);
    box-shadow: 0 2px 6px rgba(0, 1, 1, 0.2);
}
.table-cls>tbody>tr>td {
    padding: 26px 20px;
    border: 0;
    vertical-align: middle;
    white-space: nowrap;
}
.find-agent-table>tbody>tr>td
{
    padding: 26px 20px;
    border: 0;
    vertical-align: middle;
    white-space: normal;
}
.league_name_wrap
{
    white-space: normal;
}
.width_120
{
    max-width: 120px;
}
.width_230
{
    max-width: 230px;
}
.table-cls>tbody>tr>td:last-child {
    border: none;
}
.table-cls tr:nth-child(even) td {
    background-color: #f3f3f2;
}
.table-cls td {
    font-size: 16px;
    color: #888;
}
.table-cls .btn-primary1 {
    padding-left: 25px;
    padding-right: 25px;
}
.join-table td:first-child small {
    font-size: 13px;
    margin-top: -4px;
    display: block;
}
.label-margin {
    margin: 0 !important;
    vertical-align: middle;
}
.pad-lft-none {
    padding-left: 0 !important;
    text-align: right;
}
.pad-ryt-none {
    padding-right: 0 !important;
    text-align: right;
}
.loc-width {
    width: 18%;
}


/*................Schedule and standings....................*/

.badge-tournament
{
    background-color: #f1f1f1;
    color:#bbbbbb;
    font-size:20px;
    padding:20px;
}
.weekly-headings td
{
    background-color:#b0adcc;
    color:#fff;
    /*padding:20px;*/
    font-size:18px;
    font-weight:500;
}
.team-style td
{
    color:#fff;
}
.refresh_txt
{
    text-align:right;
}

/*.......................About Us..............................*/

.about-title h4
{
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    color: #322d5b;
    font-weight: normal;
    margin-left: 25px;
    margin-right: 10px;
}
.top-margin
{
    margin-top: 20px;
}
.about-content
{
    margin: 25px 10px 0 10px;
}
.about-content p
{
    margin-top:10px;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight : normal;
    color: #bbb;
}
.about-content span
{
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight : 500;
    color: #555;
}
.filter-line2 {
    border-bottom: 1px #312d5b solid;
    padding-bottom: 10px;
    letter-spacing: .03em;
}

/*................................Contact us......................*/
.contact_submit{
    margin-right:10px;
}
.input-form
{
    width:100%;
    margin-bottom:25px;
    margin-right:25px;
    border: none;
    border-bottom: 1px solid #d4d4d4;
    color:#bbb;
    font-size:18px;
}

.form-group {
    position: relative;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.form-group-margin {
    margin: 0 !important;
}
.checkbox .form-help, .form-radio .form-help, .form-group .form-help {
    position: absolute;
    width: 100%;
}
.form-group input {
    height: 1.9rem;
}
.form-group textarea {
    resize: none;
}
.form-group .control-label {
    position: absolute;
    top: -1rem;
    pointer-events: none;
    padding-left: 0.125rem;
    z-index: 1;
    color: #bbb;
    font-size: 1.8rem;
    font-weight: 300;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}
.form-group .bar {
    position: relative;
    border-bottom: 0.0625rem solid #d4d4d4;
    display: block;
}
.form-group .bar::before {
    content: '';
    height: 0.125rem;
    width: 0;
    left: 50%;
    bottom: -0.0625rem;
    position: absolute;
    background: #584d92;
    -webkit-transition: left 0.28s ease, width 0.28s ease;
    transition: left 0.28s ease, width 0.28s ease;
    z-index: 2;
}
.form-group input,
.form-group textarea {
    display: block;
    background: none;
    padding: 0.125rem 0.125rem 0.0625rem;
    font-size: 1.8rem;
    border: 0 transparent;
    line-height: 1.9;
    width: 100%;
    font-weight: 300;
    color: transparent;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    box-shadow: none;
}
.form-group input[type="file"] {
    line-height: 1;
}
.form-group input[type="file"] ~ .bar {
    display: none;
}
.form-group select,
.form-group input:focus,
.form-group input:valid,
.form-group input.form-file,
.form-group input.has-value,
.form-group textarea:focus,
.form-group textarea:valid,
.form-group textarea.form-file,
.form-group textarea.has-value {
    color: #aaa;
}
.form-group select ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group input:valid ~ .control-label,
.form-group input.form-file ~ .control-label,
.form-group input.has-value ~ .control-label,
.form-group textarea:focus ~ .control-label,
.form-group textarea:valid ~ .control-label
    /*font-size: 1.2rem;
    color: #888;
    top: -2.5rem;
    left: 0;
    font-weight: 400;
  }
  .form-group select:focus,
  .form-group input:focus,
  .form-group textarea:focus {
    outline: none;
  }
  .form-group select:focus ~ .control-label,
  .form-group input:focus ~ .control-label,
  .form-group textarea:focus ~ .control-label {
    color: #584d92;
  }
  .form-group select:focus ~ .bar::before,
  .form-group input:focus ~ .bar::before,
  .form-group textarea:focus ~ .bar::before {
    width: 100%;
    left: 0;
  }
  .has-error .legend.legend, .has-error.form-group .control-label.control-label {
    color: #d9534f;
  }
  .has-error.form-group .form-help,
  .has-error.form-group .helper, .has-error.checkbox .form-help,
  .has-error.checkbox .helper, .has-error.radio .form-help,
  .has-error.radio .helper, .has-error.form-radio .form-help,
  .has-error.form-radio .helper {
    color: #d9534f;
  }
  .has-error .bar::before {
    background: #d9534f;
    left: 0;
    width: 100%;*/

.error{
    color: red;
    font-size: 13px;
}

/*................................Start Team.....................*/
.basket-img img {
    width: 100%;
}
.col-text {
    margin-left: 10px;
    margin-top: 10px;
    width: 90%;
}
.erp-logo {
    left: 12px;
    position: absolute;
    top: 62px;
}
.bal-col img {
    float: left;
}
.bal-col p {
    font-size: 16px !important;
    margin: 4px 39px;
}
.col-text p {
    color: #796f7e;
    font-size: 14px;
}
.open-bg a {
    color: #fff;
}
.col-margin {
    margin-top: 25px;
    height: 215px;
    margin-bottom: 25px;
}
.col-margin_height
{
    /*margin-top: 25px;
    margin-bottom:40px;*/
    height: 350px;
}

/*................................Sub Nav.....................*/
.sub-nav {
    width: 100%;
    background-color: #f1f1f1;
    height: 48px;
    font-size: 15px;
    text-align: center;
    z-index: 4000;
}

.current {
    color: #584d92;
}

.menu-icon1 {
    display: inline-block;
    width: 100%;
    height: 48px;
    color: black;
    line-height: 48px;
    text-align: center;
}

.sub-nav ul, .sub-nav:active ul {
    display: none;
    position: relative;
    padding: 0 12px;
    background: #f1f1f1;
    width: 100%;
    list-style: none;
}

.sub-nav li {
    text-align: center;
    width: 100%;
    padding: 10px 0;
    margin: 0;
}

.sub-nav:hover ul {
    display: block;
}
.h1-index
{
    padding: 40px 0;
}
.h1-index h1
{
    z-index: -12000;
}

/*------------------- Section-1 -------------------*/
.registration-box
{
    background-color:#f1f1f1;
    padding:60px 0;
    margin:auto 0;
    float:none;
    clear: both;
}
.form-box .form-control {
    border: 0;
    margin-bottom: 26px;
    background-color:#f1f1f1;
    border-radius:0;
    border:0;
    color:#bbbbbb;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:none;
    -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;
    border: 0;
    background-color: #f1f1f1;
    font-size:16px;
    border-bottom: 1px solid #bbbbbb;
}
.reg-box
{
    margin-top:40px;
}
.form-box
{
    margin:0 auto;
    float:none;
}
.form-box1
{
    margin:0 auto;
    float:none;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle)
{
    border-radius: 0;
    padding: 5px;
    margin-right: 10px;
}
.form-control.form-control-box::-webkit-input-placeholder
{
    color: #bbbbbb;
}
.reg-text li
{
    margin-bottom:10px;
    font-size:16px;
}

/*...................... Event..............................*/
.padd_event
{
    padding-left:0;
    padding-right:0;
}
.event-heading
{
    color: #584d92;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
}
.get_ticket
{
    float:right;
    background-color:#31cae3;
}
.get_ticket:hover
{
    background-color:#31cae3;
}
.event-info
{
    margin-top: 30px;
    margin-bottom: 30px;
}
.dropdown span
{
    margin:0;
}
.event-para
{
    text-align:left;
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight : 300;
    color: #555;
    width: 80%;
}
.view-more
{
    text-align:left;
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: 300;
    border-bottom: 1px solid #584d92;
    clear: both;
}
.view-more:hover
{
    color: #322d5b;
}
.caption p
{
    text-align:left;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight : 400;
    color: #584d92;
    width: 80%;
}
.caption span
{
    text-align:left;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight : 400;
    color: #777;
}
.thumbnail:hover
{
    border: 1px solid #777;
}

/*...................... My Teams ..............................*/
.span-sporticon
{
    margin-right: 10px;
}
.span-sportname
{
    color: #584d92;
    font-size: 16px;
    /*float: left;*/
    /*margin-left: 34px;*/
}
.span-sportname1
{
    color: #584d92;
    font-size: 16px;
    /*float: left;*/
    margin-left: 34px;
}
.span-leaguename
{
    margin-left: 35px;
    font-size: 16px;
    margin-right: 40px;
}
.male-color
{
    color: #2a5ed3;
}
.female-color
{
    color: #db3bb7;
}
.min-met
{
    color: #698d42;
    font-size: 13px;
    float: left;
}
.min-met-grey
{
    color: #5a5a5a;
    font-size: 13px;
    float: left;
}
.btn-myteam-purple {
    color: #fff;
    background-color: #584d92;
    font-size: 15px;
    padding-right: 14px;
    padding-left: 14px;
    font-weight: 300;
    width: 130px;
}

.btn-myteam-purple:hover {
    color: #fff;
    background-color: #322d5b;
}
.btn_team_cancel
{
    background-color: #8e8d8f;
    color:#fff;
    font-size:14px;
    padding:10px 30px;
    border-radius: 39px;
    border-width: 0;
    color: #ffffff;
    cursor: pointer;
}
.btn_team_cancel:hover
{
    color: #fff;
    background-color: #787878;
}
.link-underline
{
    border-bottom: 1px solid #584d92;
}
.link-underline:hover
{
    color: #322d5b;
}

/*...................... My Team Players ..............................*/
.heading-area-left
{
    margin-top:22px;
    text-align: left;
}
.heading-area-right
{
    margin-top:22px;
    text-align: right;
}
.back-btn
{
    font-size: 14px;
    color: #777777;
    border: 1px solid #777;
    font-weight: 300;
    padding: 8px 12px;
    border-radius: 30px;
}
.span-usericon
{
    margin-right: 10px;
    width: 73px;
    height: 73px;
    border-radius: 4px;
    border: 1px solid #acacac;
}
.span-username
{
    color: #584d92;
    font-size: 13px;
    float: left;
    margin-left: 34px;
}


/* Toastr custom style */

#toast-container {

    position: fixed;
    font-size: 13px;
    line-height: 16px;
    float: left;
    color: #FFF;
    padding-right: 0.5em;
    margin: auto 0.5em auto -1.5em;
}
.col-sponsor {
    padding-bottom: 40px;
    font-size: 13px;
    text-align: left;
}
.col-sponsor-content {
    height: auto;
    overflow: hidden;
}
.col-sponsor:last-child {
    border-bottom: none!important;
    margin-bottom: 0;
}

.col-sponsor-desc > p {
    max-height: auto;
    width: calc(100%);
}
.col-sponsor-web-url > a {
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100%);
    height: auto;
}
.show-more {
    text-align: center;
    margin-top: 15px;
    height: 13px;
}
.hideShowMore {
    display: none;
    height: 13px;
}

.team_color_schedule
{
    margin-right: 5px;
    vertical-align: text-top;
    padding-bottom: 4px;
    border:2px solid grey;
    padding-left: 10px;
    padding-right: 10px;
}

/*...................... Event..............................*/
.name_event{
    width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.league_type
{
    color:#584d92;
    font-size:16px;
    font-weight:normal;
    margin-left:5px;
}
.btn_team
{
    background-color:#584d92;
    color:#fff;
    font-size:14px;
    padding:10px 30px;
    border-radius: 39px;
    border-width: 0;
    color: #ffffff;
    cursor: pointer;
    margin-right:5px;
}
.sport_img
{
    width:25px;
    height:25px;
}
.btn_team:hover
{
    color: #fff;
    background-color: #322d5b;

}

.league-detail-heading p
{
 font-family: 'Rubik', sans-serif;
 font-size: 16px;
 font-weight : 600;
 color:#555;
 padding:12px 6px;
}
.league-detail-info p
{
 font-family: 'Rubik', sans-serif;
 font-size: 16px;
 font-weight : 600;
 color:#bbb;
 padding: 13px 6px;
}
.league-detail
{
 background-color:#fff;
 padding:50px 60px;
 padding-bottom:20px;
 margin:auto 0;
 float:none;
    clear: both;
}
.highlight
{
 color:#584d92;
}

/* jasmeen  CSS */
.overflow_auto
{
    overflow:auto;
    max-height: 700px;
}

/* 16 june css */
.sport-names
{
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #322D5B;
    height: 40px;
}
.sport-counts
{
    line-height: 20px;
}
.back_heading
{
    width:50%;
    margin:0 auto;
}
.shirt_cls
{
    display: inline-block;
    width: 50%;
}
.back-btn
{
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 2px 12px;
    font-size: 11px;
    margin-top: 15px;
    /*z-index:2178999;*/
    position:relative;
}
.checkout {
    border-bottom: 1px solid #ddd;
    display: inline-block;
    width: 60%;
    padding: 20px 0;
}
.checkout-txt-lft {
    text-align: left;
}
.checkout-txt-ryt {
    text-align: right;
}
.heading-checkout {
    color: #584d92;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.checkout-txt-lft.col-padding-none > p {
    margin-bottom: 5px;
}
.checkout-txt-ryt.col-padding-none > p {
    margin-bottom: 5px;
}
.checkout-ryt-team-name > p {
    margin-bottom: 5px !important;
}
.checkout-txt-lft strong {
    color: #666;
    font-weight: 600;
    margin: 0;
}
.checkout-txt-ryt strong {
    color: #666;
    font-weight: 600;
    margin: 0;
}
.block
{
    border-radius: 20px;
    display: inline-block;
    height: 34px;
    vertical-align: middle;
    width: 34px;
}

.checkbox-tshirt
{
    color: #584d92;
    font-size: 16px;
    font-weight: 600;
    padding: 2px 0 0;
}
.need-shirt
{
    display: inline-block;
    width:60%;
}
.checkbox-tshirt-txt
{
    font-size: 14px;
    color: rgb(85, 85, 85);
    text-align: center;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 40px;
}
.btn-margin
{
    margin-bottom: 40px;
}


/*6june*/


.filter-btns {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #322d5b;
    border-radius: 20px;
    color: #322d5b;
    font-size: 13px;
    padding: 3px 14px;
    font-weight: 600;
}

.filter-btns:hover {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #322d5b;
    border-radius: 20px;
    color: #322d5b;
    font-size: 13px;
    padding: 3px 14px;
    font-weight: 600;
}
.reg-process
{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}
.be_team_captain
{
    font-size: 14px;
    margin: 0;
}
.btn-free-agent
{
    padding: 0;
    height: 46px;
    font-size: 16px;
    background: #555;
    min-width: 180px;
    border-radius: 30px;
}
.main-footer{
    margin-top:0;
}
.slider-contentbox-text
{
    padding:20px 35px;
}
.padd_20
{
    padding:35px 0;
}
.padd_20 p.game-p {
    color: #d2d0de;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 10px;
}
.registration_txt
{
    color: #584d92;
    border: 2px solid #584d92;
    border-radius: 50px;
    width: 25%;
    padding: 16px;
    font-size: 18px;
    font-weight: bold;
    background: #d2d0de;
}
a.sign-a{
    margin:0 7px;
    text-decoration: underline !important;
}
a.sign-a:hover{
    color: #584d92;
}
p.margin-lft{
    margin-left:34px;
    font-size:21px;
}
.border-ryt{
    /*border-right: 1px solid #ddd;*/
    width: 20%;
}
.border-lft{
    border-left: 1px solid #ddd;
}
.border-ryt p{
    color: #555555;
    font-size: 18px;
}

.border-lft p{
    color: #888888;
    font-size: 16px;
    padding-left:18px;
    padding-top:13px;
}
.slider-contentbox {
    background-color:#322d5b;
    opacity: 0.95;
    bottom: -1px;
    float: left;
    padding: 0;
    position: absolute;
    width: 100%;
    box-shadow: 15px 0 15px 0 #999;
}
.grey{
    background: rgb(85, 85, 85) none repeat scroll 0 0;
}
.blue {
    background-color: #31cae3;
    color: #fff;
}

.slider-main
{
    position:relative;
}
.slider-contentbox-text
{
    color:#ffffff;
}
.slider-contentbox-text h2, .timing-text p
{
    margin-top:0!important;
    font-family: 'Rubik', sans-serif;
    font-weight:400;
    margin-bottom: 2px!important;
}
.slider-contentbox-text h4, .timing-text h4
{
    margin-bottom:0!important;
}
.slider-contentbox-text>ul
{
    padding:0!important;
    margin-top: 10px;
}
.slider-contentbox-text>ul>li
{
    color: #31cae3;
    text-decoration: none;
    list-style: none;
    display: inline;
    padding: 8px 19px;
    border: 2px solid #fff;
    border-radius: 28px;
    margin: 0 3px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.slider-contentbox-text>ul>li:first-child {
    margin-left: 0 !important;
}
p.ball-p {
    margin: 8px 0 30px 0;
    font-size: 18px;
}
.icon
{
    margin-right:8px;
    font-size:15px!important;
}
.timing-text h4
{
    color:#ffffff;
    font-family: 'Rubik', sans-serif;
    font-weight:400;
}
.timing-text p,  .slider-contentbox-text p
{
    color:#ffffff;
    font-family: 'Rubik', sans-serif;
    font-weight:400;
}
.slider-contentbox-text p img, .timing-text p img
{
    float: left;
    margin-right: 15px;
}
.sport-icon-size
{
    background: #fff;
    padding: 30px;
    width: 220px;
    text-align: center;
}
.league_logo_sport_size
{
    width: 160px;
    height: 160px;
}
/*--- league css ----*/
.league_scroll
{
    display: block;
    overflow-y: auto;
    /*height: 538px;*/
}
.media1.selected1 span, .media2.selected2 span, .media3.selected3 span{
    float: right;
}
.cursor_pointer
{
    cursor: pointer;
    float: none !important;
    margin-left: 6px;
    margin-right: 3px;
}
.or_cls
{
    float: none !important;
    margin-left: 6px;
    margin-right: 3px;
}
.media1.selected1 > h4 {
    background: #322d5b none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    margin: 0;
    padding: 10px;
}
.media2.selected2 > h4 {
    background: #31cae3 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 10px 5px;
}
.media3.selected3 > h4 {
    background: #d63433 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 10px 5px;
}
.media1.selected1 > img, .media2.selected2 > img, .media3.selected3 > img {
    width: 100%;
    height:110px;
}
.lower-part img {
    margin: 0 10px 0 0;
    /*vertical-align: sub;*/
}
.lower-part > h4 {
    color: #584d92;
    font-size: 16px;
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.lower-part > p.sun {
    color: #555555;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0 0;
}
.lower-part > p.reg {
    color: #333333;
    font-size: 15px;
    margin-bottom: 15px;
}
.lower-part > p.reg1 {
    color: #333333;
    margin-bottom: 0 !important;
}
.lower-part > p.reg.two {
    color: #d44041;
}
.title-reg, .title-live,.title-end
{
    padding-left:15px;
    padding-right: 15px;
}
.title-reg > h4 {
    background: #322d5b none repeat scroll 0 0;
    color: #fff;
    padding: 15px 20px;
    text-transform: uppercase;
}
.title-live > h4 {
    background: #31cae3 none repeat scroll 0 0;
    color: #fff;
    padding: 15px 20px;
    text-transform: uppercase;
}
.title-end > h4 {
    background: #d63433 none repeat scroll 0 0;
    color: #fff;
    padding: 15px 20px;
    text-transform: uppercase;
}

#tabs_list li.active a {
    background: #584d92 none repeat scroll 0 0;
    color: #fff
}
/*------signin sign up web 8may---------*/
.center-image {
    border:1px solid #ddd;
    margin: 0 50px 0 0;
}
.fa-facebook:hover
{
    color:#3b5998;
}
.fa-instagram:hover
{
    color:#bc2a8d;
}
.fa-twitter:hover
{
    color:#4099FF;
}
.fa-snapchat-ghost:hover
{
    color:#fffc00;
}

.leagueally_logo {
    display: block;
    height: 200px;
    margin: 0 auto;
    padding: 20px;
    width: 50%;
}
.platform_text{
    padding-top:0;
    margin: 6% 0;
}
.landing_signup{
    padding-bottom:0;
}
.sign_btn {
    background-color: #31cae3;
    border-radius: 39px;
    border-width: 0;
    color: #ffffff;
    cursor: pointer;
    font-family: "Rubik";
    font-size: 24px;
    line-height: 63px;
    margin-right: 20px;
    margin-top: 0;
    width: 11%;
    padding: 0;
}
.signup_btn
{
    background-color:#d4433f;
    color:#ffffff;
    font-size:24px;
    font-family:'Rubik', sans-serif;
    padding:0;
    border-width:0;
    border-radius:63px;
    margin-top:0;
    cursor:pointer;
    line-height: 63px;
    width: 11%;
}
/*-- 9 may 2017 --*/



.flex-control-nav {
    bottom: 95px;
    display: inline-block;
    position: absolute;
    right: 18%;
    width: 10%;
    z-index: 1000;
}
.flex-control-paging li a {
    background: #b8b8b8 none repeat scroll 0 0;
    height: 14px;
    width: 14px;
}
.flex-control-paging li a.flex-active {
    background: #525252 none repeat scroll 0 0;
}
.flex-control-nav li {
    margin: 0 4px;
}

.leagues-title{
    text-align:center;
}
.leagues-container {
    display: block;
    margin: 45px auto 0;
    width: 66%;
    padding-bottom: 20px;
}
.leagues-img{
    border:1px solid #c8c4c2;
    padding:7%;
    text-align:center;
    width: 100%;
    position: relative;
    border-radius: 10px;
    margin:5px auto;
}
.box {
    position: relative;
    width: 249px !important ;
}
.league-ribbon-wrapper {
    left: -4px;
    position: absolute;
    top: -4px;
    width: 45%;
}

.wings-logo{
    margin-top: 0;
    width: 280px;
    height: 186px;
    display: inline-block;
}
.foot-logo {
    margin-top: 0;
    width: 80%;
    height: 100%;
    display: block;
    text-align: right;
    /* margin-right: 0; */
    margin: 0 0 0 auto;
}
.sport_data1
{
    width: 69%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
/* ---end */


.badge-sponsor {
    padding: 20px 0;
    color: #37316c;
    font-size: 21px;
    font-weight: 300;
    display: inline-flex;
    width: 100%;
    justify-content: center;
}
.badge-sponsor div {
    position: relative;
    width : auto;
    text-align: center;
}
.badge-sponsor p
{
    padding-top:15px;
}
.badge-sponsor img
{
    display: inline-block;
    width:150px;
    height: auto;
    vertical-align: middle;
}

.badge-sponsor-logo img
{
    display: inline-block;
    width: 50px;
    height: auto;
    vertical-align: middle;
}
.sponsor_img
{
    width: 100%;
    height: auto;
}
.checkin_txt
{
    width:100px;
    /*height:30px;*/
}
.checkin_txt1
{
    width:105px;

}
.league-sponsor {
    padding: 20px 0;
    color: #37316c;
    font-size: 21px;
    font-weight: 300;
    display: inline-flex;
    width: 100%;
}
.league-sponsor a.apply_pointer, .badge-sponsor a.apply_pointer, .badge-sponsor-logo, .sponsor-image a.apply_pointer {
    width: 150px;
    height: 100px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    text-align: center;
    line-height: 100px;
}
.badge-sponsor-logo {
    width: 50px;
    height: 30px;
    line-height: 30px;
}
.sponsor-image a.apply_pointer {
    max-width: 333px;
    max-height: 222px;
    min-width: 200px;
    min-height: 100px;
    width: 100%;
    height: 100%;
    border:1px solid #ddd;
    line-height: 222px;
}
.league-sponsor div {
    position: relative;
    width : auto;
    text-align: center;
}
.league-sponsor p
{
    padding-top:15px;
}
.league-sponsor img
{
    display: inline-block;
    width:150px;
    height: auto;
    vertical-align: middle;
}
/*-------------Checkbox styling--------------*/
.swap-check
{
    padding:5px;
}
.waiver_bold
{
    font-weight: bold;
}
.txt_left
{
    text-align:left !important;
}
/* MODAL */
.modal-content {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    outline: 0 none;
    position: relative;
}
.modal-dialog {
    z-index: 2200;
}
.modal-body {
    padding: 20px 30px 30px 30px;
}
.inmodal .modal-body {
    background: #f8fafb;
}
.inmodal .modal-header {
    padding: 30px 15px;
    text-align: center;
}
.animated.modal.fade .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.inmodal .modal-title {
    font-size: 26px;
}
.inmodal .modal-icon {
    font-size: 84px;
    color: #e2e3e3;
}
.modal-footer {
    margin-top: 0;
    border:0;
}
body.modal-open {
    padding-right: inherit !important;
}
body.modal-open .animated {
    animation-fill-mode: initial;
    z-index: inherit;
}
/* modal closed */
.waiver-content p
{
    color:#666666;

}
.waiver-wrapper span
{
    color:#666666;
    padding-left:3% !important;

}


/*....................................Schedule table...................*/
.rainout_reason{
    padding-top: 7px !important;
    color: #33b1ff;
}
.sponsor_desc
{
    /*padding-top:20px;*/
    padding-bottom:30px;
}
.set-td
{
    padding-top:0 !important;
    padding-bottom:0 !important;
    padding-left:0 !important;
}
th.capitalize
{
    text-transform: capitalize;
}
.padd_t36
{
    padding-top: 36px;
}
.margin_btm
{
    margin-bottom:30px;
}
.schedule-table{
    height: 775px;
}

.schedule-scroll{
    /* overflow: auto;
     height: 695px;*/
     margin-bottom: 50px;
}
.dotted_cls{
    width: 110px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.dotted_cls_court {
    width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.dotted_cls_team {
    width: 189px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.weekly-headings
{
    background-color:#b0adcc !important;
    color:#fff !important;
    /*padding:20px !important;*/
    font-size:18px !important;
    font-weight:500 !important;
}

.weekly-cancelled-headings
{
    background-color:#ccc !important;
    color:#fff !important;
    /*padding:20px !important;*/
    font-size:18px !important;
    font-weight:500 !important;
}

.weekly-rainout-headings
{
    background-color:#555 !important;
    color:#fff !important;
    /*padding:20px !important;*/
    font-size:18px !important;
    font-weight:500 !important;
}

.schedule-edit-score
{
    border: 1px solid;
    line-height: 22px;
    width: 100%;
    margin-top: 5px; 
    float: right;
    padding: 5px 15px;
}
.schedule-edit-score-rain
{
    border: 1px solid;
    line-height: 22px;
    width: 55%;
    margin-top: 5px; 
    float: right;
    padding: 5px 15px;

}
.marg_top_4
{
    margin-top: -4px;
}
.table_adjust_width{
    width: 99.4%;
}

/*.schedule_data tr:nth-child(even) td {
    background-color: #f3f3f2;
}*/
.schedule_data tr th 
{
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.schedule_data tr td
{
    padding: 20px 10px !important;
}

.web_schedule .schedule_td {
    padding: 0 !important;
}

/*.schedule_data .pad_left_0
{
    padding-left: 0 !important;
}*/

.schedule_data .pad_right_0
{
    padding-right: 0 ;
}
.schedule_data .sch_teams{
    color:#fff;
    opacity:0.6;
    padding: 5px 0 0 3px;
    margin-top: 1px;
}
a.schedule-options
{
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
}
a.schedule-options:hover
{
    color: #fff;
}
.link-border
{
    border: 1px solid #fff;
    padding: 7px 17px;
    margin: 0 5px;
}
.link-border-rate
{

    border: 1px solid #fff;
    padding: 5px 0px 6px 12px;
    margin: 0 38px;
}
.score_input
{
    border: 2px solid #eee !important;
    height: 35px !important;
}
/***/



/* Image cropper style */
.img-container,
.img-preview {
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.img-preview-sm {
    height: 130px;
    width: 200px;
}


/* image cropper style */
.disabled a
{
    cursor:default!important;
}

.checkin-modal{
    top: 75px;
}
.checkin-modal .text-center
{
    text-align: center !important;
}
.check_in_msg
{
    color: rgb(244, 67, 54);
}
.sk-spinner-fading-circle .sk-circle::before
{
    background-color: #000 !important;

}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-fading-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-spinner-fading-circle.sk-spinner {
    margin: 0 auto;
    width: 22px;
    height: 22px;
    position: relative;
}
.sk-spinner-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-spinner-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 18%;
    height: 18%;
    background-color: #1ab394;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.sk-spinner-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-spinner-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-spinner-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-spinner-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-spinner-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-spinner-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-spinner-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-spinner-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-spinner-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-spinner-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-spinner-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-spinner-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-spinner-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-spinner-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-spinner-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-spinner-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-spinner-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-spinner-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-spinner-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-spinner-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-spinner-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-spinner-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
/*@-webkit-keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

*/
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-chasing-dots">
 *      <div class="sk-dot1"></div>
 *      <div class="sk-dot2"></div>
 *    </div>
 *
 */
.sk-spinner-chasing-dots.sk-spinner {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
    animation: sk-chasingDotsRotate 2s infinite linear;
}
.sk-spinner-chasing-dots .sk-dot1,
.sk-spinner-chasing-dots .sk-dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #1ab394;
    border-radius: 100%;
    -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
    animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}
.sk-spinner-chasing-dots .sk-dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
/*@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}*/
@keyframes sk-chasingDotsRotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*@-webkit-keyframes sk-chasingDotsBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}*/
@keyframes sk-chasingDotsBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/***************************************************************/
.league_p p
{
    float:right;
    margin-left: 2px;
}
.row_disable
{
    pointer-events:none;
    user-select:none;
    background-color:#eee;
}
.skill_btm .header-btm
{
    float:right !important;
    padding-top:0 !important;
}
.pad_top0
{
    padding-bottom:30px;
}
.modal_top
{
    top:10px;
}
.upload_btn:hover
{
    background-color: #37316c;
}
.upload_btn
{
    color: #fff !important;
}
.link_underline
{
    text-decoration: underline;
}
.link_underline:hover
{
    text-decoration: underline;
    color: #322d5b;
}

.padd_lr0
{
    padding-right: 0;
    padding-left:0;
}
.padding_chkbtm
{
    padding-bottom: 20px;
}
th.capitalize
{
    text-transform: capitalize;
}
.anchor_style
{
    color:#fff;
}
.anchor_style:hover
{
    color:#fff;
}
.marg_60
{
    margin-top: 60px;
}
.marg_btm
{
    margin-bottom:100px;

}
.login_txt
{
    text-decoration: underline;
    color:#31cae3;
}
.enter_style
{
    white-space: pre-wrap;
}

.tooltip_templates
{
    display: none;
}
/*.registration_txt
{
  color:black;
}
*/
.top-bar {
    text-align: center;
    line-height: 22px;
    padding-top: 18px;
    height: 59px;
    letter-spacing: .05em;
    color: #fff;

}
.chasing-dots-color
{
    background-color: #fff !important;
}
.chasing-dots-color2
{
    background-color: #83498f !important;
}
.loader-text
{
    font-size: 16px;
    color: #fff;
    padding: 20px 0 0 0;
    text-align: center;
}


.carousel-control{
    top:50%;
}
.carousel.fade {
    opacity: 1;
}
.carousel.fade img, .carousel.fade a {
    display: block;
    width: auto;
}
.carousel.fade .item {
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-transition: opacity .5s linear;
    -moz-transition: opacity .5s linear;
    -ms-transition: opacity .5s linear;
    transition: opacity .5s linear;
}
.carousel.fade .active {
    position: relative;
    z-index: 99;
    opacity: 1;
}
.panel-heading
{
    padding: 0;
    color: #322d5b;
}

/*................................About us page...................*/
.league_logo
{
    height: 24px;
    vertical-align: -6px;
    width: 24px;
}
/*.reg_form
{
  overflow: hidden !important ;
}*/
.register_btn
{
    padding-top:20px;
}
.about_txt
{
    padding-top:40px ;
}
.waiver_btn
{
    padding-bottom:60px;
}
.containers
{
    width:100% !important;
}
.league_logo_sport
{
    height:100px;
    width:100px;
}
.headings-list ul li
{

    display:inline;
    padding:2%;
}
/*md-backdrop.md-select-backdrop {
  z-index: 0;
  transition-duration: 0s;
}*/
.fa-icon-size-small
{
    font-size: 9px !important;
}
.btn-load-more
{
    color: #888;
    font-weight: normal;
    font-size: 12px;
    background: none;
}
.btn-load-more:hover
{
    color: #fff !important;
    text-decoration: underline;
}


/*................................About us page...................*/
.active
{
    color:#584d92 !important;
}
.active_cls
{
    font-weight: bold;
    border-bottom: 4px solid #584d92;
}
.apply_pointer
{
    cursor: pointer !important;
}
.padding_tb
{
    padding-top: 10px;
    padding-bottom: 10px;
}
.btn-filter
{
    padding:5px 10px;
    /*font-size: 13px !important;*/
}
.save_button {
    color: #fff !important;
    background-color: #584d92;
    padding: 4px 19px !important;
    font-size: 16px !important;
}
.save_button:hover {
    color: #fff;
    background-color: #322d5b;
    padding: 4px 19px !important;
    font-size: 16px !important;
}

.reset_button {
    color: #fff !important;
    background-color: #555;
    padding: 4px 19px !important;
    font-size: 16px !important;
}
.reset_button:hover {
    color: #fff;
    background-color: #4b4b4b;
    padding: 4px 19px !important;
    font-size: 16px !important;
}
.disable_save
{
    background-color: #37316c !important;
    border-color: #37316c !important;
    color: #ffffff !important;
    border-radius: 50px;
    opacity:0.3 !important;
}
/* PAGINATIN */
.custom_pagination > .active > a,
.custom_pagination > .active > span,
.custom_pagination > .active > a:hover,
.custom_pagination > .active > span:hover,
.custom_pagination > .active > a:focus,
.custom_pagination > .active > span:focus {
    background-color: #f4f4f4;
    border-color: #DDDDDD;
    color: inherit;
    cursor: default;
    z-index: 2;
}
.custom_pagination > li > a,
.custom_pagination   > li > span {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: inherit;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
}
.custom_pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
}
.custom_pagination>li {
    display: inline;
}
.group
{
    margin-bottom: 50px;
}
.label-form
{
    font-size: 16px;
    font-weight: 300;
    width: 100%;
}
.input-form
{
    border: none;
    border-bottom: 1px solid #999;
}
.box_error
{
    border-bottom: 1px solid  rgb(244, 67, 54) !important;
}
.box_error_bottom
{
    border-bottom: 1px solid  rgb(244, 67, 54);
}

div > .loader-position
{
    margin: auto;
    text-align: center;
    position: fixed;
    top: 40%;
    bottom: 0;
    left: 0;
    right: 0;
}
.league_img
{
    height:30px;
    width:30px;
}
.checkbox_cls
{
    top: 3px;
    right: 5px;
    position: absolute;
}


/* -----web css ---- */
@font-face
{
    font-family: 'rubik-light';
    src: url('../../javascripts/3rdParty/font-awesome/fonts/Rubik-Light.ttf');
}

@font-face
{
    font-family: 'rubik';
    src: url('../../javascripts/3rdParty/font-awesome/fonts/Rubik-Regular.ttf');
}

/* landing page */
.error_cls
{
    color: rgb(244, 67, 54);
    font-weight: 500;
    font-size: 13px;
}
.header-btm .dropdown .btn-signedin
{
    color: #fff;
    background-color: #31cae3 !important;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.down_arrow
{
    position: absolute;
    right: 10px;
    padding: 4px 0;
}
.header-btm .dropdown .btn-signedin:hover
{
    color: #fff;
    background-color: #322d5b;
}
.md-select-menu-container
{
    z-index: 2174567;
}
.disabled_btn
{
    opacity:0.3;
    background-color:#31cae3;
    color:#ffffff;
    font-size:24px;
    font-family:'Rubik', sans-serif;
    padding:5px 40px;
    border-width:0;
    border-radius:25px;
    margin-top:40px;
    margin-right:20px;
    cursor:pointer;
}
.col-padding-none
{
    padding: 0;
}
.dropdown-menu .li-padding-none
{
    padding: 6px 0px;
}

.col-margin-none
{
    margin:0 !important;
}
.cal_icon
{
    background-color:#fff !important;
}
.box_error_bottom
{
    border-bottom: 1px solid  rgb(244, 67, 54);
}
.select_label
{
    margin-top: 15px !important;
}
.select_label  md-select
{
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size:16px !important;
    color:#888;
}

.select_label>.md-select-value
{
    color:#888 !important;

}
.select_label>md-select>md-select-value>span
{
    padding-bottom: 6px !important;
}

.landing_container
{
    padding:0;
    background: url(../../images/background.jpg) no-repeat fixed top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:cover;
    left: 0;
    margin:0;
    height:100vh;
    position:relative;
    width: 100%;
    overflow-y:auto;
}
.landing_outer
{
    height:120px;
    padding-bottom:40px;
}
/*.leagueally_logo
{
  height: 110px;
  vertical-align: middle;
  padding-top:20px;
}*/
.leagueally_logohome
{
    height: 110px;
    vertical-align: middle;
    padding-top:20px;
    width: 170px;
    text-align: center;
    margin: 0 auto;
}
.dashboard_logo
{
    margin:auto!important;
}
/*.landing_signup
{
  padding-bottom:30px;
}*/
.la_logo
{
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto auto;
}
/*.sign_btn
{
  background-color:#31cae3;
  color:#ffffff;
  font-size:24px;
  font-family:'Rubik', sans-serif;
  padding:5px 40px;
  border-width:0;
  border-radius:25px;
  margin-top:40px;
  margin-right:20px;
  cursor:pointer;

}*/
/*.platform_text
{
  padding-top:60px;

}*/
.platform_txt
{
    color:#ffffff;
    font-size:42px;
    font-weight:700;
    margin-bottom:0;
    font-family: 'Rubik', sans-serif;
    line-height:56px;
}
.dummy_txt
{
    color:#ffffff;
    font-size:20px;
    margin-bottom:0;
    padding:20px;
    font-style: italic;
    font-weight: 400;
    font-family:'Rubik', sans-serif;
    line-height:36px;
}
/*.signup_btn
{
  background-color:#d4433f;
  color:#ffffff;
  font-size:24px;
  font-family:'Rubik', sans-serif;
  padding:5px 40px;
  border-width:0;
  border-radius:25px;
  margin-top:40px;
  cursor:pointer;
}*/
.leagues_txt
{
    background-color:#584d92;
    border:1px solid #fff;
    padding-left:5px;
    padding-right:5px;
    padding-top:1px;
    padding-bottom:1px;

}
.footer_landing
{
  background-color:#000000;
  height:7vh;
  position:fixed;
  bottom:0;
  width:100%;
  padding:20px 2px;
}
.footer_txt
{
    color:#ffffff;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size:12px;
    text-align:center;
}
/* signin page */
.form-box
{
    margin:auto;
    width:65%;
    padding-top:80px;
    padding-bottom:80px;
}
.form-box-no-pad
{
    padding-top:0 !important;
}

.btn_center
{
    margin-top:3px;
    /* padding-bottom:30px;*/
}
.space_10
{
    padding-left:20px;
}

.form-top
{
    background: #fff none repeat scroll 0 0;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    padding: 0 0 15px;
    opacity:0.95;
    /* text-align: left; */
}
.signin_form>.sign_in_center
{
    padding-left:38%;
}
.signin_heading
{
    text-align:center;
}
.landing_container>.signin_form
{
    margin:0;
}
/*.signin_form  label
{

  color: #bbbbbb;
  font-family: "rubik";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;

}*/


.disable_label
{
    color:#888 !important;
}
.signin_form  label
{
    font-family: 'Rubik', sans-serif;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size:16px;
    color:#888 !important;

}

.signup_form  label
{
    font-family: 'Rubik', sans-serif;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size:16px;
    color:#888 !important;

}
.signin_form  input
{
    font-family: 'Rubik', sans-serif !important;
    font-style: normal;
    font-weight: 300;
    font-size:16px;
    color:#888 !important;
}
.signup_form   input
{
    font-family: 'Rubik', sans-serif !important;
    font-style: normal;
    font-weight: 300;
    font-size:16px;
    color:rgb(63,81,181);
}
.signup_form   textarea
{
    font-family: 'Rubik', sans-serif !important;
    font-style: normal;
    font-weight: 300;
    font-size:16px;
    color:#888 !important;
}

.signin_start
{
    margin-top:20px;
}
.signin_txt
{
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    color:#555555;
    font-size:24px;
    line-height:40px;
    text-transform: uppercase;
}
.email_txt
{
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    color:#aaaaaa;
    font-size:14px;
    line-height:20px;
}
.padd_tb
{
    padding-top:50px;
    padding-bottom:170px;
}
.dummy_text
{
    font-size:16px;
    margin-bottom:0;
    margin-top:10px;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 300;
    color:#555555;
    line-height:24px;
}
.signin_form
{
    margin-top:10px;
}
.custom_chckbox
{
    float:left;
    margin-top:-13px;
}
.forgot_txt
{
    float:right;
    margin-top:6px;
}

.forgot_password a
{
    color:#888888;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size:16px;
    cursor:pointer;
}
.chckbox_password
{
    padding:0 !important;
    height:41px;
}
.stay_signed
{
    color:#bbbbbb;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size:16px;
    margin-top:6px;
}
.sign_up_btn
{
    background-color:#31cae3;
    color:#ffffff;
    font-size:16px;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    padding:10px 40px;
    border-width:0;
    border-radius:25px;
    margin-top:10px;
    margin-bottom:10px;
    cursor:pointer;
}
.sign_in_btn
{
    background-color:#d4433f;
    color:#ffffff;
    font-size:16px;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    padding:10px 40px;
    border-width:0;
    border-radius:25px;
    margin-top:30px;
    cursor:pointer;
}
.submit_btn
{
    background-color:#d4433f;
    color:#ffffff;
    font-size:16px;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    padding:10px 40px;
    border-width:0;
    border-radius:25px;
    margin-top:30px;
    margin-bottom:20px;
    cursor:pointer !important;
}
.account_txt
{
    color:#1fb0c8;
    font-size:16px;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    cursor: default;

}
.mesaage_error
{
    color: rgb(244, 67, 54);
    font-weight: 500;
    font-size: 13px;
}

.left
{
    float: left;
}
.dotted
{
    display: inline-block;
    height: 5px;
    border-top: 4px dotted #cccccc;
    width: 16px;
    margin:0 10px;

}
/* Signup page */
.skip_txt
{

    color:#d4433f;
    font-size:16px;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    cursor:pointer;
    text-decoration:underline;
}
.skip_txt :hover
{
    color:#d4433f;
}
.payment_txt
{
    font-size:14px;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    color:#bbbbbb;
    padding-top:5px;
}
.basic_txt
{
    font-size:14px;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    color:#bbbbbb;
    padding-top:5px;
}
.site_txt
{
    font-size:14px;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    color:#bbbbbb;
    padding-top:5px;
}
.landing_container>.signup_form
{
    margin:0;
}
.signup_form  label
{
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size:16px;
}
.formsignup-box
{
    margin:auto;
    width:65%;
    padding-top:80px;
    padding-bottom:80px;

}
.signup_start
{
    margin-top:20px;
    padding-left:0 !important;
    padding-right:0 !important;
}
.signup_heading
{
    text-align:center;
}
.terms_conditions
{
    color:#bbbbbb;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size:16px;
    position:relative;
    top:10px;
}
.terms
{
    color:#bbbbbb;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size:16px;
    text-decoration: underline;
}
.padd_b
{
    padding-bottom:70px;
}
.signup_form>.cstm_checkbox
{
    margin-top:0;
    margin-bottom:0;
}
.informative_txt
{
    position:absolute;
    top:0;
    right:0;
    padding-right: 10px;
    padding-top:5px;

}
.signup_form>.email_username
{
    padding-left:0;
    padding-right:0;
}
.signup_form>.padd_lr
{
    padding-left:0;
    padding-right:0;
}
.signup_start>.padd_lr
{
    padding-left:0;
    padding-right:0;
}
.formsignup-box>.signup_start
{
    padding-left:0;
    padding-right:0;
}
.three_steps>.padd_lr
{
    padding-left:0;
    padding-right:0;
}
.back
{
    padding-top:25px;
}

.back i
{
    color: #bbbbbb;
    /* display: block; */
    font-size:30px;
}
.back_txt
{

    color:#bbbbbb;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size:14px;
    padding-left:10px;
    position:relative;
    top:-4px;
}
.leagueally_txt
{

    font-family: 'Rubik', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size:13px;
    color:#aaaaaa;
    padding:15px 20px;
    background-color:#ffffff;
    border: 2px solid #aaaaaa;
    border-radius: 25px;
    opacity:2;
}
.or_txt
{
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size:16px;
    color:#555555;
}
.dumy_txt
{
    color:#bbbbbb;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size:12px;

}

.dumy_txt>.league_net
{
    color:#555555;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size:12px;
}
.dumy_txt>.custom_domain
{
    color:#555555;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size:12px;
    text-decoration: underline;
}
.custom_domains
{
    color:#555555;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size:12px;
    text-decoration: underline;
}

.reset_link a
{
    font-style: normal;
    font-weight: 400;
    font-family:'Rubik', sans-serif;
    font-size:13px;
    text-decoration: underline;
    color:#aaaaaa;
}
.reset_link a:hover
{
    font-style: normal;
    font-weight: 400;
    font-family:'Rubik', sans-serif;
    font-size:13px;
    text-decoration: underline;
    color:#aaaaaa;
}
.email_ftxt
{
    font-style: normal;
    font-weight: 400;
    font-family:'Rubik', sans-serif;
    font-size:13px;
    color:#aaaaaa;
    position:relative;
    top:30px;

}
.successmgs_txt
{
    padding-top:30px;
}
.padd_tbl
{
    padding-top:100px;
    padding-bottom:170px;
}
.padd_tbl_set
{
    padding-top:70px;
}
.pad_tb
{
    padding-bottom:20px;
    padding-top:10px;
}
.identied_txt
{
    font-style: normal;
    font-weight: 400;
    font-family:'Rubik', sans-serif;
    font-size:14px;
    color:#1fb0c8;
}
.newpsd_txt
{
    font-style: normal;
    font-weight: 400;
    font-family:'Rubik', sans-serif;
    font-size:14px;
    color:#aaaaaa;
}
.successmgs_txt
{
    padding-top:30px;
}
.pad_tb
{
    padding-bottom:170px;
    padding-top:10px;
}

/****** Home Page ******/

.footer_landing
{
    background-color:#000000;
    height:7vh;
    position:fixed;
    bottom:0;
    width:100%;
    padding:20px 2px;
}
.main-container{
    padding:0;
    /*width:100%;*/
}

.clearfix{
    clear:both;
}

/* Center Container  */
.center-container{
    width:80%;
    margin:0 auto;

}

.header
{
    padding:0;
}


.top-text{
    font-family:"rubik";
    font-size:16px;
    color:#fff;
    text-decoration:underline;

}
.top-bar{

    padding:0;
    width:100%;
    background-color: #d63433;

    text-align:center;
    padding-top:15px;

}

/* Logo Section */
.slogan-container{
    /* text-align:center;*/
    /*position:relative;*/
    min-height:154px;
}
.ribbon-wrapper{
    position: relative;
    top:-3px;
    margin-top:-150px;
    margin-left:0;
    min-height:154px;
}
.logo-img{

    width:230px;
    height:153px;
}
.org-logo{

    width:90%;
    height:90%;
    /*background:white;*/
}
.logo-img{
    border:1px solid #c8c4c2;
}
.check-in{
    margin-left:-50px;
}
.league-hub img
{
    display:table;
    margin:0 auto;
}
.slideshow{

}
.mailing-list{
    padding-right:18px;
    padding-top:22px;
    font-family:'Rubik', sans-serif;
    font-size:18px;
    color:#888;

}
.social-icons{
    padding-right:12px;
}
.logo-section{

    margin-top:50px;
}
.check-in{
    padding:5px 0 0 0;
}

.slogan{

    position:relative;
    display:inline-block;
    padding:0;

    height:154px;
    /*border:1px solid #c8c4c2;*/
}
.check-in > a {


    text-decoration:underline;
    color:#584d92;
    margin-top:10px;
    padding:0;
}
/*.logo-ribbon{

    position: absolute;

}*/
.pull-right{
    float:right;
}
.social-fonts{

    text-align:center;
    width:45px;
    height:45px;
    margin-right:5px;
    padding:5px;
    border-radius:10px;
    border:2px solid #c8c4c2;
    display:inline-block;
    font-size:22px;
    color:#c8c4c2;
}
.social-btn{
    padding-top:40px;

}
.btn-signIn,.btn-signUp{
    width:120px;
    border-radius:20px;
    border:black;
}
.social-btn
{
    width: 100%;
    text-align: center;
}
.btn-facebook
{
    background-color: #3b5998;
    padding: 6px 15px;
    margin-bottom: 10px;
    width: 250px;
}
.btn-facebook:hover
{
    background-color: #334e85;
}
.btn-google
{
    background-color: #dd4b39;
    padding: 6px 15px;
    margin-bottom: 10px;
    width: 250px;
}
.btn-google:hover
{
    background-color: #ca4030;
}
.space
{
    padding: 0 5px;
}
.btn-signIn{
    background-color:#d4433f;
}
/*.btn-signIn:hover
{
  background-color:none !important;
}
*/
.btn-signUp{
    background-color:#31cae3;
}
/*.btn-signUp:hover{
  background-color:none !important;
}*/
.link-buttons{
    text-align:center;
    display:table;
    margin:0 auto;
}

.toggle-button .icon-bar{
    background-color:#c8c4c2;
}
.nav-section{

    border-top:1px solid #c8c4c2;
    text-align: center;
    margin-top:30px;
}
.navbar-center
{
    float:none;
    display:inline-block;
    text-align:left;
}
.navbar-center > li
{
    font-size:14px;
    padding-right:50px;

    font-family:'Rubik', sans-serif;
    color:#c8c4c2;
}
.navbar-container{
    border:white;
    background-color: white;
    margin:0;
}
.navbar-default #toggle-button{

    border-color:white;
    float:none;
    text-align: center !important;
}
.navbar-default .navbar-nav > li > a:hover{
    color:#584d92;
}
.navbar-default .navbar-nav > li > a:focus{
    outline:none;
}
.navbar-default .navbar-toggle .icons{
    width:25px;
    height:4px;
    border-radius:3px;
    background-color:#c8c4c2;
}
.navbar-default #toggle-button #menu-lines{
    display: inline-block;
}
.menu{

    font-size:25px;
    padding-right:50px;
    margin-left:4px;
    font-family:"rubik";
    color:#c8c4c2;
}
.navbar-default #toggle-button:hover,
.navbar-default #toggle-button:focus
{

    background-color:white;
}

/****** Header ******/

/****** Content Section ******/

.bx-wrapper {
    margin: 0 auto;
    /*margin: 0 auto 60px;*/
    padding: 0;
    position: relative;
}


/*.banner-height {
    height: 96vh;
}*/
.flex-control-nav {
    bottom: 10%;
    /* position: absolute; */
    right: 21%;
    z-index: 1000;
}
/*flexslider .container:after{
  content: '';
  position: absolute;

  top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border:red 2px solid;
}*/
/*.banner-content{
  background-color: white;
  padding-top:10%;
  outline:2px solid #fff;
  outline-offset:7px;
  padding-top:2%;
  padding-left:2%;
  padding-bottom:3%;
  padding-right:2%;
}
*/

.banner-img{
    position:relative;
    /*width:1320px;*/
}
.banner-container {
    position: absolute;
    height: 200px;
    width: 200px;
    background-color: #DCDCDC;
    padding: 4px;
}
.banner-container:after {
    content: '';
    position: absolute;
    top: -7px;
    left: -7px;
    bottom: -7px;
    right: -7px;
    border: 2px #888 solid;
}
/*.banner-section{
  padding-bottom:100px;
}*/
.leagues-title{
    text-align:center;
    padding-bottom: 40px;

}
.leagues-title h3 {
    color: #584D92;
    font-family: "rubik";
}

/*.leagues{

  text-align:center;
}
*/
.sport_data1 .bx-viewport {
    width: 91% !important;
    margin: 0 auto;
}
/*.leagues-container{
  padding-left: 6%;
  padding-right: 6%;
  padding-top: 2%;
  padding-bottom: 6%;
}*/
/*.leagues-img{
  border:1px solid #c8c4c2;
  padding:14% 2%;
  text-align:center;
  width:180px;
  position: relative;
  border-radius: 10px;
  margin:5px auto;
}*/
.league-ribbon-wrapper{
    position:absolute;
    top:0;
    left: 0;
    width:36%;
}
.flag_img{
    /*width: 50%;*/
}
.category-img{
    width:50%;
    padding-bottom:10%;
    padding-top: 5%;
}
.categories-stats p{
    color: #5a5a5a;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0;
}
.category{
    margin:0;
}
/*.box{
  position: relative;
  padding:2% 2%;
  width:200px;
}*/
/*
.open-leagues{
  padding-right:70px;
  padding-left:70px;
}*/
/****** Content Section ******/


/****** Footer Section ******/
.footer{
    background-color: black;
    padding-top:20px;
    padding-bottom:20px;
    /*margin-top:200px;*/
}
.footer-inner{
    margin:0;
}
.menu-bottom{
    text-align:center;
}
.menu-bottom ul{
    list-style:none;
    text-align:left;
    display:inline-block;
    line-height:34px;

}
.bottom-text a, .request-league , .copyright{
    color: #fff;
    font-family: "rubik-light", sans-serif;
    font-size: 14px;
    text-decoration: none;
    line-height: 24px;
    text-align:center;
}
.bottom-text a:hover{
    color:white;
}
.request{
    text-align:center;
    padding-top:50px;

}
.request-btn{
    background-color:#fff;
    border-radius:27px;
    color:#000;
    width: 220px;
    height: 38px;
    border:1px solid #000;
}

.logo-bottom{
    text-align:center;
    padding-top: 60px;
}
.request-content{
    /*text-align:center;*/
}

/****** Footer Section ******/

/*********Modal Section *******/
md-input-container{
    margin-bottom: 0;
}
.forget-wrapper{
    /*text-align:center;*/
    margin-bottom: 10%;
}
.forget-wrapper md-checkbox{
    /*text-align:center;*/
    margin:0;
}

.forget-wrapper a{
    color:#bbb;
    font-size:15px;
    float:right;
    margin-top:2%;
}
.waiver-wrapper{
    padding:3%;
    color: #bbb;
    font-family: "rubik", sans-serif;
    font-size: 13px;
}

.participant-form  .participant-content{

    margin-bottom: 3%;
    border: 1px solid #bbb;

}

.participant-form{
    margin-bottom:15%;
    margin-left:8%;
}
.participant-form a{

    color: #584d92;
    text-decoration: underline;
    font-size: 16px;
}
.waiver-content{
    height:250px;
    margin-top:5%;
    padding-left:3%;
    padding-right: 3%;
}
.waiver-check label{
    margin-top:-5px;
}
.waiver-check label a{
    color: #584d92;
    text-decoration: underline;
}
md-radio-button .md-off{
    border-width:1px;
}
/*.modal-footer{

  margin-bottom:3%;
}
.modal-footer hr{
  border-top:1px solid #bbb;
  width:88%;
}
.modal-footer .form-buttons .btn-signUp{

  margin-top:5%;
}
.modal-footer .form-buttons{

  margin-top:10%;
}
.modal-footer .form-buttons span{

  display: inherit;
  color: #1fb0c8;
  font-size: 12px;
}*/
.form-buttons{
    text-align:center;
}
.recieve-checkbox a{
    text-decoration: underline;
    color:#888;
}
.recieve-checkbox{
    margin-left: 15px;
}
.recieve-checkbox label{
    padding-top: 5px;
}
md-checkbox .md-icon{
    border-radius:0;
    background-color:white;
    width:17px;
    height:17px;
}
md-checkbox.md-checked .md-icon{
    background-color: #584d92;
}
md-radio-group .md-checked .md-ink-ripple{
    color:#584d92;
}
md-radio-button.md-checked .md-off{
    border-color:#584d92;
}
md-radio-button.md-default-theme .md-on, md-radio-button .md-on{
    background-color:#584d92;
}
md-input-container:not(.md-input-invalid).md-input-focused .md-input {
    border-color: #584d92;
}
md-input-container .md-input {
    /*color: #584d92;
    border-color: #584d92;*/
}
/*.modal-body label, .gender{

  color:#bbb;
  font-family:"rubik";
  font-size:15px;
 /* font-weight:unset;
}*/

/*.gender{
  display: inline;
  margin-top:0;
  margin-bottom:0;

}*/
/*.modal-dialog{

  /*width:55%;
  margin-top:0;
}
.modal-header{
  text-align:center;
}
.modal-content{
  border-radius:0;
  background-color: #f3f3f4;
}

.modal-header-content{
  padding-top:5%;
  color:#555;


}
.modal-header-content span{
  font-size:19px;
  font-family:"rubik";

}
.modal-header-text{
  font-size:14px;
  padding-top:5%;

}
.modal-header, .modal-footer{
  border-bottom:0;
  border-top:0;
}
.modal-header-text p{
  margin-bottom:0;
  font-family:"rubik-light";
}
*/
.forgotForm-container{
    margin-bottom: 20%;
}
/* -----invoices----- */
.input-search-field2
{
    border: 1px solid #f1f1f1 !important;
    height: 30px !important;
    background: #fff !important;
}
.btn-search-padding
{
    padding: 4px 10px;
}


.spinner_div
{
    top:-16px !important;
    position: relative;
    background:none;
    padding:0;
    border:none !important;

}

/* leagues */

.fa-2 {
    font-size: 2em
}

.fa-3 {
    font-size: 4em
}

.fa-4 {
    font-size: 7em
}

.fa-5 {
    font-size: 12em
}
.fa-6 {
    font-size:20em
}

#previewCoverImg{
    width: 1000px;
    height: 500px;
}

.purple-bg
{
    background-color: #37316c;
}
.league-menu
{
    list-style: none;
}
.league-menu ul
{
    padding: 20px 0;
    margin: 0;
    background-color: #37316c;
}
.league-menu ul li
{
    display: inline-block;
}
.league-menu .no-border
{
    border: none;
}
.league-menu ul li a
{
    color: #a7b1c2;
}
.league-menu ul li a:hover
{
    color: #fff;
}
.league-menu .active
{
    font-weight: bold;
    color: #fff;
}
.league-menu .space
{
    padding: 0 20px;
}
.league-menu .space-left
{
    padding: 0 0 0 20px;
}
.league-menu .icon-space
{
    padding: 0 5px 0 0;
}
/* PAGINATIN */
.custom_pagination > .active > a,
.custom_pagination > .active > span,
.custom_pagination > .active > a:hover,
.custom_pagination > .active > span:hover,
.custom_pagination > .active > a:focus,
.custom_pagination > .active > span:focus {
    background-color: #f4f4f4;
    border-color: #DDDDDD;
    color: inherit;
    cursor: default;
    z-index: 2;
}
.custom_pagination > li > a,
.custom_pagination   > li > span {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: inherit;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}
.custom_pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
}
.custom_pagination>li {
    display: inline;
}
/*http loader*/
.hyhen_cls
{
    font-size:12px;
}
.form-label-org-padding span i
{
    padding-left:5px;
}
#loaderModel
{
    z-index: 2075 !important;
}

.modal-backdrop-custom
{

    z-index: 2065 !important;
}
.previewing
{
    height: 150px;
    width: 150px;
}
.upload_btn
{
    background-color: #37316c;
    border-color: #37316c;
    color:#ffffff;
    opacity:1 !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: bold;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
    padding: 6px 30px;
    border-radius: 50px;
}
.img-size
{
    font-size: 12px ;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.img-crop
{
    text-align: center;
    font-size:13px;
}


.image-crop, .cropper-container {
    top: 30px !important;
}
.weekly-image-crop, .cropper-container {
    top: 30px !important;
}
.crop-image-crop, .cropper-container {
    top: 10px !important;
}
.schedule-cls table tbody tr td {
    border-top:none !important;
    color: #888;
    font-size:16px;
}
.schedule-cls table thead tr th {
    border-bottom:none !important;
}
.fix-table-header tr th {
    border-bottom:none !important;
}




/* error page */
.error_container
{
    padding:0;
    background: url(../../images/404-bg.jpg) no-repeat fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:cover;
    left: 0;
    margin:0;
    height:93vh;
    position:relative;
    width: 100%;
    overflow-y:auto;
}
.domain_container
{
    padding:0;
    background-image: url(../../images/bg.jpg) ;
    background-repeat:no-repeat;
    background-position:top center;
    background-attachment:fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:cover;
    left: 0;
    margin:0;
    height:93vh;
    position:relative;
    width: 100%;
    overflow-y:auto;
}
.subdomain_txt
{
    color:#ffffff;
    font-family: 'trebuchet ms', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size:18px;
    text-align: center;

}
.domain
{
    padding-top:60px;
}
.welcome_txt
{
    color:#31cae3;
    font-size:42px;
    font-weight:700;
    margin-bottom:0;
    font-family: 'trebuchet ms',sans-serif;
    line-height:56px;
    margin:auto;
    padding-bottom: 20px;
    text-align:center;
}
.domain_newlogo
{
    height: 140px;
    vertical-align: middle;

}
.leagueally_newlogo
{
    height: 150px;
    vertical-align: middle;
    padding-top:20px;
}
.man_with_goal
{
    height:450px;
    /* width:200px; */
    vertical-align: middle;
    padding-top:20px;
}
.mangoal_img
{
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto auto;
}
.lav2_logo
{
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto auto;
}
.back_btn
{
    background-color:#d4433f;
    color:#ffffff;
    font-size:24px;
    font-family:'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    padding:5px 60px;
    border-width:0;
    border-radius:25px;
    margin-top:40px;
    cursor:pointer;
}
.error_txt
{
    color:#555555;
    font-size:42px;
    font-weight:700;
    margin-bottom:0;
    font-family: 'Rubik', sans-serif;
    line-height:56px;
}
.error_text
{
    padding-top:50px;
    text-align: center;
}
.pagenot_txt
{
    color:#555555;
    font-size:42px;
    font-weight:700;
    margin-bottom:0;
    font-family: 'Rubik', sans-serif;
    line-height:56px;
}
.preview_txt
{
    margin-bottom:20px !important;
}.img_width{
    width: 100%;
}
.text-color {
   color : #5a5a5a;
}
.text-purple {
   color : #584d92;
}
.text-bold {
   font-family: Rubik-Regular;
   font-weight: 700;
}
.text-line-height {
   line-height: 24px;
}
.text-col-padding-top-bottom {
   padding: 4px 0;
}
.text-col-padding-top-bottom2 {
   padding: 4px 0 2px 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .ribbon-wrapper {
        margin-left: -66px;
    }
}



/* media query  */
@media screen and (max-width:1380px)
{
    .col-padding_10
    {
        padding-left: 13px !important;
    }
    .overflow_auto
    {
        overflow:auto;
        max-height: 450px;
    }

}

@media screen and (max-width:1280px)
{
    .platform_txt
    {
        font-size:36px;
        line-height:40px;
    }

    .error_txt
    {
        font-size:40px;
        line-height:40px;
    }
    .pagenot_txt
    {
        font-size:40px;
        line-height:40px;
    }
    .back_btn
    {
        font-size:20px;
    }
    .leagueally_newlogo
    {
        height: 120px;

    }
    .man_with_goal
    {
        height:300px;
    }
    .col-sponsor {
        padding-bottom: 40px;
        font-size: 13px;
        text-align: left;
    }
    .col-sponsor-content {
        height: auto;
        overflow: hidden;
    }

}
@media screen and (max-width:768px)
{
    .schedule-edit-score
    {
        width: 40%;
    } 
    
}
@media screen and (max-width:991px)
{
    .width_120
    {
        max-width:100%;
    }
    .width_230
    {
        max-width: 100%;
    }
    .participant-form{

        margin-bottom:10%;
        margin-left:6%;
    }
    .sports-thumbnails
    {
        padding-bottom: 20px;
    }
    .fix-table-header
    {
        display: none;
    }
    .schedule-cls table td {
        display: block !important;
        text-align: right !important;
        width: 100% !important;
    }
    .schedule-cls table td:before {
        content: attr(data-alt) !important;
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    .schedule_data tr th 
    {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .schedule_data tr td
    {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .schedule-color
    {
        background-color: #dcd9fc !important;
        opacity: 0.7 !important;
    }
    .schedule-rainout
    {
        background-color: #d9dae0 !important;
        opacity: 0.7 !important;
    }
    .schedule-cancel
    {
        /*background-color: #eaebf7 !important;*/
        opacity: 0.8 !important;
    }
    /*.schedule_data tr:nth-child(even) td {
        background-color: #fff;
    }*/
    .schedule-edit-score
    {
        width: 70%;
    } 
    .schedule-edit-score-rain
    {
        width: 30%;
    }
    .input-right
    {
        float:right !important;
        width: 15% !important;
        margin-bottom: 2px !important;
    }
    .schedule_data tr td
    {
        padding-left: 10px !important;
        padding-right: 20px !important;
    }
    .marg_btm_20
    {
        margin-bottom:20px;
    }
    .height_35
    {
        height: 35px;
    }
}

@media screen and (max-width:768px)
{

    .landing_outer
    {
        padding-bottom:90px;
    }
  
  .error_txt
  {
    font-size:30px;
    line-height:30px;
  }
  .pagenot_txt
  {
    font-size:30px;
    line-height:30px;
  }
  .leagueally_logohome
  {
    height:90px;
  }
  
    .leagueally_logohome
    {
        height:90px;
    }
    
    .menu-bottom ul,.navbar-center
    {
        text-align:center;
    }
    .leagues-img
    {
        padding:7% 2%;
    }
    .request-content, .login-bottom
    {
        padding-top:50px;
    }
    .image_preview
    {
        margin: 5px 0 5px 0;
    }
    .img-crop-margin
    {
        margin: 25px 0 0 52px;
    }
    .img-crop-p
    {
        font-size: 13px;
        padding: 10px 0 0 0;
        text-align: left;
    }
    .modal_imgpreview
    {
        text-align: center;
    }
    .image-crop, .cropper-container
    {
        top: 0 !important;
    }
    .img-preview-sm
    {
        height: 200px;
        margin: auto;
        width: 200px;

    }
}



@media screen and (max-width:767px)
{

    .leagueally_logo
    {
        margin-bottom:20px;
    }
    .leagueally_logohome
    {
        height:90px;
    }
    .text-lft-cntr {
        text-align: center;
    }
    .active_cls {
        border-bottom:none; 
    }

}
@media screen and (max-width:650px)
{
    .landing_outer
    {
        padding-bottom:60px;
    }
    .font-size-13
    {
        font-size:13px;
    }


}
@media screen and (min-width: 600px) {
    .sub-nav {
        float: left;
    }
    .sub-nav .menu-icon1 {
        display: none;
    }

    .sub-nav ul, nav:active ul {
        display: inline;
        padding: 0;
        width: 100%;
    }

    .sub-nav li {
        display: inline-block;
        width: auto;
        padding: 0 12px;
        line-height: 48px;
    }
}
@media screen and (min-width: 320px) {
    .h1-index
    {
        padding: 0;
    }
}

@media screen and (max-width:414px)
{
    .landing_outer
    {
        padding-bottom:80px;
    }

    .error_text
    {
        padding-top:30px;
    }
    .dummy_txt
    {
        font-size:16px;
        line-height:20px;
    }
    .man_with_goal
    {
        height:200px;

    }

}
@media (max-width:400px)
{
    .social-btn *
    {
        font-size: 12px;
        color: #ffffff;
    }
    .social-btn a:hover
    {
        color: #ffffee;
    }
}
@media screen and (max-width:350px)
{
    .forget-wrapper md-checkbox{
        /*text-align:center;*/
        display:inherit;
    }
    .forget-wrapper a{
        float:left;

    }
    .social-btn *
    {
        color: #ffffff;
    }


}
@media (min-width: 768px) and (max-width: 991px) {
    #myCarousel .carousel-inner .item .item-item:last-child {

    }
}
@media (max-width: 768px) {
    #myCarousel .carousel-inner {
        height: 100%;
    }
    .border-ryt {
        border-right:0 !important;
        width: 100%;
    }
    .border-lft
    {
        border-left:0 !important;
    }
    .border_btm
    {
        border-bottom: 1px solid #ddd;
        margin-bottom: 15px;
    }
}
/***jasmeen*/




@media only screen and (max-width: 991px) {
    /**WINGS.CSS*/
    .foot-logo {
        display: block;
        height: 180px;
        margin: 0 auto;
        width: 280px;
        /*margin-top: 0*/
    }
}


/*@media only screen and (max-width: 709px) {

  .wings-logo {
    width: 35%;
  }
  .foot-logo {
    height: 100%;
  }
}*/
@media only screen and (max-width: 646px){
    .wings-logo {
        width: 33%;
    }
}
@media only screen and (max-width: 640px){

    .header-right {
        display: block;
        /*clear:both;*/
    }
    .form-box {
        padding-top:15px;
    }
    .leagueally_logo {  
        width: 60%;
    }

}
@media only screen and (max-width: 546px){

    /*a.wings-logo {
      width: 45%;
      float: none;
      margin: 10px 65px 10px auto;
      max-width: 50%;
    }*/
    /*.header-left {
      width: 124px;
    }*/
    
}

@media only screen and (max-width: 360px){
    .header-left {
        width: 100%;
    }
    /*custom*/
    .wings-logo {
        height: 180px;
        margin-top: 0;
        width: 75%;
    }
    /*media.css*/
    a.wings-logo {
        float: none;
        margin: 10px 0 10px auto;
        max-width: 100%;
    }

}
@media only screen and (max-width: 320px){
    .header-btm .btn {
        border-radius: 20px;
    }
    .header-btm .btn.btn-primary {
        background-color: #31cae3;
    }
}




/*-----------Banner-----------*/
.content-section{
    margin-bottom:0;
}
.overflow_none
{
    overflow-x: hidden !important;
}
.marg_none
{
    margin-left:0 !important;
    margin-right: 0 !important;
}
.flexslider .slides li{
}
.flexslider{
    overflow:hidden;
}
.flexslider #banner1{
    background-size:cover;
    background: url("../../images/banner_imag1.jpg") 50% 0;
}
.flexslider #banner2{
    background-size:cover;
    background: url("../../images/banner_imag2.jpg") 50% 0;
}
.flexslider #banner3{
    background-size:cover;
    background: url("../../images/banner_imag3.jpg") 50% 0;
}

.flexslider .container #banner-text{
    font-family: 'Rubik', sans-serif;
    color:#999;
    font-size:18px;
    padding: 1% 0;
    margin: 0;
    font-weight: 300;
}
.flexslider .container {
    /*padding: 26% 0 2.7%;
    position: relative;
    width: 100%;*/
    position: absolute;
    width: 100vw;
    bottom: 0;
}
.banner-content {
    background-color: white;
    /*height: 270px;*/
    /*margin: 0 auto;
    padding: 1% 1.5%;
    width: 1276px;*/
    margin: 3vw 18vw;
    padding: 2vw;
    opacity: 0.95;
}


.banner-transparent {
    background-color: transparent;
    margin: 3vw 18vw;
    padding: 2vw;
    opacity: 0.95;
}

.banner-heading-desc {
    background-color: white;
    margin: 3vw 18vw;
    padding: 2vw;
    opacity: 0.95;
}

.banner-content-heading {
    background-color: white;
    margin: 3vw 18vw;
    padding: 2vw;
    opacity: 0.95;
}

.banner-content-desc {
    background-color: white;
    margin: 3vw 18vw;
    padding: 2vw;
    opacity: 0.95;
}

.banner-content-type {
    background-color: white;
    margin: 3vw 18vw;
    padding: 2vw;
    opacity: 0.95;
}

.flexslider .container #banner-heading {
    color: #555555;
    font-family: 'Rubik', sans-serif;
    font-size: 27px;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.flexslider .slides > li:first-child {display: list-item !important;}

.carousel-inner .active.left { left: -25%; }
.carousel-inner .next        { left:  25%; }
.carousel-inner .prev    { left: -25%; }
.carousel-control        { width:  4%; }
.carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
}
.home_banner{
    background-repeat: no-repeat;
    background-size: 100%;
    height: 42.5vw;
    position: relative;
}
.banner-btn-div {
    width: 100%;
    height: 60px;
}
.banner-btn{
    background-color: #31cae3;
    border: 0 none;
    border-radius: 27px;
    color: #fff;
    font-size: 18px;
    padding: 10px 29px;
    float: left;
    margin-top: 10px;
  }
}




/*-----------Banner-----------*/
.content-section{
  margin-bottom:0;
}
.overflow_none
{
  overflow-x: hidden !important;
}
.marg_none
{
  margin-left:0 !important;
  margin-right: 0 !important;
}
.flexslider .slides li{
}
.flexslider{
  overflow:hidden;
}
.flexslider #banner1{
  background-size:cover;
  background: url("../../images/banner_imag1.jpg") 50% 0;
}
.flexslider #banner2{
  background-size:cover;
  background: url("../../images/banner_imag2.jpg") 50% 0;
}
.flexslider #banner3{
  background-size:cover;
  background: url("../../images/banner_imag3.jpg") 50% 0;
}

.flexslider .container #banner-text{
  font-family: 'Rubik', sans-serif;
  color:#999;
  font-size:1.2vw;
  padding: 1% 0;
  margin: 0;
  font-weight: 300;
}
.flexslider .container {
  /*padding: 26% 0 2.7%;
  position: relative;
  width: 100%;*/
  position: absolute;
  width: 100vw;
  bottom: 0;
}
.banner-content {
  background-color: white;
  /*height: 270px;*/
  /*margin: 0 auto;
  padding: 1% 1.5%;
  width: 1276px;*/
  margin: 3vw 18vw;
  padding: 2vw;
  opacity: 0.95;
}
.flexslider .container #banner-heading {
  color: #555555;
  font-family: 'Rubik', sans-serif;
  font-size: 2vw;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.flexslider .slides > li:first-child {display: list-item !important;}

.carousel-inner .active.left { left: -25%; }
.carousel-inner .next        { left:  25%; }
.carousel-inner .prev    { left: -25%; }
.carousel-control        { width:  4%; }
.carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
}
.home_banner{
  background-repeat: no-repeat;
  background-size: 100%;
  height: 42.5vw;
  position: relative;
}
.banner-btn-div {
    width: 100%;
    height: 60px;
}
.banner-btn{
  background-color: #31cae3;
  border: 0 none;
  border-radius: 27px;
  color: #fff;
  font-size: 1.5vw;
  padding: 10px 29px;
  float: left;
  margin-top: 10px;
}
.flex-direction-nav {
    margin-top: -50px;
}
/*league listing web*/
.league-height{
  height:45px;
}
@media screen and (min-width: 320px) {
section {
  zoom: 1;
  position: relative;
  height: auto;
}
section:after,
section:before {
  content: "";
  display: table;
}
section:after {
  clear: both;
}
section .heading {
  background: #fff;
  cursor: pointer;
  border: none;
  padding: 15px 20px;
  -moz-box-shadow: 0 0 6px rgba(0, 1, 1, 0.1);
  -webkit-box-shadow: 0 0 6px rgba(0, 1, 1, 0.1);
  box-shadow: 0 0 6px rgba(0, 1, 1, 0.1);
  line-height: 30px;
  font-size: 18px;
  color: #584d92;
  font-weight: 500;
  margin: 0 0 3px 3px;
}
section .active {
  box-shadow: none !important;
  background-color: #fff;
  color: #584d92;
}
.heading:hover {
  box-shadow: none !important;
  background-color: #fff;
  color: #584d92;
}
}
/*section h4:first-child {
  border-top: 1px solid rgba(0,0,0,0.2);
}*/
@media screen and (min-width: 600px) {
  section .heading {
    position: relative;
    width: 25%;
    height: 20%;
    display: block;
    background-color: #fff;
    -moz-box-shadow: 0 0 6px rgba(0, 1, 1, 0.1);
    -webkit-box-shadow: 0 0 6px rgba(0, 1, 1, 0.1);
    box-shadow: 0 0 6px rgba(0, 1, 1, 0.1);
    line-height: 30px;
    font-size: 16px;
    color: #584d92;
    font-weight: 500;
    padding: 24px 20px;
    margin: 0 0 3px 3px;
  }
}
section .content {
  zoom: 1;
  position: relative;
  height: auto;
  min-height: 100%;
  border: none;
  display: none;
}
section .content:after,
section .content:before {
  content: "";
  display: table;
}
section .content:after {
  clear: both;
}
@media screen and (min-width: 600px) {
  section .content {
    position: absolute;
    width: 74%;
    right: 0;
    top: 0;
    padding: 15px 30px;
  }
}
section .active {
  cursor: default;
  border: none;
}
@media screen and (min-width: 600px) {
  section .active {
    box-shadow: none !important;
    background-color: #fff;
    color: #584d92;
}
.heading:hover {
  box-shadow: none !important;
  background-color: #fff;
  color: #584d92;
}
}
@media screen and (max-width: 460px) {
  .marg_t20
  {
    margin-left:0;
  }
}
section .active + .content {
  display: block;
}

.disable_button
{
    background-color: #37316c !important;
    border-color: #37316c !important;
    color: #ffffff !important;
    border-radius: 50px;
    opacity:0.3 !important;
}

/*   Profile  */
.profile-buttons {
    display: block;
    width: 100%;
    text-align: right;
}
.profile-buttons li {
    list-style-type: none;
    padding-bottom: 10px;
}
.profile-pic-area {
    padding-bottom: 20px;
    position: relative;
}
.btn-edit {
    position: absolute;
    left: 6px;
    top: 5px;
    padding: 0px 8px;
    margin: 0;
    width: 27px;
    height: 27px;
}
.fa-pencil-txt-size {
    font-size: 15px;
    color: #fff;
}
.btn-edit-txt {
    display: none;
}
.btn-width {
    width: 140px;
}
.overlay_cls{
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
.btn-upload-none {
    position: absolute;
    left: 6px;
    top: 5px;
    opacity: 1 !important;
    width: 27px;
    padding: 0;
    background: #31cae3 !important;
}
@font-face {
   font-family: 'Rubik-Regular';
  src:  url('../fonts/Rubik-Regular.eot?') format('eot'), 
        url('../fonts/Rubik-Regular.woff') format('woff'), 
        url('../fonts/Rubik-Regular.ttf') format('truetype'),
        url('../fonts/Rubik-Regular.otf') format('opentype');
}
.h1.after-bar, h1.after-bar {
  color: #574d91;
  font-weight: 100;
  margin-bottom: 45px;
}
.fa.fa-info-circle {
  color: #322d5b;
  font-size: 15px;
  vertical-align: inherit;
  float: right !important;
  margin-right: 7px !important;
  margin-top: 3px !important;
}
.fa.fa-ban {
  font-size: 24px;
  vertical-align: inherit;
  float: right !important;
  /*margin-right: 7px !important;*/
  /*margin-top: 3px !important;*/
  color: #fff !important;
}
.circle.fa.fa-info-circle {
  color: #322d5b;
  font-size: 25px;
  margin-left: 10px;
  vertical-align: inherit;
}
.lightcircle.fa.fa-info-circle {
  color: #584d92;
  font-size: 25px;
  margin-left: 10px;
  vertical-align: inherit;
}

@media (min-width: 768px) {
    .text-lft-cntr {
        text-align: left;
    }
}


.fixed_header {
  position: fixed;
  top:0; 
  width: 100%;
  z-index: 10;
  background-color: #fff;
  padding: 15px 0 15px 0;
}
.sch-minus-right
{
    float: right;
}

#sessionExpireModal{
  z-index:2174;
}

.box {
    background: #fff;
    margin: auto;
    width: 65% !important;
    padding: 20px;
    text-align: center;
}
.h3-db-hd {
    font-size: 21px;
    color: #555555;
    text-transform: uppercase;
    font-weight: 400;
    padding-top: 10px;
}
.h2-db-hd {
    font-size: 24px;
    color: #31cae3;
    font-weight: 300;
    padding-top: 10px;
}
.h2-db-hd-red {
    font-size: 24px;
    color: #d4433f;
    font-weight: 300;
    padding-top: 10px;
}
.dashed-box {
    border: 2px dashed #cccccc;
    border-radius: 10px;
    margin: auto;
    text-align: center;
}
.dashed-box-white {
    border: 2px dashed #fff;
}
.dashed-box p {
    font-size: 21px;
    color: #707070;
    padding-top: 15px; 
    font-weight: 300;
    margin: 0;
}
.sponsor-placeholder {
    width: 160px;
    height: 106px;
    background: #ededed;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 15px auto auto auto;
    padding: 5px;
}
.dashed-box .double-bonus-txt {
    font-size: 21px;
    color: #454545;
    padding-top: 0;
    padding-bottom: 15px; 
    font-weight: 400;
    margin: 0;
}
.h2-db-hd-grey {
    font-size: 21px;
    color: #454545;
    font-weight: 300;
    padding: 15px 0;
    margin: 0;
}
.redeem-txt-prp {
    font-size: 16px;
    color: #584d92;
    font-weight: 500;
    line-height: 21px;
    margin: 0 auto;
}
.redeem-txt-prp-grey {
    font-size: 16px;
    color: #454545;
    font-weight: 500;
    line-height: 21px;
    margin: 0 auto;
    padding: 15px 0;
}
.redeem-txt-prp strong {
    font-size: 18px;
    font-weight: 500;
}
.donot-txt {
    font-size: 18px;
    color: #454545;
    font-weight: 400;
    padding: 15px 0;
    margin: 0;
    text-transform: uppercase;
}
.redeem-btn {
    background-color: #d4433f;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    padding: 8px 40px;
    border-width: 0;
    border-radius: 25px;
    margin: 10px 0;
    cursor: pointer;
}

.green-box{
    background:#5ca966;
    color:#fff;
}

.green-box p {
    font-size: 21px;
    color: #fff;
    padding-top: 15px; 
    font-weight: 300;
    margin: 0;
}

.red-box{
    background: #d65e5a;
}

.red-box p {
    font-size: 21px;
    color: #fff;
    padding-top: 15px; 
    font-weight: 300;
    margin: 0;
}

.dashed-box .double-bonus-txt-white {
    font-size: 21px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px; 
    font-weight: 400;
    margin: 0;
    line-height: 28px;
}

.dashed-box-white .coupon-expire-heading{
    font-size: 16px;
    text-transform: uppercase;
    padding: 0;
    opacity: .7;
}

.dashed-box-white .coupon-expire-txt{
    font-size: 16px;
    text-transform: uppercase;
    opacity: .7;
}

.checkin_logo
{
    padding:20px;
}
.padd_top40
{
    padding-top:40px;
}
.padding_300
{
    padding-top:300px;
}
.facebuk_btn
{
    color: #fff;
    background-color: #3b5998;
    min-width: 230px !important;
}
.facebuk_btn:hover
{
    color: #fff;
    background-color: #3b5998 !important;
    min-width: 230px !important;
}
.facebuk_btn_dis
{
    color: #fff;
    background-color: #3b5998;
    min-width: 230px !important;
    opacity:0.6;
}

.join_team>tbody>tr
{
    display: table-row !important;
} 

.team_name_display
{
    display:none;
}
.location span
{
    margin-left:8px;
    font-family:"Rubik-Regular";
}
.location a
{
    color:#333333;
    font-size:15px;
}
.map_cls
{
    color: #584d92;
}
.marg_right0
{
    margin-right: 0 !important;
}
.skill_class
{
    text-transform: none;
    font-size: 12px;
    color: #FFF;
    /* padding: 0; */
    float: none !important;
    /* width: 20px; */
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 10em;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    display: inline-block;
    /* text-decoration: underline; */
    line-height: 9px;
    padding-top: 2px;
    /* padding-bottom: 2px; */
    height: 11px;
}
.close_btn
{

    background-color:#322d5b;
    color:#ffffff;
    font-size:16px;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    padding:10px 40px;
    border-width:0;
    border-radius:25px;
    margin-top:30px;
    cursor:pointer;
}
.league_name_text
{
    color: #322d5b;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}
.modal-header-2 {
    padding: 30px 15px 15px 15px !important;
}
.modal-header-2 .modal-title {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 16px;
}
.padd-none {
    padding: 0;
}
.padd-lr-none {
    padding: 0 0 40px 0;
}
.marg-none {
    margin: 0;
}
.skills-data {
    margin: 0;
    padding: 16px 30px;
    border-bottom: 1px solid #ccc;
}
.skill-level-hd {
    text-transform: uppercase;
    font-size: 12px !important;
   /* color: #817E9A !important;*/
}
.location_name
{
    white-space: nowrap;
    width: 12em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    text-decoration: underline;
    line-height: 26px;
}
.skill_level
{
    line-height: 12px;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.margin_50
{
    margin: 50px 0;
}

.padd_top0
{
    padding-top:0 !important;
}
.error_cls_tshirt
{
    color: rgb(244,67,54);
    font-size: 12px;
    line-height: 14px;
    overflow: hidden;
}
.save_btn
{
    color:#fff !important;
}
.marg_top_15
{
    margin-top: 25px;
}

.padd_btm40
{
    padding-bottom:40px;
    background:#fff !important;
}
.width75
{
    width:75% !important;
}
.forgot_border
{
    border-color: rgb(244,67,54) !important;
}

.tournament-title {
  padding: 10px;
}

.tournament-rejected {
  background-color: yellow;
}

.tournament-no-responded {
  color: #d63433;
}
.group-buttons {
  width: 100%;
}
.group-buttons li {
  background-color: #322d5b;
  text-decoration: none;
  list-style: none;
  display: inline;
  padding: 8px 19px;
  border: 2px solid #fff;
  border-radius: 28px;
  margin: 0 3px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.no-margin-bottom {
  margin-bottom: 0px !important;
}
.visible-table {
  display: table-row-group !important;
}
.no-visible-table {
  display: none !important;
}
.smarty-street-select .dropdown-menu {
    width: 90%
}
.has-warning input {
    border-color: #f8ac59 !important;
}
.has-warning.md-input-focused label {
    color: #f8ac59 !important;
}
.warning-message {
    display: none;
}
.has-warning .warning-message {
    color: #f8ac59;
    font-size: 12px;
    line-height: 14px;
    overflow: hidden;
    padding-top: 5px;
    display: block;
}
.bye-match {
    color: red;
}
.google-map {
    height: 100%;
    min-height: 200px
}
.sponsor-logo {
    text-align: center;
}
.checkin-btn {
    margin-top: 10px;
}
.helper-text {
    display: block;
    font-size: 14px;
}
.checkin-link {
    font-size: 16px;
}
.shareable_link_group label {
    font-size: 13px;
}
.shareable_link_group .input-group input {
    background-color: #eee;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    padding: 6px 12px;
    transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
    font-size: 14px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: table-cell;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.shareable_link_group .input-group span {
    background-color: #eee;
    border: 1px solid #E5E6E7;
    border-radius: 1px;
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    border-left: 0;
    cursor: pointer;
}
.link_divider {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.link_divider::before, .link_divider::after {
    position: absolute;
    width: 45%;
    height: 1px;
    top: 24px;
    background-color: #aaa;
    content: '';
}
.link_divider::before {
    left: 0;
}
.link_divider::after {
    right: 0;
}
.link_divider_note {
    color: #828282;
    font-size: 14px;
    font-weight: 900;
}
.horizontal_divider {
    margin-top: 15px;
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
}