[data-theme="default"] {
    --bg: #fffff;
    --font-color: #6d6d6d;
    --border-color: #6d6d6d;
}

[data-theme="dark"] {
    --bg: #333333;
    --font-color: #b1b1b1;
    --border-color: #b1b1b1;
}

body {
    background-color: var(--bg);
}

@font-face {
    font-family: Bemio;
    src: url(font/Bemio.otf);
}

.btn:focus{
    outline:none;
}

.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */

    display: flex;
    align-items: center;
    margin-top: -80px;
}

.beamer{
    font-family: Bemio;
}

.font-bemio{
    font-family: Bemio;
}
.container-fluid{
    padding-top: 80px;
}

/**navigation**/
.navbar{

}
.navbar-inverse .navbar-brand {
    color: #a7ccda;
}
.navbar-inverse .navbar-nav > li > a {
    color: #a9bfc7;}

@media (min-width: 768px) {
    .navbar-right {
        margin-right: 15px;
    }
}


@media (max-width: 917px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

.stock{
    margin: -28px 0 0 10px;
    color: black;

}
.geenitems {
    background:url("../img/geeneten.png") no-repeat center;
    height:500px;
}

/**sidebar**/
.sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    right: 0;
    z-index: 1000;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    /*background:url("../img/bg.png") repeat;*/
    background-color: #213D57;
    -webkit-box-shadow: inset 2px 0px 15px #bababa;
    -moz-box-shadow: inset 2px 0px 15px #bcbcbc;
    box-shadow: inset 2px 0px 15px #13162d;
    padding: 30px;

}
.sidebar .btn{
    border: 2px #1f3f60 solid;
}


/**Sidebar Mandje**/
.scaleInput{
    width: 3em;
}

.scaleInput:focus{
    width: 90%;
    outline: 0px;
}

.trash {
    cursor: pointer;
}

/*order.php*/
.overlayFix{
    position: relative;
}
.pinCodeOverlay{
    width: 100%;
    height: 100%;
    background: rgba(18, 53, 73, 0.95);
    position: absolute;
    top: -30px;
    left: 0px;
    z-index: 1001;
    display: table-cell;
    vertical-align: middle;
    text-align: center;

}
.pinCodeOverlay2{
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.27);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1001;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.pinCodeOverlay .pincodeBlock{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    position: absolute;
    width: 200px;
    padding: 20px;
    min-width: 200px;
    border-radius: 10px;
    border: 1px solid #b5b5b5;
}
.pinCodeOverlay .pincodeBlock input{
    text-align: center;
}

.orderUserCard {
    background-color: #93b5d4;
    padding: 10px;
}
.orderUserCard .media-body{
    padding-top: 8px !important;
}

.orderUserCard .userImg{
    border: 3px solid #d0dce6;
}
.orderUserCard .media-left{
    color: #d0dce6;
}
.orderUserCard h3{
    font-size: 26px;
    font-weight: bold;
    color: white;
}
.orderUserCard .balanceUserTop{
    position: absolute;
    right: 15px;
    width: 72px;
    text-align: right;
    padding-right: 12px;
    background-color: #93b5d4;
}

.containermandje {
    background: #fefefe;
    border-radius: 0 0 5px 5px;
    padding: 10px;
    margin:0;
    margin-bottom: 20px;
}
.containermandje ul{
    margin: 0;
    padding: 0;
}
.containermandje li{
    border:none;
    border-top: 1px solid #000000;
    border-radius: 0;
    padding-top: 20px;
}

.containermandje li:first-child{
    border:none;
    border-radius: 0;
    padding-top: 0px;
}
.containermandje span.price{
    font-size: 16px;
    font-weight: bolder;
    display: inline-block;
    color: #6d6b6b;
}

.balanceAther{
    color: #828282;
}

.fixSideBarButtons{
   margin-bottom: 40px;
}
span.priceTotal{
    font-size: 26px;
    font-weight: bolder;
    color: #93b5d4;
}

.rowMsEigen{
    margin-bottom: 10px;
}

#msEigenContainer{
    position: relative;
}

#msEigen{
    padding-left: 5px;
}
.msEigen-focus{
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
#msEigen input{
    float: left;
    border: 0;
    box-shadow: none;
    -webkit-transition: none;
    outline: none;
    display: block;
    padding: 0;
    line-height: 1.42857143;
    margin: 1px 0;
}
.msEigenBlock{
    background: #F3F3F3;
    color: #999;
    float: left;
    font-size: 12px;
    padding: 0 5px;
    border-radius: 3px;
    border: 1px solid #DDD;
    margin: 1px 5px 1px 0;
}
.msEigenClosebtn{
    width: 7px;
    cursor: pointer;
    height: 7px;
    float: right;
    margin: 6px 2px 0 10px;
    background-image: url("data:image/png;base64,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");
    background-position: 0 -7px;
}
.msEigenDropdown{
    width: 100%;
    display: none;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.msEigenItem{
    line-height: 25px;
    text-align: left;
    padding: 2px 5px;
    color: #666;
    cursor: pointer;
}
.msEigenItemActive{
    background-color: #F5F5F5;
}
.msEigenItem em{
    font-style: normal;
    background: #565656;
    color: #FFF;
}



.containermandje span.trash{
    margin-right: 10px;
}
.btnBetaald{
     width: 50%;
 }
.containermandje p{
    font-style: italic;
    font-size: 12px;
    padding: 10px;
    padding-top: 0px;
}
.containermandje p input{
    margin-top: 10px;
}
.placeholder {
    border: none;
}


/**Main Frame: PRODUCTEN**/
.productTitle {
    margin: 0px;
    text-align: center;
    padding: 3px;
}

.mix a:hover{
    text-decoration: none;
}
.mix a{
    text-decoration: none;
}

.controls{
    margin-bottom: 40px;
}
.mix{
    display: none;

}
#Grid{
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    max-width: 1900px;
    margin: 0 auto;
}
#price{
    /* top: 5px; */
    /* right: 20px; */
    /* width: 100%; */
    border-radius: 3px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    display: block;
    padding: 0;
    text-align: center;
    font-weight: bolder;
    color: rgba(255, 255, 255, 0.99);
}
.priceFood{
    background-color: #9ad2ef;
}
.priceDrinks{
    background-color: #1a609c;
}

/**Main Keuken: **/

.keuken{
    height: 120px;
    margin-bottom: 10px;

}
.keuken h3 {
    margin: 0;
}
.keuken .info{

    display: block;
    padding: 9.5px;
    margin: 10px 0 0;
    font-size: 20px;
    line-height: 1.42857143;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 80px;
}
.panel-gereed .panel-heading{
    background-color: #7cc643;
}

.panel-gereed {
    border-color: #83b057;
}
.panel-gereed p {
    color: #83b057;
}
.panel-gereed kbd {
    background-color: #648d47;
}
.panel-cooking .panel-heading{
    background-color: #f6c249;
}
.panel-cooking {
    border-color: #e4b344;
}
.panel-cooking p {
    color: #e4b344;
}
.panel-cooking kbd {
    background-color: #bc8d3c;
}
.action p{
    line-height: 34px;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: bolder;


}


/*adminsection*/

.sidebarAdmin {
  position: fixed;
  top: 51px;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: block;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(33, 61, 87, 1);
  border-right: 1px solid #eee;
}
.sidebarAdmin > .nav > li > a:hover, .nav > li > a:focus{
 background-color: #305A7F ;
    color: white;
}


.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
}
.nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
    color:#4887BF;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #305A7F;
}

.status {
    width: 50px;
}


#image-cropper{
    color: rgba(0, 0, 0, 0.13);
}

#image-cropper2{

    color: rgba(0, 0, 0, 0.13);

}
#image-cropper,#image-cropper2 i, input {
    vertical-align: middle;
}

.cropit-image-preview {
    /* You can specify preview size in CSS */
    width: 230px;
    height: 160px;
    margin: 0 0 15px;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border: 1px solid #ebebeb;
}
.cropit-image-preview2 {
    /* You can specify preview size in CSS */
    width: 560px;
    height: 190px;
    margin: 0 auto 15px;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border: 1px solid #ebebeb;
}

/* Show move cursor when image has been loaded */
.cropit-image-preview.cropit-image-loaded {
    cursor: move;
}
#cropitEditSlider{
    display: none;
}

/* Hide default file input button if you want to use a custom button */


/*fix for input file element */
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 15px 0 0 0;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

input[type="range"]{
    width: 120px;
    display: inline-block;
}

.tabDeelnemers{
    padding: 20px;
    border-left: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
    margin-bottom: 20px;
}
a, a:active, a:focus {
    outline: none !important;
}

.seatForm{
    text-align: center;
    min-width: 60px;
    max-width: 60px;
}

.loadingDiv{
    display: none;
    height: 200px;
    width:  100%;
    height: 100%;
    z-index: 2000;
    background: rgba(0,0,0,0.5);
    position: fixed;
    margin: 0px;
    top:0px;
    text-align: center;
}
.loadingDiv div{
    position: relative;
    font-size: 1.4em;
    top:50%;
    left: 50%;
    color:rgba(255,255,255,0.8);
    height: 120px;
    width: 400px;
    margin-top: -60px;
    margin-left: -200px;
}

.seatnr{
    width: 40px;
    text-align: center;
    float: left;
    border: 1px solid #DDD;

}


/* for sizing glypicons */
.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}


/*on/off switch*/
.onoffswitch {
    position: relative; 
    width: 65px;
    float: right;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    height: 26px; padding: 0; line-height: 26px;
    border: 2px solid #CCCCCC; border-radius: 26px;
    background-color: #FFFFFF;
    margin-bottom: 0px;
    transition: background-color 0.3s ease-in;
}
.onoffswitch-label:before {
    content: "";
    display: block; width: 26px; margin: 0px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 37px;
    border: 2px solid #CCCCCC; border-radius: 26px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #4E6B96;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #4E6B96;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px;
}

.labelSwitch {
    float: left;
    font-weight: bold;
    line-height: 26px;
    font-size: 14px;
    color: #50718b;
}

.configPadding{
    margin-bottom: 20px;
}



navbarFIX{
    color: white;
    font-size: 12px;
}

.note-group-select-from-files {
    display: none;
}

.container{
    padding-top: 80px;
}

/* https://stackoverflow.com/questions/4861224/how-to-use-css-to-surround-a-number-with-a-circle */
.numberCircle{
    margin-left: 10px;
}


/* Help bubble */
.help-tip{
    display: inline-block;
    float: right;
    position: relative;
    right: 0px;
    text-align: center;
    background-color: #BCDBEA;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 26px;
    cursor: default;
    margin-left: 10px;
}

.help-tip:before{
    content:'?';
    font-weight: bold;
    color:#fff;
}

.help-tip:hover p{
    display:block;
    transform-origin: 100% 0%;

    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;

}

.help-tip p{    /* The tooltip */
    display: none;
    text-align: left;
    background-color: #1E2021;
    padding: 20px;
    width: 300px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -4px;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
    z-index: 1;
}

.help-tip p:before{ /* The pointer of the tooltip */
    position: absolute;
    content: '';
    width:0;
    height: 0;
    border:6px solid transparent;
    border-bottom-color:#1E2021;
    right:10px;
    top:-12px;
}

.help-tip p:after{ /* Prevents the tooltip from being hidden */
    width:100%;
    height:40px;
    content:'';
    position: absolute;
    top:-40px;
    left:0;
}

/* CSS animation */

@-webkit-keyframes fadeIn {
    0% {
        opacity:0;
        transform: scale(0.6);
    }

    100% {
        opacity:100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}



.zero-padding {
    padding: 0;
}


.u-card .media-body{
    padding-top: 10px;
    padding-left: 0px;
}

.u-balance{
    background-color: #f7f7f7;
    border-radius: 2px;
    padding: 10px;
    box-shadow: 0px 1px 0px 1px #E4E6EB;
    margin-bottom: 10px;
}

.u-row-color{
    background-color: aliceblue;
}

/*bootstrap .alert class fix*/
.alert{
    margin-bottom: 10px;
    padding: 8px;
}

/*balance page styles */
.tableBalance{
    margin-top: 20px;
    background-color: white;
}
.tableBalance tr{
    border: 1px solid #ddd;
}


.tableBalance tr td:first-child{
    display: flex;

}

.tableBalance tr:nth-child(even) {
    background-color: #f2f2f2;
}

.badgeFix .badge{
    min-width: 60px;
    border:1px solid;
}

@media (max-width: 767px) {
    .h4Fix{
        margin: 0px;
    }

    .badgeFix{
        margin: 0px;
    }

    .badgeFix span{
        float: right;
    }
}

.tableBalance td{
    padding: 8px;
}

.grayout {
    opacity: 0.4; /* Real browsers */
    filter: alpha(opacity = 40); /* MSIE */
}

.statusCancel{
    color: #afafaf;
}

.statusCompleted{
    color: #97bf73;
}

.statusPending{
    color: #627f93;
    font-weight: bold;
}
.statusCooking{
    color: #cfb127;
    font-weight: bold;
}
.statusKlaar{
    color: #adbf3c;
    font-weight: bold;
}

.tableBalanceStatus{
    font-weight: bold;
    font-size: 0.9em;
    margin-right: 10px;
}
.tableBalanceTime{
    color: #afafaf;
    font-weight: bold;
    font-size: 0.8em;
}

.pagination-container{
    text-align: center;
    margin: 20px 20px;
}

.pagination-container a{
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #ddd;
    border-right: none;
    cursor: pointer;
    text-decoration: none;
    color: #777777;

}

.pagination-container span{
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #ddd;
    border-right: none;
    text-decoration: none;
    cursor: not-allowed;
    color: #777777;

}

.pagination-container *:first-child {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px ;
}
.pagination-container *:last-child {
    border-right: 1px solid #ddd;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px ;
}
.pagination-container a:hover{
    background-color: #eeeeee;

}

.pagination-container a.jp-current, a.jp-current:hover{
    cursor: not-allowed;
    border: 1px solid;
    background: #565656;
    border-color: #565656;
    color: white;
}
.pagination-container a.jp-disabled, a.jp-disabled:hover{
    cursor: not-allowed;
    background-color: #eeeeee;
    color: #c8c8c8;

}



/*
 * author:evanliu2968
 * github:https://github.com/EvanLiu2968/el-checkbox
 * lincense:MIT
 */
/*checkbox radio component*/
.el-radio,
.el-checkbox {
    position: relative;
    font-size: 100%;
}
label.el-radio,
label.el-checkbox {
    display: block;
    cursor: pointer;
}
.el-radio > input[type="radio"],
.el-checkbox > input[type="checkbox"] {
    display: none;
}
.el-radio > input[type="radio"][disabled],
.el-checkbox > input[type="checkbox"][disabled] {
    cursor: not-allowed;
}
.el-radio > input[type="radio"] + .el-radio-style,
.el-checkbox > input[type="checkbox"] + .el-checkbox-style {
    position: relative;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    vertical-align: middle;
    cursor: pointer;
}
.el-radio > input[type="radio"] + .el-radio-style:hover:before,
.el-checkbox > input[type="checkbox"] + .el-checkbox-style:hover:before {
    border-color: #337ab7;
}
.el-radio > input[type="radio"] + .el-radio-style:before,
.el-checkbox > input[type="checkbox"] + .el-checkbox-style:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    content: '';
    border: 1px solid #C0CCDA;
}
.el-radio > input[type="radio"] + .el-radio-style:after,
.el-checkbox > input[type="checkbox"] + .el-checkbox-style:after {
    position: absolute;
    display: none;
    content: '';
}
.el-radio > input[type="radio"][disabled] + .el-radio-style,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style {
    cursor: not-allowed;
    color: #D3DCE6;
}
.el-radio > input[type="radio"][disabled] + .el-radio-style:hover,
.el-radio > input[type="radio"][disabled] + .el-radio-style:before,
.el-radio > input[type="radio"][disabled] + .el-radio-style:after,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style:hover,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style:before,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style:after {
    cursor: not-allowed;
}
.el-radio > input[type="radio"][disabled] + .el-radio-style:hover:before,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style:hover:before {
    border: 1px solid #D3DCE6;
    animation-name: none;
}
.el-radio > input[type="radio"][disabled] + .el-radio-style:before,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style:before {
    border-color: #D3DCE6;
}
.el-radio > input[type="radio"]:checked + .el-radio-style:before,
.el-checkbox > input[type="checkbox"]:checked + .el-checkbox-style:before {
    animation-name: none;
}
.el-radio > input[type="radio"]:checked + .el-radio-style:after,
.el-checkbox > input[type="checkbox"]:checked + .el-checkbox-style:after {
    display: block;
}
.el-radio > input[type="radio"] + .el-radio-style:before {
    border-radius: 50%;
}
.el-radio > input[type="radio"] + .el-radio-style:after {
    top: 0.4em;
    left: 0.4em;
    width: 0.6em;
    height: 0.6em;
    border-radius: 50%;
    background: #337ab7;
}
.el-radio > input[type="radio"]:checked + .el-radio-style:before {
    border: 1px solid #337ab7;
}
.el-radio > input[type="radio"]:checked[disabled] + .el-radio-style:before {
    border: 1px solid #b0d7f5;
}
.el-radio > input[type="radio"]:checked[disabled] + .el-radio-style:after {
    background: #b0d7f5;
}
.el-checkbox > input[type="checkbox"] + .el-checkbox-style:before {
    border-radius: 3px;
}
.el-checkbox > input[type="checkbox"] + .el-checkbox-style:after {
    top: 0.15em;
    left: 0.5em;
    box-sizing: border-box;
    width: 0.4em;
    height: 0.85em;
    transform: rotate(45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.el-checkbox > input[type="checkbox"]:checked + .el-checkbox-style:before {
    border: #337ab7;
    background: #337ab7;
}
.el-checkbox > input[type="checkbox"]:checked[disabled] + .el-checkbox-style:before {
    border: #b0d7f5;
    background: #b0d7f5;
}
/*blue theme*/
.el-radio.el-radio-blue > input[type="radio"] + label:hover:before,
.el-checkbox.el-checkbox-blue > input[type="checkbox"] + label:hover:before,
.el-radio.el-radio-blue > input[type="radio"]:checked + label:before,
.el-checkbox.el-checkbox-blue > input[type="checkbox"]:checked + label:before {
    border-color: #337ab7;
}
.el-checkbox.el-checkbox-blue > input[type="checkbox"]:checked + label:before,
.el-radio.el-radio-blue > input[type="radio"] + label:after {
    background: #337ab7;
}
.el-radio.el-radio-blue > input[type="radio"][disabled] + label:hover:before,
.el-checkbox.el-checkbox-blue > input[type="checkbox"][disabled] + label:hover:before {
    border-color: #D3DCE6;
}
.el-checkbox.el-checkbox-blue > input[type="checkbox"]:checked[disabled] + label:before,
.el-radio.el-radio-blue > input[type="radio"]:checked[disabled] + label:before {
    border-color: #b0d7f5;
}
.el-checkbox.el-checkbox-blue > input[type="checkbox"][disabled]:checked + label:before,
.el-radio.el-radio-blue > input[type="radio"]:checked[disabled] + label:after {
    background: #b0d7f5;
}
/*green theme*/
.el-radio.el-radio-green > input[type="radio"] + label:hover:before,
.el-checkbox.el-checkbox-green > input[type="checkbox"] + label:hover:before,
.el-radio.el-radio-green > input[type="radio"]:checked + label:before,
.el-checkbox.el-checkbox-green > input[type="checkbox"]:checked + label:before {
    border-color: #13ce66;
}
.el-checkbox.el-checkbox-green > input[type="checkbox"]:checked + label:before,
.el-radio.el-radio-green > input[type="radio"] + label:after {
    background: #13ce66;
}
.el-radio.el-radio-green > input[type="radio"][disabled] + label:hover:before,
.el-checkbox.el-checkbox-green > input[type="checkbox"][disabled] + label:hover:before {
    border-color: #D3DCE6;
}
.el-checkbox.el-checkbox-green > input[type="checkbox"]:checked[disabled] + label:before,
.el-radio.el-radio-green > input[type="radio"]:checked[disabled] + label:before {
    border-color: #a1efc4;
}
.el-checkbox.el-checkbox-green > input[type="checkbox"][disabled]:checked + label:before,
.el-radio.el-radio-green > input[type="radio"]:checked[disabled] + label:after {
    background: #a1efc4;
}
/*red theme*/
.el-radio.el-radio-red > input[type="radio"] + label:hover:before,
.el-checkbox.el-checkbox-red > input[type="checkbox"] + label:hover:before,
.el-radio.el-radio-red > input[type="radio"]:checked + label:before,
.el-checkbox.el-checkbox-red > input[type="checkbox"]:checked + label:before {
    border-color: #ff4949;
}
.el-checkbox.el-checkbox-red > input[type="checkbox"]:checked + label:before,
.el-radio.el-radio-red > input[type="radio"] + label:after {
    background: #ff4949;
}
.el-radio.el-radio-red > input[type="radio"][disabled] + label:hover:before,
.el-checkbox.el-checkbox-red > input[type="checkbox"][disabled] + label:hover:before {
    border-color: #D3DCE6;
}
.el-checkbox.el-checkbox-red > input[type="checkbox"]:checked[disabled] + label:before,
.el-radio.el-radio-red > input[type="radio"]:checked[disabled] + label:before {
    border-color: #f9b3b3;
}
.el-checkbox.el-checkbox-red > input[type="checkbox"][disabled]:checked + label:before,
.el-radio.el-radio-red > input[type="radio"]:checked[disabled] + label:after {
    background: #f9b3b3;
}
/*yellow theme*/
.el-radio.el-radio-yellow > input[type="radio"] + label:hover:before,
.el-checkbox.el-checkbox-yellow > input[type="checkbox"] + label:hover:before,
.el-radio.el-radio-yellow > input[type="radio"]:checked + label:before,
.el-checkbox.el-checkbox-yellow > input[type="checkbox"]:checked + label:before {
    border-color: #f7ba2a;
}
.el-checkbox.el-checkbox-yellow > input[type="checkbox"]:checked + label:before,
.el-radio.el-radio-yellow > input[type="radio"] + label:after {
    background: #f7ba2a;
}
.el-radio.el-radio-yellow > input[type="radio"][disabled] + label:hover:before,
.el-checkbox.el-checkbox-yellow > input[type="checkbox"][disabled] + label:hover:before {
    border-color: #D3DCE6;
}
.el-checkbox.el-checkbox-yellow > input[type="checkbox"]:checked[disabled] + label:before,
.el-radio.el-radio-yellow > input[type="radio"]:checked[disabled] + label:before {
    border-color: #fbeac1;
}
.el-checkbox.el-checkbox-yellow > input[type="checkbox"][disabled]:checked + label:before,
.el-radio.el-radio-yellow > input[type="radio"]:checked[disabled] + label:after {
    background: #fbeac1;
}
/*switch component*/
.el-switch,
.el-switch-style,
.el-switch-style:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.el-switch {
    display: inline-block;
    font-size: 100%;
    height: 1.6em;
    position: relative;
}
.el-switch .el-switch-style {
    height: 1.6em;
    left: 0;
    background: #C0CCDA;
    -webkit-border-radius: 0.8em;
    border-radius: 0.8em;
    display: inline-block;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 3em;
    cursor: pointer;
}
.el-switch .el-switch-style:before {
    display: block;
    content: '';
    height: 1.4em;
    position: absolute;
    width: 1.4em;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 0.1em;
    top: 0.1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.el-switch > input[type="checkbox"] {
    display: none;
}
.el-switch > input[type="checkbox"][disabled] + .el-switch-style {
    cursor: not-allowed;
    background-color: #D3DCE6;
}
.el-switch > input[type="checkbox"]:checked + .el-switch-style {
    background-color: #337ab7;
}
.el-switch > input[type="checkbox"]:checked + .el-switch-style:before {
    left: 50%;
}
.el-switch > input[type="checkbox"]:checked[disabled] + .el-switch-style {
    background-color: #b0d7f5;
}
.el-switch.el-switch-blue > input[type="checkbox"]:checked + .el-switch-style {
    background-color: #337ab7;
}
.el-switch.el-switch-blue > input[type="checkbox"]:checked[disabled] + .el-switch-style {
    background-color: #b0d7f5;
}
.el-switch.el-switch-green > input[type="checkbox"]:checked + .el-switch-style {
    background-color: #13ce66;
}
.el-switch.el-switch-green > input[type="checkbox"]:checked[disabled] + .el-switch-style {
    background-color: #a1efc4;
}
.el-switch.el-switch-red > input[type="checkbox"]:checked + .el-switch-style {
    background-color: #ff4949;
}
.el-switch.el-switch-red > input[type="checkbox"]:checked[disabled] + .el-switch-style {
    background-color: #f9b3b3;
}
.el-switch.el-switch-yellow > input[type="checkbox"]:checked + .el-switch-style {
    background-color: #f7ba2a;
}
.el-switch.el-switch-yellow > input[type="checkbox"]:checked[disabled] + .el-switch-style {
    background-color: #fbeac1;
}
/*define size*/
.el-radio.el-radio-sm,
.el-checkbox.el-checkbox-sm,
.el-switch.el-switch-sm {
    font-size: 85%;
}
.el-radio.el-radio-lg,
.el-checkbox.el-checkbox-lg,
.el-switch.el-switch-lg {
    font-size: 125%;
}

/* message of the day */
.alert-message {
    margin-bottom: 20px;
    padding: 15px;
    border-left: 3px solid #eee;
    margin-right: 15px;
    margin-left:15px;
}

.alert-message h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.alert-message p:last-child {
    margin-bottom: 0;
}
.alert-message code {
    background-color: #fff;
    border-radius: 3px;
}
.alert-message-success {
    background-color: #F4FDF0;
    border-color: #3C763D;
}
.alert-message-success{
    color: #3C763D;
}
.alert-message-success a{
    color: inherit;
    text-decoration: underline;
}
.alert-message-danger {
    background-color: #fdf7f7;
    border-color: #d9534f;
}
.alert-message-danger{
    color: #d9534f;
}
.alert-message-danger a{
    color: inherit;
    text-decoration: underline;
}
.alert-message-warning {
    background-color: #fcf8f2;
    border-color: #d19744;
}
.alert-message-warning{
    color: #d19744;
}
.alert-message-warning a{
    color: inherit;
    text-decoration: underline;
}

.alert-message-info {
    background-color: #f4f8fa;
    border-color: #3f8599;
}
.alert-message-info{
    color: #3f8599;
}
.alert-message-info a{
    color: inherit;
    text-decoration: underline;
}
.alert-message-default
{
    background-color: #EEE;
    border-color: #909090;
}
.alert-message-default{
    color: #353535;
}
.alert-message-default a{
    color: inherit;
    text-decoration: underline;
}
.alert-message-notice {
    background-color: #FCFCDD;
    border-color: #8b8b65;
}
.alert-message-notice{
    color: #8b8b65;
}
.alert-message-notice a{
    color: inherit;
    text-decoration: underline;
}

/*bootbox show balance of user fix*/

@media (min-width: 768px) {
    .bootBox-800 .modal-dialog {
        width: 800px;
    }
}

/*index styling*/
.container-fluid2{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 80px;
    margin-right: auto;
    margin-left: auto;
}
.indexInfo{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 40px;
}
.indexInfo:first-child{
    margin-top: 0px;
}
.indexInfo h2{
    color: #555555;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 24px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.indexInfo h3{
    color: #555555;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.clockBlock{
    display: inline-block;
    margin:20px;
    margin-left: 2px;
    margin-right: 2px;
}
.fontClock{
     color: #76ccec;
     font-size: 20px;
     font-weight: 800;
     font-family: 'Open Sans', sans-serif;
 }
.fontClockText{
    color: #76ccec;
    font-size: 8px;
    line-height: 8px;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
@media (min-width: 505px) {
    .clockBlock{
        margin-right: 10px;
        margin-left: 10px;
    }
    .fontClock{
        font-size: 30px;
        line-height: 30px;
    }
    .fontClockText{
        font-size: 10px;
        line-height: 10px;
    }
}

@media (min-width: 1000px) {
    .clockBlock{
        margin-right: 10px;
        margin-left: 10px;
    }
    .fontClock{
        font-size: 40px;
        line-height: 40px;
    }
    .fontClockText{
        font-size: 12px;
        line-height: 12px;
    }
}

@media (min-width: 1200px) {
    .clockBlock{
        margin-right: 20px;
        margin-left: 20px;
    }
    .fontClock{
        font-size: 60px;
        line-height: 60px;
    }
    .fontClockText{
        font-size: 15px;
        line-height: 15px;
    }
}


.indexInfo h5{
    color: #959595;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
}

.indexInfoGrey {
    background-color: #ececec;
    margin-bottom: 40px;
    padding: 40px;
}
.indexInfo svg{
    margin-top: 20px;
}
.cls-1 {
    fill: #6d6c6c !important;
}

/*participate*/
.partyContainer{
    border-radius: 5px;
    display: table;
    table-layout: fixed;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.partyIcon{
    vertical-align: middle;
    background-color: #2a6496;
    display: table-cell;
    table-layout: fixed;
    color: white;
    padding: 10px;
    width: 80px;
    text-align: center;
}

.partyBody{
    display: table-cell;
    text-align: center;
    table-layout: fixed;
    vertical-align: middle;
    padding: 10px;
    background-color: #9dc8ec;
    color: white;
}



.btn-primary.raised {
    background-color: #2a6496;
    border-radius: 30px;
    padding-right: 40px;
    padding-left: 40px;
    margin: 30px auto;
    border: none;
}
.btn-primary.raised:focus{
    outline: none;
}
.btn-primary.raised:active, .btn-primary.raised.active {
    background: #6f94b3;

}

.signupContainer {
    color: var(--font-color);
    position: relative;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 20px;
    box-shadow: 0px 3px 15px 0px rgb(214, 214, 214);
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
}

.signupContainer .terms a
{
    color: #bcbcbc;
}
.signupContainer .priceTag{
    color: #747474;
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    line-height: 24px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;

}
.signupContainer .signupTitle{
    border-radius: 5px;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
    background-color: #9dc8ec;
    padding: 10px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/*modal-box */
.bootbox-close-button{
    color: #c9e2f9;
    opacity: unset;
}
.modal-header{
    background-color: #27394a;
    color: #c9e2f9;
    border: unset;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.modal-body{
    background-color: #222b33;
    color: #b1b0b0;
}
.modal-footer {
    background-color: #27394a;
    border-top: none;
    padding: 10px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

/*tournamentdetails*/
.bracket{
    width: 100%;
    overflow-x: scroll;
}
.bracketContainer{
    float: left;
}
.bracketDividerContainer{
    float: left;
}
.divider{
    margin-left: 3px;
    width: 24px;
    border: 2px solid #588396;
    border-left: none;
}
.bracketItem{
    width: 130px;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 130px 0px 0 px #747474;
}
.bracketItemFirst{
    width: 130px;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 130px 0px 0 px #747474;
}

.bracketItemPlayer{
    border: 1px solid #588396;
    background-color: #636469;
    padding: 3px;
    color: white;
    font-size: 12px;
    text-shadow: 1px 1px 1px #222;
    height: 25px;

}
.score{
    text-align: center;
    height: 23px;
    margin-top: -3px;
    margin-right: -3px;
    line-height: 23px;
    width: 25px;
    float: right;
    background-color: #7a7c81;
}

.bracketItem:before{
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #588396;
    position: absolute;
    top: 24px;
    left: -24px;

}

.footer {
    background-color: white;
    bottom: 0;
    width: 100%;
    height: 60px;
    text-align: center;
    color: white;
    line-height: 60px;
    z-index: 100;
}
.footer a {
    color: black;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
