﻿/*
	CONTENT
	====================================================================================
    - FONTS
	- GLOBAL
	- IMAGES
    - BUTTON
    - TEXT
    - List
    - MODAL
	- SPACER
*/

/* FONTS
======================================================================================== */
.fs-10 {
    font-size: 10px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}
/* GLOBAL
======================================================================================== */
body {
    background-color: #fafafa;
}

.navbar-brand img {
    height: 50px;
    display: inline-block;
    padding-right: 5px;
    margin-right: 5px;
    position: absolute;
    top: 8px;
    border-right: 1px solid #eee;
}

@media(max-width:768px) {
    .navbar-brand {
        padding: 20.5px 6px;
    }

    .navbar-brand img {
        height: 50px;
        top: 7px;
    }
}

.navbar-brand div {
    display: inline-block;
    padding-left: 68px;
    font-size: 16px;
    position: absolute;
    top: 10px;
}

@media only screen and (max-width: 600px) {
    .navbar-brand div {
        display: inline-block;
        padding-left: 68px;
        font-size: 14px;
        position: absolute;
        top: 10px;
    }
}


.navbar-brand div small {
    display: block;
    font-size: 12px;
    color: #888;
}

.navbar-default {
    margin-bottom: 0;
}

.navbar-loader {
    position: fixed;
    right: 12px;
    top: 16px;
    font-size: 18px;
    color: #049948;
    z-index: 2000;
}

.container-sponsor {
    background-color: #fff;
    padding: 5px 5px;
}

.container-volunteer {
    background-color: #888;
    padding: 3px 10px;
    color: #fff;
}

    .container-volunteer .btn {
        color: #fff;
    }

        .container-volunteer .btn:hover {
            color: #444444;
        }

.lbl-live {
    background-color: red;
    color: white;
    padding: 2px 4px;
    text-transform: uppercase;
    margin-left: 5px;
    font-size: 12px;
    border-radius: 4px;
}

.sticky-format {
    position: sticky;
    top: -1px;
    padding: 10px;
    background-color: #fafafa;
    border: 10px solid #fafafa;
    z-index: 1000;
    margin: 0 -5px;
    color: #666;
}

.sticky-search {
    position: sticky;
    top: -1px;
    background-color: white;
    z-index: 1000;
    padding-top: 10px;
}

.toaster {
    width: 100%;
    background-color: #049948;
    color: #fff;
    padding: 15px;
}

.lbl-message {
    background-color: red;
    color: white;
    padding: 5px;
}

.container-power-login {
    font-size: 12px;
    text-align: center;
    display: block;
}

.container-power {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0px 5px;
    border-top-right-radius: 4px;
    background-color: rgba(221, 221, 221, 0.9);
    color: #555;
    font-size: 10px;
    z-index: 2000;
}

    .container-power .power, .container-power-login .power {
        font-family: 'Montserrat-Bold';
        text-transform: uppercase;
        text-align: center;
    }

        .container-power .power img, .container-power-login .power img {
            width: 100px;
        }

        .container-power .power .power-1, .container-power-login .power .power-1 {
            color: #3AAA35;
        }

        .container-power .power .power-2, .container-power-login .power .power-2 {
            color: #0E71B8;
        }

.format-loader, .club-loader {
    padding: 10px;
    color: #049948;
}

.wow {
    visibility: hidden;
}

.social-icons {
    text-align: center;
    color: #ddd;
    margin-top: 30px;
}

    .social-icons h5 {
        font-size: 8px;
        text-transform: uppercase;
        color: #888;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .social-icons a {
        text-decoration: none;
        color: #888;
        margin-right: 10px;
    }

        .social-icons a:hover {
            color: #049948;
        }

@media (max-width: 768px) {
    .col-xs-12, .col-xs-6, .col-xs-5, .col-xs-7 {
        padding: 0 5px;
    }

    .col-full {
        display: table-cell;
        /*float: none;*/
        vertical-align: top;
    }
}

.dark-color {
    color: #8f9194;
    font-size: 16px;
}

.td-block {
    vertical-align: middle !important;
    line-height: 20px !important;
}

.txtDate {
    -webkit-box-shadow: none !important;
}

.custom-input-holder {
    display: flex;
    justify-content: center;
}

.custom-datepicker {
    position: relative;
    -webkit-box-flex: 1;
    flex: 0 0 95px;
    width: 1%;
    cursor: pointer;
    height: 30px;
}

.custom-input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    justify-content: center;
    align-items: stretch;
    width: 142px;
    border: 1px solid #80808033;
    border-radius: 4px;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 15%);
    /*width: 100%;*/
}

    .custom-input-group:hover {
        border: 1px solid #f1a5199c;
        background-color: #ffffff;
        /*background-color: #d3d3d33b*/
    }

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.input-group-text {
    font-size: 16px;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.media-icon {
    width: 20%;
    text-align: center;
    padding-top: 15px !important;
}

    .media-icon > i {
        font-size: 22px;
        color: #fbd715
    }

.favIcon {
    color: #fbd715;
}

    .favIcon:hover {
        color: #dfbe0c
    }

.media-icon > i:hover {
    color: #dfbe0c;
}

#table-member td {
    border: none !important
}

.flex-div {
    display: flex;
    justify-content: space-between;
}

.flex-btn {
    flex-grow: 1;
    margin: 0px 0.5%;
}

.txt-initial {
    border-radius: 50%;
    color: white;
    font-size: 14px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 2px;
}

/*Tournament stop panel*/
.tournament-card {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.tournament-card .tournament-card__pic {
    padding-right: 0.5rem;
}

.tournament-card .tournament-card__details {
    line-height: 0;
}

.tournament-card .tournament-card__details .tournament-card__name {
    display: block;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
/*    font-size: 1rem;
    line-height: 1.5rem*/;
    transition: color 0.3s ease;
    color: #284255;
}

.tournament-card .tournament-card__details .tournament-card__desc, .tournament-card .tournament-card__details .tournament-card__email {
    margin-top: 3px;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1rem;
    /*font-size: 0.9rem;*/
    /*line-height: 1rem;*/
    font-weight: 400;
    color: #74788d;
}

.d-flex{
    display:flex !important;
}

.d-flex-center {
    display: flex;
    align-items: center;
}

/* IMAGES
======================================================================================== */
.img-login {
    height: 120px;
    margin: 50px auto;
}

.img-club, .img-user, .img-user-list, .img-sponsor {
    border-width: 4px;
}

.img-user-list {
    height: 50px;
    padding: 0px;
}

.img-user-list-sm {
    height: 35px;
    padding: 0px;
}

.img-score-list {
    height: 35px;
    padding: 0px;
}

@media (min-width: 768px) {
    .img-club {
        height: 70px;
        display: block;
        margin: 0 auto;
    }

    .img-user {
        height: 70px;
        display: block;
        margin: 0 auto;
    }

    .img-sponsor {
        height: 30px;
        display: block;
        margin: 0 auto;
    }
}



/* BUTTON
======================================================================================== */
.btn-success {
    color: #ffffff;
    background-color: #049948;
    border-color: transparent;
}

    .btn-success:focus,
    .btn-success.focus {
        color: #ffffff;
        background-color: #b6aa49;
        border-color: rgba(0, 0, 0, 0);
    }

    .btn-success:hover {
        color: #ffffff;
        background-color: #b6aa49;
        border-color: rgba(0, 0, 0, 0);
    }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        color: #ffffff;
        background-color: #b6aa49;
        border-color: rgba(0, 0, 0, 0);
    }

        .btn-success:active:hover,
        .btn-success.active:hover,
        .open > .dropdown-toggle.btn-success:hover,
        .btn-success:active:focus,
        .btn-success.active:focus,
        .open > .dropdown-toggle.btn-success:focus,
        .btn-success:active.focus,
        .btn-success.active.focus,
        .open > .dropdown-toggle.btn-success.focus {
            color: #ffffff;
            background-color: #92883a;
            border-color: rgba(0, 0, 0, 0);
        }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled.focus,
    .btn-success[disabled].focus,
    fieldset[disabled] .btn-success.focus {
        background-color: #049948;
        border-color: transparent;
    }

    .btn-success .badge {
        color: #049948;
        background-color: #ffffff;
    }

.btn-success {
    position: relative;
}

    .btn-success:focus {
        background-color: #049948;
    }

    .btn-success:hover,
    .btn-success:active:hover {
        background-color: #049948;
    }

    .btn-success:active {
        -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    }

    .btn-success:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: -webkit-radial-gradient(circle, #ffffff 10%, transparent 10.01%);
        background-image: -o-radial-gradient(circle, #ffffff 10%, transparent 10.01%);
        background-image: radial-gradient(circle, #ffffff 10%, transparent 10.01%);
        background-repeat: no-repeat;
        -webkit-background-size: 1000% 1000%;
        background-size: 1000% 1000%;
        background-position: 50%;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: background .5s, opacity 1s;
        -o-transition: background .5s, opacity 1s;
        transition: background .5s, opacity 1s;
    }

    .btn-success:active:after {
        -webkit-background-size: 0% 0%;
        background-size: 0% 0%;
        opacity: .2;
        -webkit-transition: 0s;
        -o-transition: 0s;
        transition: 0s;
    }

.btn-fab {
    position: fixed;
    bottom: 20px;
    right: 20px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    padding: 18px;
    z-index: 1000;
}



.btn-action {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    padding-bottom: 16px;
    padding-right: 10px;
    padding-top: 10px;
    background-color: #fafafa;
    z-index: 1000;
    margin: 0 -5px;
}

.btn-score-action {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    background-color: #fafafa;
    padding: 10px;
}

.btn-circle {
    border-radius: 50%;
    height: 38px;
    width: 38px;
    padding: 8px 4px;
}



/* TEXT
======================================================================================== */
.text-underline {
    text-decoration: underline;
}

.text-green {
    color: #3cAA35;
}

.text-dull {
    color: #aaa;
}

.text-lable {
    color: #bbbbbb;
    font-size: 16px;
}

.text-login {
    color: #049948;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 30px;
}

.text-policy {
    color: #4b4e52;
    font-size: 15px;
    font-weight: 300;
    text-align: justify;
}

.text-header {
    color: #4b4e52;
    font-size: 28px;
    margin-bottom: 18px;
    font-weight: 300;
}

.text-title {
    color: #4b4e52;
    font-size: 28px;
    margin-bottom: 18px;
}

.text-coupon {
    font-size: 11px;
    display: block;
    line-height: 1;
}

.text-fee {
    font-size: 11px;
    font-weight: 600;
    display: block;
    line-height: 1;
    margin-bottom: 2px;
}

/* List
======================================================================================== */
.ul {
    padding: 0;
    list-style-type: none;
}

.li {
    list-style: none;
}


/* PANEL
======================================================================================== */
.panel-club .panel-body {
    padding: 10px 5px;
}

.panel-club .holder-club {
    text-align: center;
    margin: 0 auto;
}

    .panel-club .holder-club .title {
        font-weight: bold;
    }

    .panel-club .holder-club h6 {
        font-size: 20px;
    }

.panel-match {
    margin-bottom: 10px;
}

    .panel-match .panel-body {
        padding: 10px;
    }

    .panel-match .panel-heading {
        font-size: 12px;
        padding: 5px 10px;
        font-weight: bold;
        color: #778;
    }

    .panel-match .container {
        width: auto;
    }

    .panel-match .holder-match {
        text-align: center;
        margin: 0 auto;
    }

        .panel-match .holder-match .title {
            text-align: left;
            font-weight: bold;
            font-size: 12px;
            margin-bottom: 5px;
        }

            .panel-match .holder-match .title span {
                padding: 0px 5px;
                border: 1px dashed #eee;
            }

        .panel-match .holder-match .player .name {
            line-height: 1.2;
            margin: 5px 0px 0px;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .panel-match .holder-match .player .handicap {
            font-size: 80%;
            font-weight: bold;
            line-height: 1.5;
        }

        .panel-match .holder-match .player .club {
            line-height: 1.1;
            font-weight: bold;
        }

    .panel-match .result-holder {
        display: table;
        min-height: 112px;
        width: 100%;
        vertical-align: middle;
    }

    .panel-match .holder-match-double .result-holder {
        min-height: 100px;
    }

    .panel-match .holder-match-none .result-holder {
        min-height: 80px;
    }

    .panel-match .holder-match-none .player .club {
        margin-top: 5px;
    }

    .panel-match .result {
        text-align: center;
        margin: 0 auto;
        display: table-cell;
        vertical-align: middle;
        position: relative;
    }

        .panel-match .result h4 {
            font-size: 42px;
            line-height: 1;
            margin-bottom: 0;
        }

            .panel-match .result h4 span {
                font-size: 20px;
            }

            .panel-match .result h4 small {
                font-size: 60%;
                color: #444;
            }

        .panel-match .result h6 {
            font-size: 14px;
            font-weight: bold;
            line-height: 1;
            margin-bottom: 10px;
        }

        .panel-match .result span {
            font-size: 12px;
            line-height: 1.5;
            display: inline-block;
        }

    .panel-match .divider {
        margin: 15px 0 12px;
    }

    .panel-match .result.result-2 {
        border-left: 1px dashed #eee;
        margin-top: 5px;
        padding-top: 0px;
    }

        .panel-match .result.result-2 .result-bye {
            color: #fff;
            padding: 0 3px;
            font-weight: 500;
            position: absolute;
            top: -2px;
            left: 0;
            font-size: 8px;
        }

.panel-club-inner .panel-heading .match-info {
    display: inline-block;
    padding-top: 4px;
    font-weight: 500;
    color: #555;
    text-transform: uppercase;
}

.panel-club-inner .panel-footer {
    padding: 5px 10px;
    font-size: 12px;
}

@media (max-width: 768px) {
    .panel-club {
        margin-bottom: 15px;
    }

        .panel-club .panel-body {
            padding: 0px 5px;
        }

    .panel-club-inner .panel-body {
        padding: 10px 10px 5px;
    }

        .panel-club-inner .panel-body .player-name {
            margin: 0;
            line-height: 1.5;
        }

    .panel-match .result h4 {
        font-size: 20px;
        line-height: 1;
        margin: 0;
    }

        .panel-match .result h4 span {
            font-size: 12px;
        }

    .panel-match .result h6 {
        font-size: 12px;
        line-height: 1;
        margin: 5px;
    }

    .panel-match .result span {
        font-size: 10px;
        display: inline-block;
        line-height: 1.5;
    }

    .panel-match .holder-match-double {
        text-align: left;
    }

    .panel-match .holder-match .player .name {
        margin: 5px 0 0;
        white-space: nowrap;
        max-width: 88px;
        font-size: 12px;
    }

    .panel-match .holder-match .player .club {
        font-size: 12px;
    }

    .panel-match .holder-match-double .player .name {
        margin: 0px;
    }

    .panel-match .holder-match .player .img-user {
        height: 60px;
        margin: 0 auto;
    }

    .panel-match .holder-match-double .player .img-user {
        height: auto;
        margin: 0;
    }

    .panel-match .col-xs-4 {
        padding: 0 10px;
    }
}

/* TABLE
======================================================================================== */
.table-card {
    width: 98%;
}

.table-format {
    margin: 5px 0 5px;
}

    .table-format td {
        width: 20%;
        text-align: center;
        border-top: none !important;
        border-bottom: 1px dashed #ddd;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

        .table-format td a {
            text-transform: uppercase;
            font-weight: bold;
            color: #888;
        }

.table-user tr td:not(:first-child), .table-user tr th:not(:first-child) {
    width: 10%;
    text-align: center;
}

.table-user tr td:not(:first-child) {
    padding-top: 20px;
}

.table-user .user-detail {
    padding-top: 10px;
    display: inline;
}

@media (max-width: 768px) {
    .table-user .user-detail {
        line-height: 1;
    }

    .table-user tr td:not(:first-child), .table-user tr th:not(:first-child) {
        width: 20%;
    }

    .table-user tr td:not(:first-child) {
        padding-top: 20px;
    }
}

.border-none{
    border:none !important;
}
/* MODAL
======================================================================================== */
.modal-responsive .modal-dialog {
    overflow-y: initial !important
}

.modal-responsive .modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

/* SPACER
======================================================================================== */
.padding-0 {
    padding: 0px !important;
}

.padding-2 {
    padding: 2px !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-15 {
    padding: 15px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-30 {
    padding: 30px !important;
}

.padding-50 {
    padding: 50px !important;
}

.padding-100 {
    padding: 100px !important;
}

.padding-150 {
    padding: 150px !important;
}

.padding-200 {
    padding: 200px !important;
}

.padding-t0 {
    padding-top: 0px !important;
}

.padding-t5 {
    padding-top: 5px !important;
}

.padding-t10 {
    padding-top: 10px !important;
}

.padding-t15 {
    padding-top: 15px !important;
}

.padding-t20 {
    padding-top: 20px !important;
}

.padding-t30 {
    padding-top: 30px !important;
}

.padding-t50 {
    padding-top: 50px !important;
}

.padding-t100 {
    padding-top: 100px !important;
}

.padding-t150 {
    padding-top: 150px !important;
}

.padding-t200 {
    padding-top: 200px !important;
}

.padding-b0 {
    padding-bottom: 0px !important;
}

.padding-b5 {
    padding-bottom: 5px !important;
}

.padding-b10 {
    padding-bottom: 10px !important;
}

.padding-b15 {
    padding-bottom: 15px !important;
}

.padding-b20 {
    padding-bottom: 20px !important;
}

.padding-b30 {
    padding-bottom: 30px !important;
}

.padding-b50 {
    padding-bottom: 50px !important;
}

.padding-b100 {
    padding-bottom: 100px !important;
}

.padding-b150 {
    padding-bottom: 150px !important;
}

.padding-b200 {
    padding-bottom: 200px !important;
}

.padding-r0 {
    padding-right: 0px !important;
}

.padding-r5 {
    padding-right: 5px !important;
}

.padding-r10 {
    padding-right: 10px !important;
}

.padding-r15 {
    padding-right: 15px !important;
}

.padding-r20 {
    padding-right: 20px !important;
}

.padding-r30 {
    padding-right: 30px !important;
}

.padding-r50 {
    padding-right: 50px !important;
}

.padding-r100 {
    padding-right: 100px !important;
}

.padding-r150 {
    padding-right: 150px !important;
}

.padding-r200 {
    padding-right: 200px !important;
}

.padding-l0 {
    padding-left: 0px !important;
}

.padding-l5 {
    padding-left: 5px !important;
}

.padding-l10 {
    padding-left: 10px !important;
}

.padding-l15 {
    padding-left: 15px !important;
}

.padding-l20 {
    padding-left: 20px !important;
}

.padding-l30 {
    padding-left: 30px !important;
}

.padding-l50 {
    padding-left: 50px !important;
}

.padding-l100 {
    padding-left: 100px !important;
}

.padding-l150 {
    padding-left: 150px !important;
}

.padding-l200 {
    padding-left: 200px !important;
}

.padding-lr0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.padding-lr3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.padding-lr5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.padding-lr10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.padding-lr15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.padding-lr20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.padding-lr30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.padding-lr50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.padding-lr100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.padding-lr150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
}

.padding-lr200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
}

.padding-tb0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.padding-tb5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.padding-tb10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.padding-tb15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.padding-tb20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.padding-tb30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.padding-tb50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.padding-tb100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.padding-tb150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}

.padding-tb200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}

.margin-0 {
    margin: 0px !important;
}

.margin-5 {
    margin: 5px !important;
}

.margin-10 {
    margin: 10px !important;
}

.margin-15 {
    margin: 15px !important;
}

.margin-20 {
    margin: 20px !important;
}

.margin-30 {
    margin: 30px !important;
}

.margin-50 {
    margin: 50px !important;
}

.margin-100 {
    margin: 100px !important;
}

.margin-150 {
    margin: 150px !important;
}

.margin-200 {
    margin: 200px !important;
}

.margin-t0 {
    margin-top: 0px !important;
}

.margin-t5 {
    margin-top: 5px !important;
}

.margin-t10 {
    margin-top: 10px !important;
}

.margin-t15 {
    margin-top: 15px !important;
}

.margin-t20 {
    margin-top: 20px !important;
}

.margin-t30 {
    margin-top: 30px !important;
}

.margin-t50 {
    margin-top: 50px !important;
}

.margin-t100 {
    margin-top: 100px !important;
}

.margin-t150 {
    margin-top: 150px !important;
}

.margin-t200 {
    margin-top: 200px !important;
}

.margin-l0 {
    margin-left: 0px !important;
}

.margin-l5 {
    margin-left: 5px !important;
}

.margin-l10 {
    margin-left: 10px !important;
}

.margin-l15 {
    margin-left: 15px !important;
}

.margin-l20 {
    margin-left: 20px !important;
}

.margin-l30 {
    margin-left: 30px !important;
}

.margin-l50 {
    margin-left: 50px !important;
}

.margin-l100 {
    margin-left: 100px !important;
}

.margin-l150 {
    margin-left: 150px !important;
}

.margin-l200 {
    margin-left: 200px !important;
}

.margin-r0 {
    margin-right: 0px !important;
}

.margin-r3 {
    margin-right: 3px !important;
}

.margin-r5 {
    margin-right: 5px !important;
}

.margin-r10 {
    margin-right: 10px !important;
}

.margin-r15 {
    margin-right: 15px !important;
}

.margin-r20 {
    margin-right: 20px !important;
}

.margin-r30 {
    margin-right: 30px !important;
}

.margin-r50 {
    margin-right: 50px !important;
}

.margin-r100 {
    margin-right: 100px !important;
}

.margin-r150 {
    margin-right: 150px !important;
}

.margin-r200 {
    margin-right: 200px !important;
}

.margin-b0 {
    margin-bottom: 0px !important;
}

.margin-b5 {
    margin-bottom: 5px !important;
}

.margin-b10 {
    margin-bottom: 10px !important;
}

.margin-b13 {
    margin-bottom: 13px !important;
}

.margin-b15 {
    margin-bottom: 15px !important;
}

.margin-b20 {
    margin-bottom: 20px !important;
}

.margin-b30 {
    margin-bottom: 30px !important;
}

.margin-b50 {
    margin-bottom: 50px !important;
}

.margin-b55 {
    margin-bottom: 55px !important;
}

.margin-b60 {
    margin-bottom: 60px !important;
}

.margin-b100 {
    margin-bottom: 100px !important;
}

.margin-b150 {
    margin-bottom: 150px !important;
}

.margin-b200 {
    margin-bottom: 200px !important;
}

.margin-br5 {
    margin-bottom: 5px !important;
    margin-right: 5px !important;
}

.margin-lr0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.margin-lr5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.margin-lr10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.margin-lr20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.margin-lr30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.margin-lr50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
}

.margin-lr100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
}

.margin-lr150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
}

.margin-lr200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
}

.margin-tb0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.margin-tb5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.margin-tb8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.margin-tb10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.margin-tb15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.margin-tb20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.margin-tb30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.margin-tb50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.margin-tb100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

.margin-tb150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
}

.margin-tb200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
}
