html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: outside none none;
}
blockquote, q {
    quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    background: url("../img/bg.jpg") no-repeat center;
    background-size: cover;
    color: #97A3B4;
    font-family: 'DIN-Medium', sans-serif;
    min-height: 100vh;
    font-size: 0.81vw;
    line-height: 1.2;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
a {
    color:inherit;
    outline: medium none;
    text-decoration: none;
}
a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}
p {
    margin: 0 0 10px;
}
img {
    max-width: 100%;
}
input, select, textarea {
    background: #fff !important;
    color: #97A3B4 !important;
    border: 1px solid #DFE3E9 !important;
    font-family: 'DIN-Medium', sans-serif;
    border-radius: 4px;
    font-size: 0.875em;
    height: 2.857em;
    /* line-height: 2.857em; */
    margin: 0 0 0.643em 0;
    outline: none;
    padding: 0 0.714em;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="text"].error, input[type="tel"].error{
    background: #FFD2D2;
}
::-webkit-input-placeholder {
    color: #97A3B4;
}
::-moz-placeholder {
    color: #97A3B4;
}
:-ms-input-placeholder {
    color: #97A3B4;
}
:-moz-placeholder {
    color: #97A3B4;
}
textarea {
    overflow: auto;
    resize: none;
    height: 12.625em;
}
button {
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    font-size: 1em;
}
button:focus {
    border: 0;
    outline: none;
}
.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
* html .clearfix {
    height: 1%;
}
sup {
    font-size: 70%;
    position: relative;
    top: -0.5em;
}
strong {
    font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'DIN-Medium', sans-serif;
    font-weight: 400;
}
.page-wrap {
    padding: 0 20px 30px 20px;
    width: 100%;
}
.page-wrap.logedin {
    padding-top: 10em;
}
.page-content {
    padding: 0 9.375em;
}
/*============================
    Login screen start
==============================*/
.login-section {
    max-width: 25.938em;
    margin: 0 auto;
}
.login-section h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 3.750em;
    margin: 0 0 0.500em 0;
    text-align: center;
}
.login-wrap {
    -webkit-box-shadow: 0 3px 99px 0 rgba(0,0,0,0.52);
    -moz-box-shadow: 0 3px 99px 0 rgba(0,0,0,0.52);
    box-shadow: 0 3px 99px 0 rgba(0,0,0,0.52);
    background: #fff;
    min-height: 28.875em;
    border-radius: 10px;
    padding: 2.313em 3.125em;
}
.login-wrap h2 {
    font-size: 1.875em;
    margin: 0 0 1.400em 0;
    text-align: center;
}
.form-row {
    margin: 0.563em 0;
}
.form-row label {
    display: block;
    font-size: 1.250em;
    line-height: 1.1em;
    margin: 0 0 0.250em 0;
}
.login-box .button {
    margin: 2.063em 0 2.375em 0;
}
.reset-box .button {
    margin: 5.7em 0 2.375em 0;
}
/*============================
    Login screen end
==============================*/

/*============================
    Header start
==============================*/
header {
    position: fixed;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2.500em 0 5.625em;
    min-height: 7.500em;
    -webkit-box-shadow: 0 4px 24px 0 rgba(37,38,94,0.10);
    -moz-box-shadow: 0 4px 24px 0 rgba(37,38,94,0.10);
    box-shadow: 0 4px 24px 0 rgba(37,38,94,0.10);
    z-index: 10;
}
header > div {
    display: flex;
    align-items: center;
}
header .header-title {
    font-size: 2.813em;
    color: #4a5255;
    text-transform: uppercase;
    font-family: 'DIN-Bold', sans-serif;
    margin-left: 0.739em;
}
header .login-details {
    color: #4a5255;
}
header .login-details > div {
    display: flex;
    align-items: center;
}
header .login-details > div > span {
    font-size: 1.875em;
    font-family: 'DIN-Bold', sans-serif;
}
header .login-details .user-detail {
    margin: 0 1.688em;
    display: flex;
    align-items: center;
    width: 16.250em;
}
header .login-details .user-detail img {
    width: 2.375em;
    border-radius: 50%;
    margin: 0 1.063em 0 0;
}
header .login-details .user-detail span {
    letter-spacing: 0.05em;
    font-family: 'DIN-Regular', sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: inline-block;
}
header .login-details i {
    color: #0D181C;
    font-size: 1.7em;
}
/*============================
    Header end
==============================*/
/*============================
    Home section start
==============================*/
.home-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 3.438em;
}
.home-section .col {
    width: 32%;
    min-height: 18.688em;
    margin: 1.375em 0;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 30px 0 rgba(0,0,0,0.6);
    -moz-box-shadow: 0 3px 30px 0 rgba(0,0,0,0.6);
    box-shadow: 0 3px 30px 0 rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    position: relative;
    padding: 2.188em;
}
.home-section .col.last {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    justify-content: center;
}
.home-section .col > span {
    font-size: 1.875em;
    line-height: 1.333em;
    display: block;
    width: 61%;
    text-transform: uppercase;
    color: #fff;
    font-family: 'DIN-Bold', sans-serif;
}
.link-btn {
    background: rgba(218,38,27,0.8);
    border-radius: 10px;
    min-height: 6.125em;
    display: flex;
    max-width: 23.000em;
    align-items: center;
    position: relative;
    padding: 0.5em 8.750em 0.5em 1.688em;
    -webkit-box-shadow: 0 0.188em 1.250em 0 rgba(0,0,0,0.91);
    -moz-box-shadow: 0 0.188em 1.250em 0 rgba(0,0,0,0.91);
    box-shadow: 0 0.188em 1.250em 0 rgba(0,0,0,0.91);
    transition: all 0.2s ease;
}
.link-btn span {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.625em;
    line-height: 1.154em;
    display: inline-block;
    font-family: 'DIN-Bold', sans-serif;
}
.link-btn em {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 6.125em;
    background: url("../img/arrow_right.png") no-repeat center #DA261B;
    background-size: 2.125em auto;
    color: #fff;
    line-height: 100%;
    vertical-align: middle;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0 0.188em 1.250em 0 rgba(0,0,0,0.91);
    -moz-box-shadow: 0 0.188em 1.250em 0 rgba(0,0,0,0.91);
    box-shadow: 0 0.188em 1.250em 0 rgba(0,0,0,0.91);
}
.link-btn:hover, .link-btn:active {
    background: rgba(218,38,27,1);
}
/*============================
    Home section end
==============================*/
/*============================
    Records start
==============================*/
.page-content-top {
    text-align: center;
}
.page-content-top h2 {
    font-size: 2.875em;
    color: #fff;
    text-transform: uppercase;
    font-family: 'DIN-Bold', sans-serif;
    display: inline-block;
    text-align: center;
    padding: 0 0.5em;
    margin: 0 0 0.652em 0;
}
.return-btn {
    display: inline-block;
    font-size: 1.875em;
    color: #fff;
    text-transform: uppercase;
    font-family: 'DIN-Bold', sans-serif;
    background: url("../img/arrow_left.png") no-repeat left center;
    background-size: 0.533em auto;
    padding-left: 0.933em;
    line-height: 1.37em;
    cursor: pointer;
    float: left;
    margin: 0.2em 0;
}
.page-content-top .button {
    float: right;
    margin: 0.5em 0;
}
.page-table {
    background: #fff;
    min-height: 48.4em;
}
.table-content-wrap {
    height: 37.5em;
}
.table-row-wrap {
    padding: 0 2.500em;
}
.table-row {
    display: flex;
}
.table-row > div {
    display: flex;
    padding: 1em 1.688em;
    height: 5.313em;
    align-items: center;
    border-bottom: 1px solid #e8e9ea;
}
.table-row > div > span {
    display: inline-block;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.table-row > div > span strong {
    font-size: 1.300em;
    display: inline-block;
    margin-right: 0.769em;
    position: relative;
    top: 0.1em;
}
.table-row-head {
    font-family: 'OpenSans-Regular', sans-serif;
}
.table-row-head i {
    font-size: 0.8em;
}
.view-details {
    display: inline-block;
    width: 1.750em;
    height: 1.750em;
    background: url("../img/view_icon.png") no-repeat;
    background-size: 100% auto;
    cursor: pointer;
}
.view-details:hover, .view-details.active {
    background: url("../img/view_icon_active.png") no-repeat;
    background-size: 100% auto;
}
.answer {
    color: #333;
}
.pagenation-wrap {
    padding: 1.5em 2.500em 1.8em;
}
.pagenation {
    display: inline-block;
}
.pagenation li {
    display: inline-block;
    margin: 0 3px;
    line-height: 2.2em;
    float: left;
}
.pagenation li a {
    display: block;
    width: 2.250em;
    height: 2.250em;
    background: #F7F8F9;
    border: 1px solid #e4e5e6;
    border-radius: 4px;
    text-align: center;
    color: #a8aab7;
}
.pagenation input {
    margin: 0;
    font-size: 0.750em;
    height: 3em;
    width: 4.667em;
    border: 1px solid #e4e5e6;
    border-radius: 4px;
    text-align: center;
}
.pagenation span {
    font-size: 0.750em;
}
.table-row-info {
    padding: 1.25em 4.188em 0;
    background: #fbfbfb;
    display: none;
}
.details-form {
    padding-bottom: 1.25em;
}
.table-row-info .details-form.add-border {
    border-bottom: 1px solid #e4e5e6;
}
.new-data .details-form {
    padding-bottom: 2.5em;
}
.table-info-buttons {
    margin: 0 -0.438em 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.table-info-buttons .button {
    margin: 0 0.438em;
}
.table-info {
    margin: 0 -2.7%;
    display: flex;
}
.table-info > div {
    padding: 0 2.5%;
    width: 33.33%;
    float: left;
    position: relative;
    min-height: 20.94em;
}
.table-info.add-border {
    margin: 0 -3.9%;
}
.table-info.add-border > div {
    padding: 0 3.5%;
}
.table-info.add-border > div:after {
    width: 1px;
    height: 100%;
    background: #dddddd;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}
.table-info.add-border > div:first-child:after {
    display: none;
}
.table-info > div.width-40 {
    width: 40%;
}
.table-info > div.width-60 {
    width: 60%;
}
.form-style textarea{
    font-size: 1em;
    line-height: 1.4;
    padding: 0.938em;
}
.form-style input {
    font-size: 1em;
    padding: 0.625em;
    height: 2.500em;
}
.upload-block-wrap {
    margin: 0 0 3.500em 0;
}
.upload-block {
    background: #fff;
    border: 1px solid #DFE3E9;
    border-radius: 4px;
    position: relative;
    height: 2.500em;
    line-height: 2.2em;
    padding: 0 5.938em 0 1.375em;
    margin: 0 0 0.938em 0;
}
.upload-block .button {
    position: absolute;
    right: 0;
    top: 0.05em;
    height: 90%;
    line-height: 90%;
}
.upload-block input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
    z-index: 3;
    cursor: pointer;
}
.upload-block span {
    font-size: 1.250em;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}
.uploaded-element {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 2em;
    margin: 0 0 1.250em 0;
}
.uploaded-element img {
    width: 5.000em;
    border-radius: 50%;
}
.uploaded-element span {
    display: inline-block;
    margin: 0 1.250em;
    flex: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.uploaded-element em {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 1.250em;
    margin-top: -0.500em;
    color: #DB2817;
    cursor: pointer;
}
.select-wrapper {
    position: relative;
}
.fieldset-set fieldset:first-child {
    margin-top: 0;
}
.page-table-head {
    padding-top: 0.813em;
    display: flex;
    background: #fff;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #e4e5e6;
}
.page-table-head h3 {
    font-size: 1.875em;
    margin-bottom: 0.5em;
    color: #333333;
    font-family: 'DIN-Bold', sans-serif;
}
.new-data {
    background: #fbfbfb;
}
/*============================
    Records end
==============================*/
/*============================
    Players start
==============================*/
.data-table .table-row > div {
    padding: 1em 0.5em;
}
.data-table .table-row > div:first-child {
    padding-left: 0;
}
.data-table .table-row > div:last-child {
    padding-right: 0;
}
.data-table-img {
    width: 4.125em;
    border-radius: 50%;
    margin: 0 1.250em 0 0;
}
.data-table .table-row-info {
    padding-left: 2.5em;
    padding-right: 2.5em;
}
.image-upload .image-box {
    margin: 1em 0 1.188em 0;
    width: 100%;
    text-align: center;
}
.image-upload .image-box img {
    max-width: 100%;
    max-height: 19.188em;
}
.map-box {
    padding: 0.625em;
    background: #fff;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 6px 0 rgba(0,0,0,0.15);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.15);
    height: 100%
}
.map-box .map {
    -webkit-box-shadow: inset 0 0 12px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 0 12px 0 rgba(0,0,0,0.2);
    box-shadow: inset 0 0 12px 0 rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
}
/*============================
    Players end
==============================*/
/*============================
    History start
==============================*/
.category_icon {
    display: inline-block;
    background-color: #000000;
    background-size: 1.625em auto !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border: 0.438em solid #DB2817;
    width: 3em;
    height: 3.2em;
    line-height: 2em;
    text-align: center;
    margin: 0 1.875em 0.4em 0;
    position: relative;
}
.category_icon:before {
    position: absolute;
    bottom: -1.2em;
    content: '';
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -0.4em;
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    border-top: 0.8em solid #DB2817;
}
.category_icon:after {
    position: absolute;
    bottom: -0.4em;
    content: '';
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -0.3em;
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0.4em solid #000;
}
.category_icon.big_name {
    background-image: url("../img/history_star_icon.png");
}
.category_icon.reference_match {
    background-image: url("../img/history_ball_icon.png");
}
.category_icon.coach {
    background-image: url("../img/history_whistle_icon.png");
}
.category_icon.president {
    background-image: url("../img/user.png");
}
.category-select-icon {
    width: 1.625em;
    margin-right: 0.875em;
    position: relative;
    top: 0.34em;
}
.date-field-set > label {
    width: 3.550em;
    float: left;
    line-height: 1.8em;
}
.date-field-set > div {
    display: flex;
    flex: 1;
}
.date-field-set > div span {
    font-size: 1.25em;
    line-height: 2em;
    display: inline-block;
    margin: 0 0.2em;
}
.date-field-set > div .calendar-btn {
    height: 2.500em;
    width: 12em;
    margin-left: 0.8em;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    text-align: center;
    display: inline-block;
    background: url("../img/calendar_icon.png") no-repeat center #fff;
    background-size: 1.25em auto;
    cursor: pointer;
}
/*============================
    History end
==============================*/