@charset "utf-8";

/* CSS Document */
/**** STYLE 1 FILE CSS **/
@font-face {
    font-family: SourceSansPro-Regular;
    src: url(../font/SourceSansPro-Regular.otf);
}

@font-face {
    font-family: SourceSansPro-Semibold;
    src: url(../font/SourceSansPro-Semibold.otf);
}

@font-face {
    font-family: SourceSansPro-Black;
    src: url(../font/SourceSansPro-Black.otf);
}

@font-face {
    font-family: SourceSansPro-Bold;
    src: url(../font/SourceSansPro-Bold.otf);
}

@font-face {
    font-family: FontAwesome;
    src: url(../font/fontawesome-webfont.woff)
}

body {
    font-family: SourceSansPro-Regular;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
}

.navbar-brand {
    padding: 0px !important;
}

.navbar-brand > img {
    height: 128px;
    width: auto;
}

.index-logo {
    position: absolute;
    z-index: 100;
}

.tournament-full-img {
    width: 100% !important;
}

.theme-default .nivoSlider {
    position: relative;
    background: #fff url(../images/contact-img.jpg) no-repeat 50% 50%;
    /*margin-bottom:10px;*/
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}

.theme-default .nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.theme-default .nivoSlider a {
    border: 0;
    display: block;
}

.theme-default .nivo-controlNav {
    text-align: center;
    /* padding: 20px 0; */
    position: absolute;
    bottom: 24%;
    z-index: 10;
    width: 100%;
    margin: 0 auto;
}

.theme-default .nivo-controlNav a {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/bullets.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin: 0 2px;
}

.theme-default .nivo-controlNav a.active {
    background-position: 0 -22px;
}

.theme-default .nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.theme-default:hover .nivo-directionNav a {
    opacity: 1;
}

.theme-default a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}
new-match-table
.theme-default a.nivo-prevNav {
    left: 15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}

.theme-default .nivo-caption a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.theme-default .nivo-caption a:hover {
    color: #fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}

.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: none;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
}

/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

.nivo-box img {
    display: block;
}

/* Caption styles */
.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.nivo-caption p {
    padding: 5px;
    margin: 0;
}

.nivo-caption a {
    display: inline !important;
}

.nivo-html-caption {
    display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0px;
}

.nivo-nextNav {
    right: 0px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    text-align: center;
    padding: 15px 0;
}

.nivo-controlNav a {
    cursor: pointer;
}

.nivo-controlNav a.active {
    font-weight: bold;
}

.home1 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
}

.home2 {
    background-color: #0b1f22 !important;
    border: none;
    margin-bottom: 0;
}

.home3 {
    margin-top: 1%;
    padding-top: 35px;
}

.home4 {
    margin-top: 28px;
}

.index1 {
    position: relative;
    left: 50px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 17px;
    padding: 22px 6px;
}

.navbar-default .navbar-nav>li {
    padding: 0 16px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    border-bottom: 5px solid #ef4f47;
}

.navbar {
    border-radius: 0 !important;
}

.home3 .active {
    border-bottom: 5px solid #ef4f47;
}

.home5 {
    background: #153d43;
    z-index: 10;
    border-radius: 0 0 12px 12px;
}

.home5 ul li {
    list-style: none;
    float: left;
    margin: 3% 0;
    padding: 0% 9%;
    border-right: 1px solid #ccc;
}

.home5 ul li a {
    color: #fff;
}

.home6 {
    font-size: 26px;
    font-weight: bold;
    color: #000;
}

.home7 {
    font-size: 20px;
}

.home8, .home8:hover, .home8:focus {
    background: #fff !important;
    border: 2px solid #ef4f47;
    color: #ef4f47;
    font-size: 20px;
    font-weight: bold;
    border-radius: 0;
    opacity: 1;
}

.home9 {
    padding: 2% 3%;
    line-height: 40px;
    background: #fff;
}

.home10 {
    position: absolute;
    bottom: -9px;
    z-index: 10;
    opacity: 0.8;
    right: 7%;
}

.home11 {
    padding-top: 5%;
    padding-bottom: 5%;
}

.home11 img {
    border-radius: 12px;
    margin-bottom: 6%;
    margin: 0 auto;
}

.common1 {
    padding-left: 0;
}

.leftSidebar {
    background: #EEE;
    padding: 15px 0 15px 15px;
    display: flow-root;
}

.leftSidebar a {
    display: block;
    color: #000;
    padding: 10px 10px;
    font-size: 15px;
    text-decoration: none;
}

.leftSidebar div {
    width: 100%;
    float: left;
}

.leftSidebar .proactive {
    border: none;
}

.leftSidebar .proactive a {
    border: #ccc 1px solid;
    border-left: #ef4f47 4px solid;
    border-right: transparent 5px solid;
    position: relative;
    width: 101%;
    background: #fff;
    z-index: 9;
}

.common2 {
    padding-right: 0;
}

.text-danger {
    color: #f00;
}

.btn {
    font-size: 16px;
    text-transform: capitalize;
}

.common3 {
    padding-left: 0;
    padding-right: 0;
}

.home12 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 8%;
    clear: both;
}

.home13 {
    color: #a7a7a7;
    text-align: center;
    padding-bottom: 4%;
    font-size: 16px;
    clear: both;
}

.home14 {
    background: #13ca06;
    color: #fff;
    font-weight: bold;
    clear: both;
}

.home15 {
    font-size: 35px;
    font-weight: bold;
    color: #000;
}

.home16 {
    background: #ef4f47;
    font-size: 30px;
    padding: 7.5% 7%;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.home17 {
    background: #fdedec;
}

.clear {
    clear: both;
}

.home18 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    padding: 5% 0 5% 0;
}

.home19 {
    color: #8c8c8c;
    line-height: 24px;
    padding: 2% 0 4.2% 0;
}

.home20 {
    padding-bottom: 2%;
    clear: both;
}

.home21 {
    font-size: 22px;
}

.home22 {
    text-align: center;
}

.home22 img {
    border: 3px solid #fa8983;
    border-radius: 99%;
}

.home23 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.home24 {
    font-size: 16px;
    color: #bababa;
    line-height: 26px;
    text-align: center;
}

.home25 {
    margin-bottom: 4%;
}

.home26 {
    padding-right: 0;
    padding-left: 3px;
}

.home27, .home27:hover {
    background: #5e7064;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
}

.kjhk {
    background: #e8e8e8;
    border: 1px solid #adadad;
}

.greyBox {
    padding: 25px 15px;
}

.playBox {
    padding: 10px 15px;
    background: #111;
    color: #FFF;
    font-weight: bold;
    transition: color 200ms ease;
}

.blink {
    color: transparent;
}

.matchStart {
    padding: 25px 15px;
    background: #EEE;
    margin-top: 15px;
}

.matchStart .team1 {
    background: #FFF;
    padding: 10px;
    color: #000;
    text-align: center;
    font-size: 18px;
    border: #000 2px dotted;
}

.matchStart .team2 {
    background: #FFF;
    padding: 10px;
    color: #000;
    text-align: center;
    font-size: 18px;
    border: #000 2px dotted;
}

.vs {
    font-size: 18px;
    text-align: center;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 0;
    margin-top: -25px;
    margin-left: -25px;
    background: #ef4f47;
    line-height: 50px;
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
}

.start {
    background: #f4511e;
    color: #FFF;
    padding: 10px 30px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 18px;
    margin-top: 30px;
    background: -moz-linear-gradient(top, #f4511e 0, #d84315 100%);
    background: -webkit-linear-gradient(top, #f4511e 0, #d84315 100%);
    background: linear-gradient(to bottom, #f4511e 0, #d84315 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4511e', endColorstr='#d84315', GradientType=0);
}

.notstart {
    background: #F9FF60 !important;
    color: #000;
    padding: 10px 30px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 18px;
    margin-top: 30px;
    background: -moz-linear-gradient(top, #FFEF77 0, #F9FF60 100%) !important;
    background: -webkit-linear-gradient(top, #FFEF77 0, #F9FF60 100%) !important;
    background: linear-gradient(to bottom, #FFEF77 0, #F9FF60 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEF77', endColorstr='#F9FF60', GradientType=0) !important;
}

.notstart:hover {
    color: #000;
}

.btn-danger {
    background: #f4511e;
    background: -moz-linear-gradient(top, #f4511e 0, #d84315 100%);
    background: -webkit-linear-gradient(top, #f4511e 0, #d84315 100%);
    background: linear-gradient(to bottom, #f4511e 0, #d84315 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4511e', endColorstr='#d84315', GradientType=0);
}

.pdash55 {
    padding: 0px;
    margin: 0px;
    width: auto;
    float: right;
}

.pdash55 ul li {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    border-right: 1px solid #ccc;
}

.pdash55 ul li a {
    color: #FFF;
    text-decoration: none;
    letter-spacing: normal;
    padding: 4px 10px;
    display: block;
}

.pdash55 ul li:last-child {
    border-right: none;
}

.pdash2 {
    background: #0b1f22;
    min-height: 160px;
}

.proactive {
    border: 2px solid #f38383;
}

.profile2 a {
    color: #000;
    text-decoration: none;
}

.profile2 a:hover {
    text-decoration: none;
}

.profile2 {
    padding: 10px;
    padding-left: 5%;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    border-radius: 12px;
}

.profile3 {
    border: 1px solid #DDD;
    /*min-height:870px;*/
    padding: 0;
    padding-bottom: 50px;
}

.profile4 {
    color: #ef4f47;
    text-align: left;
    padding: 10px 15px;
    font-size: 30px;
    font-family: SourceSansPro-Semibold;
    margin: 20px;
    background: #fff5f4;
    text-transform: uppercase;
    letter-spacing: 0;
    border: #ef4f47 1px dashed;
}

.profile4-alt {
    color: #ef4f47;
    text-align: left;
    padding: 10px 15px;
    font-size: 30px;
    font-family: SourceSansPro-Semibold;
    margin: 20px 0px 20px 0px;
    background: #fff5f4;
    text-transform: uppercase;
    letter-spacing: 0;
    border: #ef4f47 1px dashed;
}

.profile5 {
    line-height: 42px;
    font-size: 20px;
    color: #000;
    clear: both;
}

.profile6 {
    float: right;
}

.profile7 {
    background: #ebebeb;
    border: 1px solid #666;
    padding: 5px 8px;
    border-radius: 8px;
    line-height: 12px;
    position: absolute;
    bottom: -10%;
    left: 8%;
}

.profile8 {
    background: #13CA06;
    border: none;
    padding: 5px 16px;
    border-radius: 8px;
    line-height: 12px;
}

.profile8:hover {
    background: #13CA06;
    border: none;
}

.profile9 {
    background: #ebebeb;
    border: 1px solid #666;
    padding: 8px 18px;
    width: 100%;
    text-align: left;
    font-size: 20px;
    border-radius: 8px;
    line-height: 12px;
    color: #000;
}

.profile10 {
    background: #ebebeb;
    border: 1px solid #666;
    padding: 4px 8px;
    width: 36%;
    text-align: left;
    font-size: 20px;
    border-radius: 8px;
    line-height: 12px;
    color: #000;
}

.profile11, .profile11:hover {
    background: #13ca06;
    color: #fff;
    float: right;
    font-size: 18px;
    padding: 6px 20px;
    border-radius: 12px;
}

.profile12, .profile12:hover {
    background: #959595;
    color: #fff;
    font-size: 18px;
    padding: 6px 20px;
    border-radius: 12px;
}

.profile13 {
    background: #ebebeb;
    border: 1px solid #666;
    padding: 10px 15px;
    margin: 20px;
    text-align: left;
    font-size: 20px;
    border-radius: 8px;
    line-height: 12px;
    color: #000;
}

.league1 tr td {
    font-size: 13px;
    font-weight: normal;
    padding: 7px !important;
}

.league1 {
    border: 1px solid #d8d7d7;
}

.league1 tr th {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 7px !important;
    background: #DDDDDD;
    background: -moz-linear-gradient(top, #f0f0f0 0, #DDDDDD 100%);
    background: -webkit-linear-gradient(top, #f0f0f0 0, #DDDDDD 100%);
    background: linear-gradient(to bottom, #f0f0f0 0, #DDDDDD 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#DDDDDD', GradientType=0);
}

.league1 tr td {}

.league2 {
    /* height: 22px; padding: 0 6px 0px 6px;*/
    border-radius: 12px;
}

.table-responsive th {
    text-align: center;
    padding: 6px 10px !important;
    text-transform: uppercase;
}

.team1 tr td, .team1 tr th {
    border-top: none !important;
}

.team1 tr th {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    background: #DDDDDD;
    background: -moz-linear-gradient(top, #f0f0f0 0, #DDDDDD 100%);
    background: -webkit-linear-gradient(top, #f0f0f0 0, #DDDDDD 100%);
    background: linear-gradient(to bottom, #f0f0f0 0, #DDDDDD 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#DDDDDD', GradientType=0);
}

.team2 .control-label {
    text-align: left;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
}

ul.mtree.transit {
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
}

.roundr5 {
    border-right: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
}

#score a {
    color: #b24926 !important
}

.team3 {
    background: #EBEBEB;
    border: 1px solid #ccc;
    padding: 1%;
}

.team4 input[type=checkbox] {
    margin-top: 4px;
}

.team4 tr td, .team4 tr th {
    border-top: none !important;
    padding: 4px 4px 4px 16px !important;
    text-align: left !important;
}

.team4 tr th {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    background: #DDDDDD;
    background: -moz-linear-gradient(top, #f0f0f0 0, #DDDDDD 100%);
    background: -webkit-linear-gradient(top, #f0f0f0 0, #DDDDDD 100%);
    background: linear-gradient(to bottom, #f0f0f0 0, #DDDDDD 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#DDDDDD', GradientType=0);
}

.team5 {
    background: #0077B8;
    color: #fff;
}

.team6 {
    border: 1px solid #ccc;
}

.team7 {
    background: #13CA06;
    border-radius: 16px;
    padding: 4px 20px;
}

.match1 tr td, .match1 tr th {
    font-weight: normal;
    padding: 7px !important;
    border-top: 0px !important;
}

.match1 tr th {
    background: #ef4f47;
    color: #FFFFFF;
    font-weight: bold;
}

.match1 table {
    border: 1px solid #d8d7d7;
}

.score1 {
    padding: 1% 0 2% 0;
    font-size: 18px;
}

.curs {
    cursor: pointer;
}

.about1 {
    padding-bottom: 20px;
    padding-top: 20px;
    color: #0B1F22;
    font-size: 44px;
    letter-spacing: 0;
    font-family: SourceSansPro-SemiBold;
}

.about2 {
    line-height: 44px;
    font-size: 25px;
    color: #737373;
}

.about3 {
    padding-bottom: 30px;
}

.contact2 {
    min-height: 700px;
}

.contact2 label {
    font-size: 18px;
    font-weight: normal;
}

.contact3 {
    background: #0A9200;
    padding: 3px 30px;
    font-size: 20px;
}

.contact4 {
    font-size: 24px;
    line-height: 44px;
}

.contact5 {
    padding-bottom: 20px;
}

.contact6 {
    padding-top: 6px;
}

.contact6, .contact6 a {
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.tourn1 {
    padding-bottom: 40px;
    padding-top: 40px;
    color: #0B1F22;
    font-size: 30px;
    letter-spacing: 0;
    text-align: center;
    font-family: SourceSansPro-SemiBold;
}

.form-horizontal .control-label {
    text-align: left;
}

.tourn2 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.tourn2 img {
    border-radius: 4px;
}

.rad1 {
    width: 22%;
    height: 22px;
    float: left;
    margin-right: 10px !important;
    border-top: none;
    box-shadow: none;
}

input[type=radio]:focus {
    outline: none;
    outline-offset: 0px !important;
    box-shadow: none;
}

input[type=checkbox]:focus {
    outline: none;
    outline-offset: 0px !important;
    box-shadow: none;
}

.radb1 {
    line-height: 26px;
    padding-top: 8px;
}

.pref1 .profile5 {
    font-size: 16px;
}

.check2 {
    width: 6%;
    height: 22px;
    float: left;
    margin-right: 10px !important;
    border-top: none;
    box-shadow: none;
}

.pleag1 {
    color: #006ecc;
    text-decoration: underline;
}

.pleag2 tr th, .pleag2 tr td {
    font-size: 18px;
    line-height: 36px !important;
}

.pleag3 {
    font-size: 18px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.pleag3 select {
    background: #ebebeb;
}

.pleag4 {
    margin-bottom: 0;
}

.pass2 {
    font-size: 13px;
    font-weight: bold;
    color: #666;
    margin-bottom: 2%;
}

.pass1 {
    height: 50px;
    margin-bottom: 5%;
}

.pass3 {
    background: #f8f8f8;
    padding-top: 1%;
    margin-bottom: 4%;
    min-height: 200px;
}

.twoColorHeader {
    position: relative;
    margin-bottom: 10px;
    color: #fff !important;
    background-color: #363533;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
}

.twoColorHeader:before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 40%;
    right: -8%;
    background-color: #ef4f47;
    -webkit-transform: skewX(-33deg);
    -khtml-transform: skewX(-33deg);
    -moz-transform: skewX(-33deg);
    -ms-transform: skewX(-33deg);
    transform: skewX(-33deg);
    z-index: 0;
}

.twoColorHeader:after {
    content: "";
    display: table;
    clear: both;
}

.twoColorHeader span {
    position: relative;
    z-index: 99;
}

.scrllDiv {
    height: 330px;
    overflow-y: auto;
    float: left;
    width: 100%;
}

.scrllDiv2 {
    height: 380px;
    overflow-y: auto;
    float: left;
    width: 100%;
}

.profieDiv {
    font-size: 16px;
}

.profieDiv .form-group {
    border-bottom: #CCC 1px solid;
}

.profieDiv .form-group div {
    padding-top: 5px;
    padding-bottom: 5px;
}

.profieDiv .form-group div:nth-child(1) {
    background: #F0F0F0;
    font-weight: bold;
}

.playerList {
    margin: 5px;
    padding: 0;
}

.playerList li {
    display: block;
    list-style: none;
    padding: 5px;
    background: #EEE;
}

.team_details {
    width: 100%;
    float: left;
    padding: 15px;
    border: 2px solid #ef4f47;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.team_details_header {
    text-align: center;
    position: absolute;
    top: -20px;
    width: 100%;
    left: 0;
}

.team_details_header h4 {
    display: inline-block;
    background-color: #ffffff;
    padding: 0px 15px;
    font-weight: bold;
}

.team_details ol {
    margin: 20px 15px 0 15px;
    padding: 0;
}

.header_top {
    background: #ef4f47;
}

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

.start_complete_bt {
    height: auto !important;
    float: right !important;
    padding: 4px 10px !important;
    margin: 0 !important;
    font-size: 14px;
}

.start_complete_bt.complete {
    background: #4cae4c !important;
    border-color: #4cae4c !important;
    border-radius: 25px;
}

.teamScore tr th {
    background: #ef4f47;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    padding: 7px !important;
}

/*dash board*/
.dash1 {
    background-color: #EEE;
    color: #000;
    font-size: 18px;
    margin-bottom: 3%;
    padding-left: 0;
    padding-right: 0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.dash2:hover {
    background: #ef4f47;
}

.dashactive {
    background: #ef4f47;
}

.dash2 {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.db_img {
    height: 80px;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    border: #ef4f47 1px solid;
    background: #FFF;
}

.db_lcon {
    list-style: none;
    padding-left: 0px;
    margin-top: 25px;
    margin-left: 0px;
    float: left;
    width: 100%;
}

.nhead {
    font-family: SourceSansPro-Semibold;
    color: #0b1f22;
    font-size: 26px;
    letter-spacing: 0;
    padding-bottom: 10px;
    font-weight: bold;
}

.n1 {
    font-family: SourceSansPro-Regular;
    font-size: 16px;
    margin-left: 3px;
    color: #000;
    margin-bottom: 10px;
}

.na1 {
    text-decoration: none !important;
    color: #4a452a;
}

.gray_db_box {
    margin: 40px 0;
    border: 1px solid #0b1f22;
    border-radius: 10px;
    height: auto;
    position: relative;
    padding-top: 40px;
    padding-bottom: 20px;
}

.gray_db_box h4 {
    color: #0b1f22;
    font-weight: bold;
}

.gray_db_box ul li a {
    font-size: 15px;
    text-decoration: none !important;
    display: block;
    border-bottom: #23527c 2px dotted;
    padding: 5px 0;
    color: #23527c;
    letter-spacing: 0;
}

.gray_db_box ul li:last-child a {
    border-bottom: none;
}

.scroreBox {
    background: #EEE;
    padding: 15px;
    font-size: 18px;
    border: #000 1px dashed;
    margin: 20px 0 10px 0;
}

.listStyle {
    counter-reset: li;
    list-style: none;
}

.listStyle span {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    margin: .5em 0;
    background: #333;
    color: #FFF;
}

.listStyle span:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1em;
    top: 50%;
    margin-top: -1em;
    background: #ef4f47;
    height: 2em;
    width: 2em;
    line-height: 1.5em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    color: #FFF;
}

.dashboardSection {
    display: block;
    margin-top: 20px;
    width: 100%;
    float: left;
}

.dashTabs {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    list-style: none;
}

.dashTabs li {
    float: left;
}

.dashTabs li a {
    padding: 10px 25px;
    color: #000;
    display: block;
    font-size: 16px;
    letter-spacing: normal;
    text-decoration: none;
    border-right: #FFF 1px solid;
}

.dashTabs li.dashactive a {
    color: #FFF;
}

.wid1 {
    /*width: 15% !important; */
    width: initial;
}

.wid2 {
    width: 11% !important;
}

.wid3 {
    width: 12% !important;
}

.wid4 {
    width: 0.1% !important;
    padding-left: 0;
}

.wid5 {
    padding-left: 0;
    width: 13% !important;
}

.wid6 {
    width: 10% !important;
}

.clr2 {
    color: #fff !important;
}

.clr2:hover {
    text-decoration: none !important;
}

.dash5 {
    padding-top: 8px;
}

.torms2 {
    margin-bottom: 15px;
}

.torms3 {
    border: 1px solid #ccc;
    min-height: 434px;
    border-radius: 5px;
    padding: 0;
    color: #6B6B6B;
}

.tourms4 {
    background-color: #E8E8E8;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 16px;
    color: #757575;
}

.tourms5 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-bottom: 15px;
}

.tourms6 {
    max-width: 80%;
    padding-right: 0px;
    padding-left: 7px;
}

.myleg1 {

}

.league2 {
    height: 22px;
    padding: 0 6px 0px 6px;
    border-radius: 12px;
}

ul.mtree.transit a {
    padding-left: 0;
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

ul.mtree.transit li>a:hover, ul.mtree.transit li.mtree-active>a {
    color: #000;
}

ul.mtree.transit li {
    list-style: none;
}

a:focus {
    outline: none !important;
    outline-offset: unset !important;
}

.teamdataui {
    list-style: none;
    cursor: pointer;
    margin-top: 30px;
    padding: 0;
}

.teamdataui li {
    list-style: none;
    border: 1px solid #fbf0f0;
    text-align: left;
    color: #fff;
    background: #222;
}

.torms1 {
    border: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
    background-color: #F5F4F4;
}

.tourns1 {
    text-align: right;
    margin-top: 15px;
}

.roundtitle {
    height: auto;
    padding: 6px 10px;
    color: #000000;
    font-size: 16px;
    background: #EEEEEE;
}

.round-div {
    border: 1px solid #d8d7d7;
    margin-bottom: 15px;
}

.roundtable td {
    height: 50px;
    padding: 16px;
}

.frsttm {
    width: 32%;
    text-align: center;
}

.frsttm1 {

}

.table-text {
    text-align: center;
}

.vs-text {
    width: 10%;
}

.hd-wn {
    height: 43px;
    padding: 8px;
    background-color: #ef4f47;
    width: 100%;
    color: white;
}

.score-wins {
    width: 630px;
    overflow: hidden;
    border: 1px solid #d8d7d7;
    border-radius: 5px;
    margin-bottom: 20px;
}

.page-contain {
    width: 650px;
    margin: 0 auto;
    overflow: hidden;
}

.cusdash1 {
    padding: 5px;
}

/** STYLE CSS **/
div.upload {
    width: 120px;
    height: 126px;
    background: url(../images/addprofile.png);
    overflow: hidden;
}

div.upload input {
    display: block !important;
    width: 126px !important;
    height: 120px !important;
    opacity: 0 !important;
    overflow: hidden !important;
}

.reg1 {
    text-align: center;
    font-size: 28px;
}

.reg2 {
    color: #9e9f9f;
    text-align: center;
}

.reg3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px;
    min-height: 50px;
}

.reg4 {
    margin-top: 6px;
    margin-bottom: 12px;
}

.padle {
    padding-left: 0;
}

.padri {
    padding-right: 0;
}

.reg5 {
    color: #848484;
    margin-bottom: 10px;
}

.reg6 {
    opacity: 0.4;
}

.navbar-default {
    background-color: #0b1f22 !important;
    border-color: #0b1f22 !important;
    width: 100% !important;
    margin: 0px;
    padding: 0px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff !important;
    padding-left: 25px;
    padding-right: 25px;
}

.head2 {
    background: #153d43;
    color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 15px;
    text-align: center;
    padding-bottom: 3px;
    padding-top: 3px;
}

.fot1 {
    background-image: url(../images/footer.jpg);
    width: 100%;
    height: 474px;
    opacity: 0.6;
}

.fot2 {
    color: white;
    font-size: 20px;
}

.fot3 {
    font-size: 14px;
    color: white;
}

.fot4 {
    margin-top: 8px;
}

.ftrbtn {
    background-color: #0b1f22 !important;
    color: white !important;
}

.fot5 {
    background-color: #0b1f22 !important;
    min-height: 40px !important;
}

.bilireg {
    color: #6e6e6e;
}

.sign1 {
    background-color: #5E7064;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.sign2 {
    border: 1px solid;
    border-top: none;
    clear: both;
    min-height: 210px;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.sign3 {
    margin-top: 20px;
}

.sign4 {
    margin-top: 10px;
    color: #FE5A01;
}

.modal-body {
    min-height: 250px;
    padding: 0 !important;
}

.modal-body div {
    line-height: 30px;
}

.modal-title {
    font-size: 22px;
}

.shipping1 {
    margin-bottom: 2%;
}

.close {
    width: 35px;
    border-radius: 17px;
    height: 35px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    border: 1px solid #666 !important;
    background: #f25d3c !important;
    visibility: hidden;
}

.close:hover {
    opacity: 1;
    color: #fff;
}

.modal-header .close {
    margin-top: -16px;
    margin-right: -12px;
}

.modal-dialog {
    margin: 12% auto;
}

.buyactive1 {
    min-height: 78px;
}

.buyactive2 {
    width: 600px;
}

.modal-header, .modal-body {
    padding: 0;
}

.modal-content {
    border-radius: 12px !important;
}

input[type=checkbox] {
    margin: 9px 0 0;
}

.ftrbtn3 {
    width: 100%;
    background-color: #f3f2f2 !important;
    border: 1px solid #5e7064 !important;
}

#inlineCheckbox1, #inlineCheckbox2 {
    margin-top: 5px;
}

.about-full-img {
    width: 100% !important;
}

.drop-highlight {
    border-color: lightgreen;
}

.drop-highlight-ok {
    border-color: lightgreen;
}

.dropplayer.ui-droppable.drop-highlight-ok {
    border: 2px solid lightgreen !important;
}

.drop-highlight-no {
    border-color: red;
}

.region-select {
    width: 100%;
}

.btn-select-region-ok {
    margin-top: 5px;
}

.score_table {
    margin-bottom: 50px;
}

.score_table_header {
    background: -moz-linear-gradient(top, #f0f0f0 0, #DDDDDD 100%);
    background: -webkit-linear-gradient(top, #f0f0f0 0, #DDDDDD 100%);
    background: linear-gradient(to bottom, #f0f0f0 0, #DDDDDD 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#DDDDDD', GradientType=0);
}

.score_table_detail {
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 5px;
    font-size: large;
}

/* Wrapper around radio buttons for LO / Alternate LO / Global LO data view */
.optionLoDiv {
    border: 1px dotted orange;
    margin-left: 15px;
    margin-bottom: 5px;
}

.optionLoRb {

}

.roundno {
    margin: 3px
}

.roundweight {
    margin-left: 10px;
}

.roundweight input {
    margin-left: 5px;
    max-width: 50px;
    text-align: left;
    padding: 1px 2px;
}

.roundweight button {
    margin-left: 5px;
    border-radius: 10px;
    background-color: #4cae4c;
}

.gamerb_hide {
    display: none;
}

.search-input {
    width: 100%;
    font-weight: normal !important;
    border: 1px solid;
}

.table-inner {
    border: 1px solid lightgrey;
}

.table-inner th {
    background-image: linear-gradient(to bottom, #f9f9f9, #DDDDDD 100%) !important;
    border-right: 1px solid lightgrey;
    font-weight: normal !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.table-inner td {
    text-align: center !important;
    border-right: 1px solid lightgrey;
}

.table-cell-button {
    max-height: 24px;
    min-width: 4%;
}

.player-score {
    min-width: 35px;
    max-width: 80px;
    float: left;
}

.player-score-title {
    /* display:left; */
    width:240px;
}

.score-verify-button {
    float: left;
    min-height: 34px;
    margin-left: 15px;
    width: 100px;
}

.player-search-table {}

.player-search-table th {
    max-width: 100px;
    white-space: normal !important;
}

.icon-add-16x16 {
    background-image: url("../images/plus-green-circle.png");
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 10px;
    border-width: 1px;
    width: 17px;
    height: 17px;
}

.icon-remove-16x16 {
    background-image: url("../images/cross.gif");
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 10px;
    border-width: 1px;
    width: 17px;
    height: 17px;
}

.btn-add-lo-league {
    float: left;
    margin-right: 10px;
    padding-top: 1px;
}

.btn-save-lo-league {
    margin-bottom: 10px;
}

.source-team-selected {

}

.removeButton {
    margin-right: 5px;
}

.ul-lo-league {
    padding-inline-start: 15px;
    list-style: none;
    font-size: medium;
}

.select-user-type {
    font-size: medium;
}
.btn-user-type-submit {
    font-size: medium;
}

.tournament-info {

}

.tournament-info td {
    padding: 5px;
}

.tournament-info td:first-child {
    text-align: right;
}

.tournament-data  {
    display: flex;
    margin-top: 15px;
}


.assignment-table {
    border-collapse: separate;
    border-spacing: 5px;
}

.assignment-row {

}

.assignment-cell {
    text-align: right;
}

.assignment-input {
    width: 60px;
    padding-left: 5px;
}

.player-choice {
    float: left;
    height: 36px;
    margin-right: 10px;
    color: ghostwhite;
    background-color: red;
}

.player-choice-Long, .player-choice-Short {
    float: left;
    height: 36px;
    margin-right: 10px;
    color: black;
    background-color: white;
}

.match-help {

}

.match-info {
    margin: 5px;
}

.match-header-status {
    font-style: italic;
    font-size: small;
    color: royalblue;
}

.match-status {
    margin-left: 3px;
    font-style: italic;
    color: royalblue;
}

.match-race {
    margin-left: 3px;
}

.table-setup {
    width: 100%;
    padding: 10px;
}
.page-button {
    margin: 2px;
    border-radius: 5px;
}
.page-selected {
    background-color: lightgreen;
}
.page-button:focus {
    outline: none !important;
    outline-offset: unset !important;
}
.searchbar-div {
    display: inline-block;
    /*width: 10%;*/
    height: 26px;
}
.searchbar-text {
    float:left;
    height: 100%;
    width: 90%;
    outline-width: 0.15em;
}
.searchbar-button {
    background-color: transparent;
    border-color: transparent;
    float:right;
    height: 100%;
    width: 10%;
}

.searchbar-button .fa-close {
    color: orangered;
}

#player_name_list li:hover,
#player_name_list li:focus,
#player_name_list li:active {
    background-color: lightblue;
    outline: none;
}

.search-container {
    width: 10%;
}

.match-report-header {
    font-weight:bold;
    font-size: large;
}

.password-info {
    background-color: lightgrey;
    border-radius: 5px;
}

.password-info ul {
    list-style-type: disc;
}

.col-md-6.password-info {
    margin-left: 15px;
    width: 46%;
}


.matchscore-button {
    display: inline-flex;
}

.matchscore-delete {
    border-radius: 5px;
    outline: none;
}

.matchscore-delete:hover {
    background: linear-gradient(to bottom, red 0, darkred 100%);
    border-color: darkred;
}

.matchscore-delete-disabled {
    border-radius: 5px;
    opacity: .50;
    outline: none;
}

.new-match-table {
    width: 100%;
    text-align: center;
}

.new-match-table tr {
    border: 1px solid black;
    height: 30px;
}

.new-match-table td {
    padding: 10px 5px;
    text-align: left;
    width: 100%;
}

.new-match-table th {
    text-align: center;
    width: 100%;
    font-size: large;
    background: ghostwhite;
}

.new-match-table select {
    width: 98%;
}

.new-match-table label {
    margin-left: 10px;
}

.new-match-info {
    margin-top: 10px;
}

.edit_match_table {
    border: 1px solid black;
    width: 49%;
}

.edit_match_table td {
    padding: 1px 2px;
}

.edit_match_hilite {
    background: yellow;
}

.export-button {
    margin-right: 10px;
}

.actual-start {
    margin-top: 15px;
}

.actual-start-label {
    height: 30px;
    text-align: center;
    padding-top: 5px;
    float: left;
    font-size: large;
    font-weight: 600;
}

.actual-start-input {
    float:left;
}

.actual-start button {
    float:left;
    margin-bottom: 15px;
}

.team-score-table {
    overflow: hidden;
    margin-bottom: 30px;
}

.team-score-table tr {
    height: 68px !important;
    max-height: 68px !important;
}

.team-score-table1 {
    margin: 0px;
    padding: 0px;
    overflow-x: scroll;
    overflow-y: hidden;
}

.team-score-table2 {
    margin: 0px;
    padding: 0px;
    overflow-x: scroll;
    overflow-y: hidden;
}

.team-score-table2 table {
    height: 100%;
}

.team-score-table3 {
    margin: 0px;
    padding: 0px;
    overflow-x: scroll;
    overflow-y: hidden;
}

.team-score-table3 table {
    height: 100%;
}

.new-match-ask {
    padding: 5px;
}

.ask-dialog-text {

}

.es-banner {

}

.table-dialog-current {
    width:100%;
    margin-bottom: 10px;
}

.table-dialog-new {
    width: 100%;
    margin-bottom: 10px;
}

.table-dialog-tpm-label {
    margin-right: 5px;
}

.table-dialog-tpm-select {
    height: 25px;
}

/* Start Edit Session */
.es-tables-btn {
    width: 100%;
    margin-top: 2px;
}

.es-button-td {
    display: flex;
}

.es-button {
    margin-left: 3px;
    margin-right: 3px;
}

.es-table {
    width: 100%;
/*    margin-left: 15px; */
}

.es-table-td {
    max-width: 80px;
    text-align: center;
}

.es-league, .es-start {
    float: left;
    margin: 10px;
    font-size: x-large;
}

.es-date {
    max-width: 105px;
    min-width: 105px;
    width: 105px;
}

.es-date-assigned {
    font-size: small;
}

.es-round {
    width: 90px;
    max-width: 90px;
    text-align: center;
}

.es-match {

}

.es-match-label {
    font-size: small;
    margin-right: 5px;
    color: darkblue;
}

.es-match-input {
    max-width: 85px;
    margin-right: 10px;
}

.es-drop-text {
    font-size: small;
    margin-right: 5px;
    color: darkred;
}

.es-table-input {
    max-width: 85px;
}

.es-changed {
    border: 0px;
    animation-name: green-box-shadow;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.es-score-dialog td {
    width: 50%;
    padding-bottom: 10px;
}

.es-score-dialog label {
    width: 100%;
    text-align: right;
}

.es-score-dialog input {
    margin-left: 5px;
}

/* End Edit Session */

/* Whole session wrapper */
.lo-leagueedit-sessions {
    margin-top: 10px;
}

/* Just session data */
.lo-leagueedit-session {
    border: 1px lightgrey solid;
    padding: 5px;
}
/*
 * START League Tournaments
 */
.lt-label {
    margin-left: 10px;
}

/*
 * START jQuery-ui Dialog Styles
 */
.jqDialog {
    border: darkgrey 5px solid;
    background-color: #d9edf7;
    z-index: 100;
}
.jqDialog:focus {
    outline: none;
}
.jqDialog-noclose {
    border: darkgrey 5px solid;
    background-color: #d9edf7;
    z-index: 100;
}
.jqDialog-noclose:focus {
    outline: none;
}
.jqDialog-noclose .ui-dialog-titlebar-close {
    display: none;
}
.ui-widget-header {
    background: lightblue !important;
}
.ui-dialog-titlebar {
    background: lightblue !important;
}
.ui-dialog-title {
    margin-left: 5px;
    font-size: medium;
    font-weight: bold;
}
.ui-dialog-titlebar-close {
    float:right;
    background-color: transparent;
    background-image: url(../images/cross.png);
    background-repeat: no-repeat;
    margin-right: 4px;
    margin-top: 1px;
    height: 20px;
    width: 20px;
}
.ui-dialog-content {
    padding: 10px;
}
.ui-dialog-buttonpane {
    height: 32px;
}
.ui-button {
    margin-left: 10px;
}
.ui-button-yes {
    /*background: linear-gradient(#00d4ff,#00fffc,#00d4ff) !important;*/
    color: #fff !important;
    background: #5cb85c !important;
    border-color: #4cae4c !important;
}
.ui-button-cancel {
    color: #fff !important;
    background: linear-gradient(to bottom, #f4511e 0, #d84315 100%) !important;
    border-color: #d43f3a !important;
}
.ui-button-info {
    /*background: linear-gradient(#00d4ff,#00fffc,#00d4ff) !important;*/
    color: #fff !important;
    background: #5bc0de !important;
    border-color: #46b8da !important;
}
/*
 * END jQuery Dialog Styles
 */

/*
 *  BEGIN MOBILE CSS
 */

 @media screen and (max-width: 767px) {
     .gray_db_box {
         min-height: 370px;
         clear: both
     }

     .pdash3 {
         min-height: 440px;
     }

     .team-score-table1 {
         width: 35%;
         float: left;
     }

     .team-score-table2 {
         width: 45%;
         float: left;
     }

     .team-score-table3 {
         width: 20%;
         float: left;
     }
 }

 @media screen and (max-width: 990px) {
     .wid1 {
         width: auto !important;
     }

     .wid2 {
         width: auto !important;
     }

     .wid3 {
         width: auto !important;
     }

     .wid5 {
         width: auto !important;
     }

     .dash5 {
         visibility: hidden;
     }
     .col-md-6.password-info {
         margin-left: 15px;
         width: 96%;
     }
     .password-info ul {
         padding-left: 15px;
     }

     .leftSidebar:after {
         clear: both;
     }
 }

@media screen and (max-width:1280px) {
    .home2 {
        min-height: 140px !important;
    }
    .home10, .home4 {
        right: 4%;
    }

    .pdash55 ul li {
        /*padding: 0 4%; */
    }
}

@media screen and (max-width:1240px) {
    .home10, .home4 {
        right: 2%;
    }

    .home10 {
        bottom: 20%;
    }
}

@media screen and (max-width:1200px) {
    .home10, .home4 {
        width: 100%;
        right: 0;
    }

    .home5 ul li {
        padding: 0% 6%;
    }

    .pdash55 ul li {
        /* padding: 0 2.5%; */
    }

    .profile3 {
        min-height: 950px;
    }

    .team-score-table tr {
        height: 86px !important;
        max-height: 86px !important;
    }
}

@media screen and (max-width:990px) {
    .home17 {
        min-height: 188px;
    }

    .home9 {
        min-height: 130px;
    }

    .home10 {
        bottom: 25%;
        z-index: 9;
    }

    .navbar-default .navbar-nav>li {
        padding: 0 3px;
    }

    .theme-default .nivo-controlNav {
        display: none;
    }

    .navbar-default .navbar-collapse {
        border-top: none !important;
        box-shadow: none !important;
    }

    .home26 {
        padding-left: 0;
    }

    .home20 img {
        width: 100%;
    }

    .home6, .home7, .home8 {
        font-size: 16px;
        line-height: 20px;
    }

    .home12 {
        padding-bottom: 0%;
    }

    .fot2 {
        text-align: center;
    }

    .pdash55 ul li {
        /*padding: 0 2%; */
        text-align: right;
    }

    .profile3 {
        border: 0px;
    }

    .profile10 {
        width: 70%;
    }
    .source-team-selected {
        background-color: yellow;
    }
}

@media screen and (max-width:910px) {
    .home10 {
        bottom: 35%;
    }
}

@media screen and (max-width:799px) {
    .navbar-default .navbar-nav>li>a {
        padding: 16px 3px;
    }
}

/* iPad */
@media screen and (max-width:768px) {
    .index1 {
        left: 0px !important;
    }
    .home10 {
        visibility: hidden;
    }
    .kjhk {
        margin-bottom: 10% !important;
    }

    .profile3 {
        min-height: 1500px;
    }

    .profile10 {
        width: 70%;
    }

    .profile6 {
        float: none;
    }
}

@media screen and (max-width:740px) {
    .dhjk {
        margin-top: 2%;
        padding-right: 5%;
    }
}

@media screen and (max-width:680px) {
    .phpdebugbar {
        display: none !important;
    }

    .common1 {
        width: 100% !important;
        padding-left: 0px !important;
        left: 0px !important;
    }

    .common2 {
        width: 100% !important;
        padding-left: 0px !important;
        left: 0px !important;
    }

    .dashTabs li {
        min-width: 50% !important;
        max-width: 50% !important;
    }
    .hide_phone {
        display: none !important;
    }
    .home17 {
        min-height: 170px !important;
    }
    .home19 {
        padding-bottom: 0px;
    }

    .icon-add-16x16 {
        border-width: 0px !important;
    }

    .icon-remove-16x16 {
        border-width: 0px !important;
    }

    .player-score-title {
        max-width: 150px !important;
        min-width: 150px !important;
        white-space: normal !important;
    }
    .score-verify-button {
        max-width: 50px !important;
        margin-left: 5px !important;
    }
    .start_complete_bt {
        margin: 15px !important;
    }

    .select-user-type {
        font-size: medium !important;
    }

    .btn-user-type-submit {
        font-size: medium !important;
    }

}

@media screen and (max-width:650px) {
    .home17 {
        min-height: 160px !important;
    }
}

@media screen and (max-width:540px) {
    .home17 {
        min-height: 150px !important;
    }

    .home19 {
        font-size: 13px;
    }

    .home16 {
        font-size: 20px;
    }

    .fot1 {
        height: 515px;
    }

    .pdash55 {
        float: none;
    }

    .col-md-6.password-info {
        margin-left: 15px;
        width: 91%;
    }

    .buyactive2 {
        width: auto;
    }
}

@media screen and (max-device-width:480px) {
    .drag1 {
        pointer-events:none;
    }
    .tournament-info {
        font-size: smaller !important;
    }
}

@media screen and (max-width:380px) {
    .pdash55 {
        float: none;
    }

    .pdash55 ul li .pdash1 {
        font-size: 12px;
    }

    .profile11, .profile11:hover {
        float: left;
        margin-bottom: 20px;
    }
}

/*
    ANIMATIONS
*/
@keyframes green-box-shadow {
    0% {
        box-shadow: none;
    }
    100% {
        box-shadow: inset 0 0 10px green;
    }
}
