body.login-body {
    background: #d10b0e url("../../../img/bg.jpg") 50% 50% no-repeat;
    background-size: cover;
}

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");

.manage-role-wrap .square-switch {
    margin-bottom: 10px;
}

.manage-role-wrap {    
    padding: 15px 0 5px 10px;
    border-radius: 0.25rem;
}

.square-switch {
    margin-right: 7px;
    display: flex;
    align-items: center;
}

.square-switch label {
    margin: 0 10px 0 0;
}

.pfr-ul {
    padding: 0;
    list-style: none;
    margin-top: 10px;
}

.pfr-ul li {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    background: #dcdada url(../../../img/drag-icon.png) 10px 50% no-repeat;
    padding: 8px 8px 8px 30px;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    background-size: 12px;
    transition: all 0.2s ease-in-out;
}

.pfr-ul li:hover {
    background: #e6d2d2 url(../../../img/drag-icon-filled.png) 10px 50% no-repeat;
    background-size: 12px;
}

.pfr-ul li .form-group {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pfr-ul li>div {
    flex: 0 0 90%;
}

.pfr-ul li .form-group label {
    background: #263238;
    display: inline-flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 0;
}

.pfr-ul li .form-group .input-group {
    width: calc(100% - 50px);
}

.pfr-ul li .form-group .input-group-addon {
    border: 1px solid #9a9a9a;
    background-color: #daaaaa;
    border-radius: 0;
    min-width: 45px;
    color: #fff;
    text-align: center;
    padding-top: 8px;
}

.pfr-ul li .form-group .input-group .form-control {
    border: 1px solid #9a9a9a;
}

.add-form .input-group-addon {
    border: 1px solid #9a9a9a;
    background-color: #daaaaa;
    color: #fff;
    padding-top: 8px;
    text-align: center;
}

.input-group-addon {
    border: 1px solid #e1e5ea;
    background-color: transparent;
    border-radius: 0;
    min-width: 45px;
}

.add-form.input-group .form-control {
    border: 1px solid #9a9a9a;
}

.ui-sortable-handle td:first-child {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    background: url(../../../img/drag-icon.png) 10px 50% no-repeat;
    padding: 8px 8px 8px 30px;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    background-size: 12px;
    transition: all 0.2s ease-in-out;
}

.ui-sortable-handle td:first-child:hover {
    background: url(../../../img/drag-icon-filled.png) 10px 50% no-repeat;
    background-size: 12px;

}
.ui-sortable tr:hover {
    background: #ffdada ;
}

.onoffswitch {
    position: relative;
    width: 45px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox, .onoffswitch-checkbox-gm-dashboard {
    display: none;
}

.onoffswitch-label {
    height: 20px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: none;
    border-radius: 30px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 20px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
}

.onoffswitch-inner:before {
    content: "";
    padding-left: 10px;
    background: #22bdff;
    color: #FFFFFF;
    border-radius: 30px 0 0 30px;
}

.onoffswitch-inner:after {
    content: "";
    padding-right: 10px;
    background: #bbb;
    color: #999999;
    text-align: right;
    border-radius: 0 30px 30px 0;
}

.onoffswitch-switch {
    display: block;
    background: #fff;
    width: 14px;
    height: 14px;
    margin: 0px;
    border: none;
    border-radius: 30px;
    position: absolute;
    top: 3px;
    bottom: 0;
    right: calc(100% - 18px);
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 4px;
}

.onoffswitch-checkbox-gm-dashboard:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox-gm-dashboard:checked+.onoffswitch-label .onoffswitch-switch {
    right: 4px;
}

.searchbox-wrap {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 0;
    padding: 15px;
    background: #dedede;
    border-radius: 5px;
    justify-content: space-between;
}

.searchbox-wrap span {
    display: inline-block;
    margin: 0;
    font-weight: 600;
    /* width: 125px; */
    white-space: nowrap;
}

.searchbox-wrap input {
    width: calc(100% - 205px);
    margin: 0 15px;
}

/*.searchbox-wrap button {
    margin: 0;
    padding: 5px 12px;
    width: 50px;
}*/

.ui-widget.ui-widget-content {
    max-height: 250px;
    overflow-y: auto;
}

.ui-autocomplete {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ui-autocomplete li {
    margin: 0;
}

.ui-menu-item {
    /*height: 80px;*/
    border: 1px solid #ececf9;
}

.ui-autocomplete li a.ui-menu-item-wrapper {
    display: block;
    background: #fff;
    border-color: #fff;
}

.ui-autocomplete li a.ui-menu-item-wrapper::after {
    content: "";
    display: block;
    clear: both;
}

.ui-autocomplete li a.ui-menu-item-wrapper .list_item_container {
    width: 100%;
    height: auto;
    margin-left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ui-autocomplete li a.ui-menu-item-wrapper .list_item_container .image {
    width: 75px;
    border: 1px solid #dedede;
    text-align: center;
}

.ui-autocomplete li a.ui-menu-item-wrapper .list_item_container .image img {
    width: auto;
    height: 40px;
}

/*.label {
    width: calc(100% - 75px);
    float: right;
    white-space: nowrap;
    overflow: hidden;
    color: rgb(188, 25, 30);
    text-align: left;
}*/

.performance-sortable li {
    width: 100%;
    margin-bottom: 10px;
    background: url(../../../img/drag-icon.png) 10px 50% no-repeat;
    padding: 8px 8px 8px 30px;
    border-radius: 5px;
    background-size: 12px;
    transition: all 0.2s ease-in-out;
}

.performance-sortable li:hover {
    background: #e6d2d2 url(../../../img/drag-icon-filled.png) 10px 50% no-repeat;
    background-size: 12px;
}

.list-group {
    margin-top: 10px;
}

.list-group-item {
    border-color: #b70006;
}

.list-group-item>ul {
    margin: 0;
    margin-left: 35px;
}

.list-group-item>ul li {
    padding: 0;
    border-radius: 0;
    border-color: #263238;
}

.list-group-item>ul li img {
    height: 40px;
    border-radius: 50%;
    max-width: 40px;
}

.right-part-drag {
    color: #ff0008;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.right-part-drag button.close {
    color: #ff0008;
    opacity: 1;
}

.right-part-drag button {
    margin: 0 0 0 5px;
}

.row-drag {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-part-drag {
    font-weight: 600;    
    color: #ff0008;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.left-part-drag span {
    position: relative;
    padding: 0 0 0;
    margin: 0 5px 0 0;
}

.performance-sortable .left-part-drag span {
    position: relative;
    padding: 0 15px 0 10px;
}

.performance-sortable .left-part-drag span:before {
    content: "\f14c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ff0008;
    font-size: 13px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    right: -6px;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.left-part-drag:hover span:before {
    opacity: 1;
}

.custom-file-label {
    display: none;
}

.custom-file {
    height: calc(1.5em + 0.94rem + 2px);
    padding: 5px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-input {
    opacity: 1;
    height: auto;
}

.autofill-area {
    border: 1px solid #bc191e;
    border-radius: 4px;
    padding: 13px;
}

.event-sortable li .row-drag {
    width: 100%;
    background: url(../../../img/drag-icon.png) 10px 50% no-repeat;
    padding: 8px 8px 8px 30px;
    border-radius: 5px;
    background-size: 12px;
    transition: all 0.2s ease-in-out;
}

.event-sortable li .row-drag:hover {
    background: #e7e1e1 url(../../../img/drag-icon-filled.png) 10px 50% no-repeat;
    background-size: 12px;
}

.event-sortable>li>.row-drag {
    margin-bottom: 5px
}

.event-sortable li>ul li .row-drag:hover {
    background-color: #e7e1e1;
}

.ui-sortable li:hover {
    background-color: #f7f6f6;
    box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.14);
}

.ui-sortable li img {
    margin: 0 10px 0 5px;
    border: 1px solid #dedede;
    padding: 3px;
}

.inp-game-event-title {
    border: 1px solid #ccc;
    padding: 5px 15px;
    margin: 0 5px 0 0;
    border-radius: 20px;
}

.btn-sm.game-edit-event-title {
    background: #c0c318;
    border: 0 none;
    margin: 0 5px 0 0;
}

.btn-sm.game-save-event-title {
    background: #4caf50;
    border: 0 none;
    margin: 0 5px 0 0;
}

.hide {
    display: none!important;
}

/*.btn {
    border-radius: 30px;
}*/

.btn-mint {
    background-color: #249e92;
    border-radius: 30px;
    border-color: #26a69a;
    color: #fff;
}

.btn-right {
    background: #263238;
    color: #fff !important;
    margin: 0 5px 0 0;
}

.add-btn {
    background: red;
    color: #fff !important;
    font-weight: 600;
}

.cowboy-type-ul {
    margin-left: 35px;
}

.cowboy-type {
    font-weight: 600;
    font-size: 18px;
    margin-left: 35px;
}

span.help-block {
    display: inline-block;
    font-size: 11px;
    color: #ff0008;
    margin: 0;
}

.navbar-brand-box {
    background: #bc191e !important;
    border-bottom: 1px solid #2a3042;
}

.vertical-menu {
    background: #bc191e !important;
}

#sidebar-menu ul li a,#sidebar-menu ul li a i {
    color: #fff !important;
}

li.mm-active {
    color: #fff !important;
    background: #202a2f !important;
}

.metismenu ul a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 13px;
    padding-right: 0;
    position: absolute;
    top: 5px;
    left: 36px;
}

.metismenu a.active {
    font-weight: 700;
}

.btn-primary {
    color: #fff;
    background-color: #bc191e;
    border-color: #c80006;
}

.btn-primary:hover {
    color: #fff;
    background-color: #f12a31;
    border-color: #c80006;
}

.bg-soft-primary {
    background-color: #f12a31 !important;
}

.bg-soft-primary .text-primary{
    color: #fff !important;
}

.card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.card a.active {
    font-weight: bold;
}

.btn-info{
    background-color: #676464 !important;
    border-color: #3f3131 !important;
}

.badge-soft-success {
    border: 1px solid #34c38f;
}

.badge-soft-warning {
    border: 1px solid #f1b44c;
}

.badge-soft-danger {
    border: 1px solid #f46a6a;
}

.help-info {
    color: #f12a31;
}

input[switch]:checked+label,.onoffswitch-inner:before {
    background-color: #353232;
}

tbody tr:nth-child(odd) {
    background-color: #e7e7e7;
    color: #000;
}

.table thead th {
/*    color: #f12a31;
    font-family: monospace;
    font-size: 16px;*/
    border-bottom: 1px solid;
}

.list_item_container h4 {
    font-size: 16px;
    padding-left: 9px;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #f12a31;
    border-color: #f80e15;
}

.page-title-box h4 {
    color: #f12a31;
    /*font-family: monospace;*/
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    background: linear-gradient(to right,#ab0909 10%, #e87d25 50%, #ebc064 60%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*animation: textclip 1.5s linear infinite;*/
    display: inline-block;
}

.badge {
    font-size: 12px;
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
    background: #bd3535 !important;
}

.dtp .p10 > a {
    color: #fff  !important;
}
.dtp div.dtp-date, .dtp div.dtp-time {
    background: #953030  !important;
}

.dtp table.dtp-picker-days tr > td > a.selected {
    background: #000  !important;
}

.btn-primary:focus {
    color: #fff;
    background-color: #f12a31;
    border-color: #f80e15;
}

.nav-tabs-custom .nav-item .nav-link.active {
    color: #bc191eab;
}

.nav-tabs-custom .nav-item .nav-link::after {
    background: #bc191eab;
}

.lock input,
.lock select,
.lock li {
    background: #D3D3D3 !important;
    pointer-events: none;
}

.lock {
    pointer-events: none;
    background: beige;
    padding: 11px;
}

.lock .left-part-drag {
    background: #D3D3D3;
    color: #000;
    opacity: 0.5;
}

.lock .add-btn,
.lock .delete-event,
.lock .control-label,
.lock .delete-cowboy,
.lock .delete-performance,
.lock .remove-me,
.lock #add-more,
.lock .table-bordered td {
    opacity: 0.3 !important;
}

.lock .searchbox-wrap {
    background: #D3D3D3;
    opacity: 0.5;
}

.lock .table-striped>tbody>tr:nth-child(2n+1),
.lock .table-striped>tbody>tr:nth-of-type(odd) {
    background: #D3D3D3 !important;
}

.lock .onoffswitch10-inner:before,
.lock .onoffswitch1-inner:before,
.lock .onoffswitch11-inner:before,
.lock .onoffswitch2-inner:before {
    background: grey;
}

.disableSvBtn {
    background: grey;
    pointer-events: none;
}

.disableInsrnceTogle {
    pointer-events: none;
}

.list-group.bg-trans.publish-btn {
    margin: 10px;
    padding: 10px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
}

.list-group.bg-trans.publish-btn button {
    margin: 0 0 15px;
    width: 100%;
    border-radius: 5px;
}

.list-group.bg-trans.publish-btn ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-group.bg-trans.publish-btn ul li {
    font-size: 12px;
    margin: 0 0 10px;
    position: relative;
    padding-left: 20px;
}

.list-group.bg-trans.publish-btn ul li::before {
    content: "\f14e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #b70006;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
}
.event-none {
    pointer-events: none;
}
.stop-watch {
    display: flex;
    align-items: center;
    justify-content: center;
}

.stop-watch span {
    background: linear-gradient( 45deg, rgba(31, 31, 31, 0.9), rgba(31, 31, 31, 0.9) 50%, hsla(0, 0%, 53%, 0.9) 50%, rgba(135, 135, 135, 0.9));
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #ffffff;    
    width: 105px;
    font-weight: 600;
    float: right !important;
    white-space: nowrap;
    line-height: 40px;
    margin: 15px 10px;
}
.text-wrap{
    white-space:normal; 
}
.width-150{
    width:150px;
}
.width-250{
    width:253px;
}
.width-100{
    width:100px;
}

.scroll-to-top {
    position: fixed;
    bottom: -100px;
    right: 30px;
    /*display: none;*/ /* this is optional if you want fadeIn/fadeOut effect */
    width: 60px;
    height: 60px;
    background-color: #cccccc;
    text-align: center;
    border-radius: 100%;
    color: #000000;
    font-size: 20px;
    padding-top: 15px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.animate-button {
     transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     bottom: 30px;
}

td .btn-outline-light, .right-part-drag .btn-outline-danger, td .btn-mint, td .btn-primary {
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

#filter-panel {
    margin-top: 5px;
}

.card-box-section .card-body {
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 8px;
    background: url(../../../img/arrow-target.png) 95% 100% no-repeat;
    min-height: 140px;
}

.card-box-section .card-body p {
   font-size: 20px;
   font-weight: 700;
}

.card-box-section .card-body h1 {
    color: #dd3b62;
    font-weight: 700;
}

td .width-150 {
    width: 150px;
    display: flex;
    align-items: center;
}

td.text-right .btn-outline-light {
    width: 37px;
    height: 37px;
}

.right-part-drag .btn-outline-light {
    margin-right: 5px;
    margin-bottom: 5px;
}

.text-right .btn-outline-danger {
    margin-right: 5px;
    margin-bottom: 5px;
}

.lg-wrap {
    word-break: break-word;
    width: 350px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}