body {
    font-family: 'Open Sans', sans-serif;
    background-color: #f7f7f7;
    position: relative;
    margin: 0px;
    font-size: 14px;
    padding: 0px;
}

.page-content > .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 30px;
}

/* Footer */

footer {
    background-color: #2c3742;
    box-shadow: inset 0px 0px 3px #111;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    padding: 10px 0px 10px 0px;
    bottom: 0px;
}

    footer a {
        color: #eee;
        text-decoration: none;
        border-bottom: 1px dotted #888;
    }

        footer a:hover {
            color: #aaa;
            text-decoration: none;
            border: 0px;
        }

    footer hr {
        margin-top: 10px;
        margin-bottom: 10px;
        border-top: #000 1px solid;
        border-bottom: #212121 1px solid;
    }

    footer .copy {
        font-size: 13px;
        margin: 15px 0px;
    }

/* Logo & Navigation */

.header {
    height: 50px;
    background-color: #2c3742;
}

    .header .logo h1 {
        font-size: 30px;
        margin: 0px;
        padding: 10px 0px;
    }

        .header .logo h1 a {
            color: #fff;
            font-family: 'Open Sans Condensed', sans-serif;
        }

            .header .logo h1 a:hover {
                color: #fff;
                text-decoration: none;
                border: 0px;
            }

    .header .form {
        margin-top: 10px;
        width: 100%;
        max-width: 300px;
        margin: 10px auto;
    }

    .header .navbar * {
        box-shadow: none !important;
    }

    .header .navbar .label {
        font-size: 12px;
        padding: 4px 8px;
        margin: 0px 2px;
        border-radius: 15px !important;
    }

    .header .navbar {
        background: none !important;
        border: 0px !important;
    }

        .header .navbar i {
            margin-right: 3px;
        }

        .header .navbar .nav > li > a {
            color: #fff !important;
            font-size: 13px !important;
            border-bottom: 0px !important;
            margin-top: 0px !important;
            font-weight: bold;
        }

    .header .navbar-nav > .open > a, .header .navbar-nav > .open > a:hover, .header .navbar-nav > .open > a:focus {
        background: none !important;
    }

    .header .navbar-collapse {
        border: 0px !important;
    }

    .header .navbar-header {
        width: 43px;
        margin: 0 auto;
    }

        .header .navbar-header button {
            color: #fff !important;
            padding: 5px 10px;
        }

    .header .navbar-toggle {
        background-color: #1dc1da !important;
        border: 1px solid #0fa6bc !important;
    }

        .header .navbar-toggle:hover, .header .navbar-toggle:focus {
            background-color: #0fa6bc !important;
            border: 1px solid #0fa6bc !important;
        }

    .header .dropdown-menu {
        border-radius: 6px !important;
        background: #fff !important;
    }

        .header .dropdown-menu li {
            font-size: 13px;
            padding: 6px 15px;
            border-bottom: 1px dashed #f3f3f3;
        }

            .header .dropdown-menu li a {
                color: #888;
                padding-left: 0px !important;
            }

            .header .dropdown-menu li:last-child {
                border: 0px;
            }

            .header .dropdown-menu li a:hover {
                background: none !important;
                color: #666 !important;
                border: 0px !important;
            }

    .header .dropdown-big {
        min-width: 300px;
    }

        .header .dropdown-big .dropdown-head {
            padding: 7px 15px;
            background: #fcfcfc;
            border-bottom: 1px solid #ddd;
            margin-top: -5px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        .header .dropdown-big .dropdown-title {
            font-size: 13px;
            font-weight: bold;
            color: #999;
        }

        .header .dropdown-big .dropdown-body {
            background: #fff;
        }

        .header .dropdown-big .dropdown-foot {
            padding: 7px 15px;
            background: #fcfcfc;
            border-top: 1px solid #ddd;
            margin-bottom: -5px;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            font-size: 12px;
        }

            .header .dropdown-big .dropdown-foot a {
                color: #888;
            }

                .header .dropdown-big .dropdown-foot a:hover {
                    color: #555;
                    border-bottom: 0px;
                }

    .header .navbar-nav .caret {
        border-top-color: #fff !important;
        border-bottom-color: #fff !important;
    }

    .header .navbar-nav > .open > a .caret, .header .navbar-nav > .open > a:hover .caret, .header .navbar-nav > .open > a:focus .caret {
        border-top-color: #fff !important;
        border-bottom-color: #fff !important;
    }


.offlineBox {
    text-align: center;
    font-size: 18px;
    color: white;
    display: none;
    z-index: 1060;
    position: fixed;
    width: 98.1%;
    height: 55px;
    background-color: #e81043;
}

/* Sidebar navigation */
.content-box-large {
    /*margin-bottom: 30px;*/
    background: #fff;
    /*border-radius: 10px;*/
    padding: 10px;
    /*border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: 2px solid #eee;
    border-bottom: 2px solid #eee;*/
}

.content-box {
    margin-bottom: 30px;
    background: #9fa0a1;
    border-radius: 10px;
    padding: 20px 25px;
    /*border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: 2px solid #eee;
    border-bottom: 2px solid #eee;*/
    color: #ffffff;
}

.content-box2 {
    margin-bottom: 30px;
    background: #ffffff;
    border-radius: 10px;
    /*padding: 10px;*/
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: 2px solid #eee;
    border-bottom: 2px solid #eee;
    color: #9fa0a1;
}

.content-box-large {
    padding: 20px;
}

.box-with-header {
    border-top: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.content-box-header {
    min-height: 40px;
    /*font-size: 16px;*/
    background: #f5f5f5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: 2px solid #eee;
}

    .content-box-header:after {
        clear: both;
    }

.sidebar ul.nav, .sidebar ul.nav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 14px;
}

.sidebar ul.nav2, .sidebar ul.nav2 ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}

.sidebar ul.nav3, .sidebar ul.nav3 ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
}

.sidebar ul.nav ul {
    margin: 0px;
    padding: 0px;
    display: none;
}

.sidebar .nav li.open ul {
    display: block;
}

.sidebar .nav > li {
    margin: 15px auto;
    /*border-bottom: 1px dashed #eee;*/
    background: #696969;
    border-radius: 4px;
    width: 260px;
}

    .sidebar .nav > li:first-child {
        /*border-bottom: 0px;*/
        font-size: 16px;
        color: #111010;
        background: none;
    }

    /*Style for Reset button in left-side menu*/
    .sidebar .nav > li:last-child {
        /*border-bottom: 0px;*/
        background: #014076 !important;
        margin-bottom: 35px;
    }

        .sidebar .nav > li:last-child a:hover {
            background: #5d768c !important;
            border-radius: 4px;
        }

    .sidebar .nav > li li {
        margin: 0;
    }

        .sidebar .nav > li li a {
            padding-left: 25px;
        }

    .sidebar .nav > li > a {
        line-height: 18px;
        /*padding: 15px 15px;*/
        color: #fff;
        display: block;
        /*font-weight: bold;*/
        /*background: #696969;*/
        text-decoration: none;
        border-top: 0px;
    }

.sidebar .nav > span > li > a {
    line-height: 20px;
    /*padding: 15px 15px;*/
    color: #fff;
    display: block;
    /*font-weight: bold;*/
    /*background: #0d6fb7;*/
    text-decoration: none;
    border-top: 0px;
}

    .sidebar .nav > span > li > a:hover {
        background: #0d6fb7;
    }

.nav > li > a:hover,
.menu_isdisabled {
    background-color: #9b9a9b !important;
    color: #ffffff !important;
}

    .menu_isdisabled a {
        cursor: not-allowed;
    }

.nav > li.menu_isdisabled > a:hover,
.nav > li > a:focus,
.nav > li.current_menu > a:hover {
    background: none;
}

.sidebar .nav > li > a > i {
    margin-right: 5px;
}

.sidebar .nav > li > ul > li > a {
    line-height: 20px;
    padding: 8px 10px 8px 40px;
    color: #999;
    background: #fff;
    display: block;
    text-decoration: none;
    border-top: 0px;
    /*font-weight: bold;*/
}

.sidebar .nav > li > ul > li.active > a {
    /*background: #fff;*/
    border-top: 0px;
    color: #555;
}

.sidebar .nav > li > ul > li > a:hover {
    /*background: #fff;*/
    color: #555;
    border-bottom: 0px;
}

.sidebar .nav li a:hover, .sidebar .nav li.current > a {
    /*background: #696969;*/
    color: #fff;
    border-bottom: 0px;
    border-radius: 4px;
}

.sidebar .nav li.open > a {
    background: #fff;
    color: #555;
    border-bottom: 1px dashed #eee;
}

.sidebar .nav a .caret {
    float: right;
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: top;
    border-top: 4px solid #aaa;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    margin-top: 8px;
    margin-left: 2px;
}

.sidebar .nav a:hover .caret {
    border-top-color: #aaa;
}

.sidebar .nav li.open > a > .caret {
    border-top: none;
    border-bottom: 4px solid #aaa !important;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.sidebar .nav li.open > a:hover > .caret {
    border-bottom-color: #aaa;
}

.login-bg {
    background: rgba(255, 255, 255, 0);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background: -ms-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background: -o-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background-color: #eff0f3;
    background-repeat: no-repeat;
    height: 100%;
}

body {
    background-color: #eff0f3;
}

/** Login & Signup **/

.login-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}


    .login-wrapper .box {
        margin: 0 auto;
        padding: 30px 0 30px;
        float: none;
        -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
        -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
        -ms-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
        -o-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
        box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
        background: #fff;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
    }

        .login-wrapper .box .content-wrap {
            width: 82%;
            margin: 0 auto;
        }

        .login-wrapper .box h6 {
            text-transform: uppercase;
            margin-bottom: 35px;
            font-size: 18px;
            font-weight: 600;
        }

        .login-wrapper .box input[type="text"],
        .login-wrapper .box input[type="password"] {
            font-size: 18px;
            height: 46px;
            margin-bottom: 5px;
            border-color: #b2bfc7;
            padding-left: 12px;
        }

            .login-wrapper .box input[type="text"]:focus,
            .login-wrapper .box input[type="password"]:focus {
                border: 1px solid #28a0e5;
                outline: none;
                -webkit-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
                -moz-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
                -ms-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
                -o-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
                box-shadow: inset 0 1px 2px #dddddd, 0px 0 5px #28a0e5;
            }

        /*.login-wrapper .box input[type="password"] {
            margin-bottom: 10px;
        }*/

.wrap_id_password p {
    margin-bottom: 10px;
}

.login-wrapper .box .action {
    position: relative;
    top: 30px;
    padding: 15px 0px;
}

.login-wrapper .box .signup {
    text-transform: uppercase;
    font-size: 13px;
    padding: 7px 25px;
    border-radius: 5px;
}

.login-wrapper .already {
    margin: 0 auto;
    float: none;
    text-align: center;
    font-size: 13px;
    margin-top: 30px;
}

    .login-wrapper .already p {
        display: inline-block;
        color: #222;
    }

    .login-wrapper .already a {
        color: #222;
        margin-left: 7px;
        border-bottom: 1px solid;
    }

        .login-wrapper .already a:hover {
            text-decoration: none;
            color: #000;
            border-bottom-color: #000;
        }


.login-wrapper .box .social {
    margin: 0 auto;
    width: 90%;
}

    .login-wrapper .box .social a.face_login {
        background: #6887c4;
        background: -moz-linear-gradient(top, #6887c4 0%, #4566a9 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6887c4), color-stop(100%,#4566a9));
        background: -webkit-linear-gradient(top, #6887c4 0%,#4566a9 100%);
        background: -o-linear-gradient(top, #6887c4 0%,#4566a9 100%);
        background: -ms-linear-gradient(top, #6887c4 0%,#4566a9 100%);
        background: linear-gradient(to bottom, #6887c4 0%,#4566a9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6887c4', endColorstr='#4566a9',GradientType=0 );
        border: 1px solid #3B4868;
        border-radius: 3px 3px 3px 3px;
        display: inline-block;
        height: 37px;
        overflow: hidden;
        width: 99%;
        text-decoration: none !important;
    }

a.logout:hover {
    background: #6887c4;
    background: -moz-linear-gradient(top, #6887c4 0%, #5773AC 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6887c4), color-stop(100%,#5773AC));
    background: -webkit-linear-gradient(top, #6887c4 0%,#5773AC 100%);
    background: -o-linear-gradient(top, #6887c4 0%,#5773AC 100%);
    background: -ms-linear-gradient(top, #6887c4 0%,#5773AC 100%);
    background: linear-gradient(to bottom, #6887c4 0%,#5773AC 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6887c4', endColorstr='#5773AC',GradientType=0 );
}

a.logout span.logout_icon {
    border-radius: 1px 0 0 1px;
    float: left;
    text-align: center;
}

    a.logout span.logout_icon img {
        width: 100px;
    }

a.logout span.text {
    color: #FFFFFF;
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin: 6px 0 0 25px;
    text-shadow: 1px 1px 0 #39599F;
}

.login-wrapper .box .division {
    display: inline-block;
    margin: 17px 0 23px;
    position: relative;
    text-align: center;
    width: 100%;
}

    .login-wrapper .box .division hr {
        border-color: #E2E2E4;
        border-width: 1px;
        margin: 0;
        position: absolute;
        width: 40%;
    }

        .login-wrapper .box .division hr.left {
            top: 13px;
        }

        .login-wrapper .box .division hr.right {
            bottom: 6px;
            right: 0;
        }

    .login-wrapper .box .division span {
        color: #666666;
        font-size: 18px;
    }

.login-wrapper legend {
    border-bottom: 1px solid #ff0000;
}

.panel-heading > .panel-title, .content-box-header .panel-title {
    float: left;
    padding: 10px 15px;
    padding-top: 0px;
    margin-left: -25px;
    font-size: 20px;
}

    .panel-heading > .panel-title > *, .content-box-header .panel-title > * {
        margin: 0;
    }

    .panel-heading > .panel-title > span, .content-box-header .panel-title > span {
        font-weight: normal;
    }

.panel-heading > .panel-options, .content-box-header .panel-options {
    float: right;
    padding-right: 15px;
}

    .panel-heading > .panel-options > a, .content-box-header .panel-options > a {
        margin-top: 10px;
        color: #ffffff;
    }

.title_table {
    background: #a0a0a0;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding: 6px 15px;
}

.panel-body {
    clear: both;
    padding: 0px;
}

.panel-header > .panel-heading {
    background-image: -webkit-linear-gradient(top, #000000 0%, #000000 100%);
    background-image: linear-gradient(to bottom, #000000 0%, #000000 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
    color: #ffffff;
}

.btn-menu {
    background-image: -webkit-linear-gradient(top, #585658 0%, #585658 100%);
    background-image: linear-gradient(to bottom, #585658 0%, #585658 100%);
    background-repeat: repeat-x;
    border-color: #585658;
    color: #ffffff;
}

.btn-normal {
    background-image: -webkit-linear-gradient(top, #585658 0%, #585658 100%);
    background-image: linear-gradient(to bottom, #585658 0%, #585658 100%);
    background-repeat: repeat-x;
    border-color: #585658;
    color: #ffffff;
    width: 200px;
    font-size: 16px;
}

.btn-blue {
    background-image: -webkit-linear-gradient(top, #0d6fb7 0%, #0d6fb7 100%);
    background-image: linear-gradient(to bottom, #0d6fb7 0%, #0d6fb7 100%);
    background-repeat: repeat-x;
    border-color: #0d6fb7;
    color: #ffffff;
    width: 120px;
}

.btn-green {
    background-image: -webkit-linear-gradient(top, #009a44 0%, #009a44 100%);
    background-image: linear-gradient(to bottom, #009a44 0%, #009a44 100%);
    background-repeat: repeat-x;
    border-color: #009a44;
    color: #ffffff;
    width: 120px;
}

.btn-red {
    background-image: -webkit-linear-gradient(top, #e50112 0%, #e50112 100%);
    background-image: linear-gradient(to bottom, #e50112 0%, #e50112 100%);
    background-repeat: repeat-x;
    border-color: #e50112;
    color: #ffffff;
    width: 120px;
}

.navbar-toggle {
    float: left;
    margin-left: 15px;
}

@media (min-width: 0) {
    .navbar-toggle {
        display: block;
    }
}

.navbar-position {
    left: 300px;
    overflow: hidden;
    right: -300px;
}

.navbar-active {
    display: block;
}

.navbar-close {
    display: none;
}

.m-top-0 {
    margin-top: 0 !important;
}

.m-bot-0 {
    margin-bottom: 0;
}

.min-height-55p {
    min-height: 55px;
}

.p-top-5p {
    padding-top: 5px !important;
}

/* Responsive CSS */

/* Mobile phones */
@media (max-width: 480px) {
}

/* Tablets */
@media (max-width: 767px) {
    .container {
        width: 100%;
    }

    .header {
        height: auto;
        padding: 15px 0px;
    }

        .header .logo {
            text-align: center;
            padding-bottom: 10px;
        }

        .header .navbar .nav > li > a:hover {
            background: #0fa6bc;
            border-radius: 5px;
        }

    .navbar-toggle {
        margin-right: 0px !important;
    }
}

/* Desktop */

@media (max-width: 991px) {
    .header {
        height: auto;
        padding: 15px 0px;
    }

        .header .logo {
            text-align: center;
            padding-bottom: 10px;
        }

        .header .form {
            margin: 10px auto;
        }

    .sidebar, content-box {
        margin-bottom: 30px;
        width: 100%;
        float: none;
        position: relative;
    }

    .mainy {
        margin-left: 0px;
    }

    .sidebar-dropdown {
        display: block;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 10px;
        border-bottom: 1px dashed #eee;
        padding-bottom: 10px;
    }

        .sidebar-dropdown a, .sidebar-dropdown a:hover {
            color: #fff;
            background: #16cbe6;
            display: block;
            padding: 6px 12px;
            border-bottom: 0px;
            box-shadow: 0px 0px 1px #0fa6bc;
            border-radius: 10px;
        }
}

/* Style for header of _Layout.cshtml */
.club_name {
    /*position: absolute;*/
    display: inline-block;
    /*width: 250px;
    right: 125px;*/
    /*color: #c0c0c0;*/
    text-align: right;
    /*font-size: 12px;*/
}

.logout_form {
    float: right;
    position: relative;
}

.logout_text {
    padding: 5px 16px;
    background: gray;
    color: #fff;
    border-radius: 5px;
}

.disabled_button {
    background-color: #9b9a9b !important;
    cursor: not-allowed;
}

    .disabled_button:hover {
        color: #ffffff;
    }

.button_block {
    display: block;
    width: 30%;
    min-width: 300px;
    margin: 35px auto;
    padding: 10px 0px;
    font-size: 18px;
    text-align: center;
    /*cursor: pointer;*/
    /*border: 1px solid transparent;*/
    border-radius: 4px;
    background-color: #696969;
    color: #ffffff;
}

.content-box-large .button_block:hover {
    color: #ffffff !important;
    background-color: #9b9a9b !important;
    text-decoration: none;
}

.color_text_decoration {
    color: #ffffff !important;
    text-decoration: none !important;
}

.field-validation-error {
    color: #ff0000;
    font-weight: bold;
    font-size: 15px;
}

.input-validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee !important;
}

.position_relative {
    position: relative;
}

.greater {
    position: absolute;
    right: 24px;
    font-size: 25px;
    top: 1px;
    font-family: monospace;
}

.dataTables_length {
    display: none;
}

.dataTables_filter {
    display: none;
}

/* show items and paging */
/*.dataTables_info {
    margin-top: 37px;
}

.dataTables_paginate {
    margin-top: 20px;
    float: left !important;
    text-align: right !important;
}*/

.ellipsis {
    display: none !important;
}

.disabled {
    /*background-color: #9b9a9b !important;*/
    opacity: 0.6;
    cursor: not-allowed !important;
}

.hide_column {
    display: none;
}

.date_buttons {
    width: 500px;
    margin: 0px auto;
    padding-bottom: 30px;
}

.buttons-csv {
    display: none !important;
}

/* Style for calendar*/
.input-group-addon {
    display: none !important;
}

.form-control {
    /*border-top-left-radius: 4px !important;*/
    /*border-bottom-left-radius: 4px !important;*/
    font-size: 20px;
    height: 37px;
}

div.logout_icon {
    background-color: #696969;
    border-radius: 3px;
    padding: 0px 10px;
    color: #fff;
    background: #696969;
    /*line-height: 30px;*/
    /*margin-top: 3px;*/
    margin-right: 25px;
}

    div.logout_icon:hover {
        opacity: 0.8;
    }

a.hover {
    text-decoration: none;
}

.custom-header {
    word-break: break-all;
    float: right;
    padding-right: 10px;
    margin: 0px 15px;
    width: 250px;
}

.color-x {
    background-color: #0d6fb7 !important;
}

input[name='occurrenceDatetime'] {
    text-align: center;
    background: #ffffff !important;
}

.div_center_block {
    margin: 15px auto;
    display: table;
}
/* Style for filter */
.filtering_icon {
    float: right;
    position: relative;
    top: 3px;
    right: -14px;
    color: #ddd;
}

    .filtering_icon:hover {
        color: #737172;
    }

.modalFilter {
    display: none;
    height: auto;
    background: #FFF;
    border: solid 1px #ccc;
    padding: 8px;
    position: absolute;
    z-index: 1001;
}

    .modalFilter .modal-content {
        max-height: 200px;
        overflow-y: auto;
        border: none;
        padding: 5px;
    }

    .modalFilter label {
        font-weight: normal !important;
    }

#mask {
    display: none;
    background: transparent;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 1000;
}

.lean-overlay {
    position: fixed;
    z-index: 999;
    top: -100px;
    left: 0;
    bottom: 0;
    right: 0;
    height: 125%;
    width: 100%;
    background: #000;
    display: none;
    will-change: opacity;
}

.modal.bottom-sheet {
    top: auto;
    bottom: -100%;
    margin: 0;
    width: 100%;
    max-height: 45%;
    border-radius: 0;
    will-change: bottom, opacity;
}

.modal_footer_button {
    padding: 10px 5px;
}

.filterSearchText {
    margin-top: 10px;
}

.text_font_size_14px {
    font-size: 16px;
    padding-bottom: 5px;
}

/* Style for menu list layout*/
.sidebar u.nav li {
    margin: 30px 0px;
}

/* Style for button J-EXC-04*/
.btn_search_download {
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    background-color: #696969;
    color: #ffffff;
    font-size: 18px;
    /*border: 1px solid #696969;
    outline: #696969 auto 5px;*/
}

.div_center_block .btn_search_download:hover {
    background-color: #9b9a9b !important;
}

.btn_download_disabled {
    background-color: #9b9a9b !important;
    cursor: not-allowed;
    color: #ffffff !important;
}

    .btn_download_disabled:hover {
        color: #ffffff !important;
    }

.current_menu {
    background-color: #9b9a9b !important;
    cursor: not-allowed;
}

/* Style text left-side menu */
.content-box > p {
    margin: 1px 0px;
    word-break: normal;
    word-wrap: break-word;
}

/* Style button dock */
.navbar-default .navbar-toggle:focus {
    background: none;
}

/* Style for subtitle */
.subtitle {
    font-weight: bold;
    font-size: 20px;
    position: relative;
    right: -175px;
    line-height: 35px;
}

/* Style for login form - club_cd */
.label_club_cd {
    line-height: 31px;
}

/* Style for layout form - header */
.line_height_text {
    line-height: 35px;
}

.width_column_small {
    font-size: 15px !important;
}

.width_column_big {
    font-size: 15px !important;
}

.dataTables_info {
    font-size: 18px !important;
}

#loading {
    display: none;
    position: fixed;
    z-index: 100;
    background: rgba(0,0,0,.5);
    background-size: 100px 100px;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}

.fontcenter {
    padding: 3px 12px;
}

.button_block .greater {
    padding: 4px;
}

.m-right-40p-btn {
    margin-right: 40px;
}

.m-top-10p {
    margin-top: 10px;
}

.m-bot-20p {
    margin-bottom: 20px;
}

.title-color {
    color: #e60114;
}

.m-right-114p {
    margin-right: 114px;
}

.m-right-127p {
    margin-right: 127px;
}