﻿.badge-warning {
    color: #fff;
    background-color: #DD5600;
}

.badge-danger {
    color: #fff;
    background-color: #C71C22;
}

.badge-success {
    color: #fff;
    background-color: #73A839;
}

.badge-secondary {
    color: #111;
    background-color: #e9ecef;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.body-content {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.dl-horizontal dt {
    white-space: normal;
}

.check-lg > input {
    width: 25px;
    height: 25px;
}

.ms-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: menulist;
}

.ms-btn:focus,
.ms-btn:active:focus,
.ms-btn.active:focus,
.ms-btn.focus,
.ms-btn:active.focus,
.ms-btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.ms-btn:hover,
.ms-btn:focus,
.ms-btn.focus {
    color: #555555;
    text-decoration: none;
}

.ms-btn:active,
.ms-btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-default-grey {
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 60%, ##ffffff);
    background-image: -o-linear-gradient(#ffffff, #ffffff 60%, ##ffffff);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(60%, #ffffff), to(#ffffff));
    background-image: linear-gradient(#ffffff, #ffffff 60%, #ffffff);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-filter: none;
    filter: none;
    /*border-bottom: 1px solid #e6e6e6;*/
}

.btn-default-grey:hover {
    color: #555555;
}

.btn-default-grey .caret {
    border-top-color: #555555;
}

.btn-default-grey {
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 60%, ##ffffff);
    background-image: -o-linear-gradient(#ffffff, #ffffff 60%, #ffffff);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(60%, #ffffff), to(#ffffff));
    background-image: linear-gradient(#ffffff, #ffffff 60%, #ffffff);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-filter: none;
    filter: none;
    /*border-bottom: 1px solid #e6e6e6;*/
    border: 1px solid #cccccc;
    border-top-color: rgb(204, 204, 204);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(204, 204, 204);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(204, 204, 204);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    
}




/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.marginify {
    margin:10px 20px;
}
.marginify-top {
    margin-top:10px;
}
.marginify-horizontal {
    margin-left:20px;
    margin-right:20px;
}
.demarginify-top {
    margin-top:0px;
}
.demarginify-vertical {
    margin-top:0px;
    margin-bottom:0px;
}
.demarginify-horizontal {
    margin-right:0px;
    margin-left:0px;
}
.paddify {
    padding:10px;
}
.paddify-left-dbl {
    padding-left: 40px;
}
.depaddify {
    padding: 0 !important;
}
.depaddify-top {
    padding-top: 0 !important;
}
.depaddify-horizontal {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/*.margin-auto {
    margin-left:auto;
    margin-right:auto;
    float: none;
}
#body-content-wrapper {
    margin-top:50px;
}
.rounded-corners { overflow:hidden;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px; }
.rounded-corners-5 { overflow:hidden;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; }
.rounded-corners-top {overflow:hidden;border-top-right-radius:8px;border-top-left-radius:8px;-moz-border-radius-topleft:8px;-moz-border-radius-topright:8px;-webkit-border-top-left-radius:8px;-webkit-border-top-right-radius:8px;border-radius-topleft:8px;border-radius-topright:8px;}
.rounded-corners-topright {overflow:hidden;border-top-right-radius:8px;-moz-border-radius-topright:8px;-webkit-border-top-right-radius:8px;border-radius-topright:8px;}
.rounded-corners-bottom {overflow:hidden;border-bottom-left-radius:8px;border-bottom-right-radius:8px;-moz-border-radius-bottomleft:8px;-moz-border-radius-bottomright:8px;-webkit-border-bottom-left-radius:8px;-webkit-border-bottom-right-radius:8px;border-radius-bottomleft:8px;border-radius-bottomright:8px;}
.rounded-corners-bottom-more {overflow:hidden;border-bottom-left-radius:20px;border-bottom-right-radius:20px;-moz-border-radius-bottomleft:20px;-moz-border-radius-bottomright:20px;-webkit-border-bottom-left-radius:20px;-webkit-border-bottom-right-radius:20px;border-radius-bottomleft:20px;border-radius-bottomright:20px;}
.table-edge {
    border: 1px solid #0b56b2;
    background-color:#fff;
}
.table-blue {
    background-color:#DFE7F2;
}
.text-blue {
    color: #0B56B2 !important;
}*/

span.voided {
    color: #d6d6d6;
}
tr.voided td {
    color: #d6d6d6;
}

.grid-wrap .table-bordered th {
    background-color: #eeeeee;
    border-left: 2px solid #d2d5dd;
    border-top: 4px solid #d2d5dd !important;
    color: #333333;
    padding: 4px;
}

.ft-search-well .well {
    padding-top: 0px;
}

.ft-search-well .form-group-sm {
    margin-bottom: 8px;
} 

/* Bootstrap overrides */
/*.navbar-fixed-top {
    border-bottom:3px solid #A7A6AB;
    height:70px;
}
.btn {
      border-radius: 0 !important;
}
a.btn:hover {
    color: #fff;
}
.container {
    max-width:none;
}
.navbar .navbar-brand {
    margin-left:5px !important;
}*/
/*.navbar-nav {
    margin-left: 45px;
}*/
/*.dropdown-menu {
    background-color: #FFFFFF !important;
}

.navbar-header .navbar-brand {
    max-width:200px;
    padding: 3px 0;
}

.navbar-header .navbar-brand img {
    max-width:100%;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning,
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success,
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: white;
}
.close {
    color: #153371;
}
#header-dropdown-menu {
    position:relative;
}
#header-dropdown-top {
    margin: 7px 10px;
}
#header-dropdown-menu .nav > li {
    position: inherit;
}
#header-dropdown-menu .dropdown-menu > li {
    position: relative;
}
#header-dropdown-menu .dropdown-menu {  
    height: 50px;
    width: 410px;
    left: 198px;
    top:45px;
}
#header-dropdown-menu .Transactions.dropdown-menu, #header-dropdown-menu .Players.dropdown-menu, #header-dropdown-menu .Reports.dropdown-menu  {  
    width: 515px;
}*/

/*#header-dropdown-menu .nav-pills > li {
    background-color:#F1F0F5;
    width:100px;
    height: 40px;
}
#header-dropdown-menu .nav-pills > li > a {
    color:#0B56B2;
    border-radius: 0 !important;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    height: 40px;
    font-weight:bolder;
}

#navbar-search-form {
    margin:15px;
    max-width:275px;
}
#navbar-search-form .btn {
    padding:2px 4px;
    margin-top:-2px;
}
#navbar-search-form .input-group-addon {
    padding:0 6px;
    background-color:white;
    border-radius:0;
}

.search-box {
    padding:0px 0px 30px 15px;
    background-color:white;
    height:90%;
    top: 0px;
    bottom: 20px;
    margin-top: 78px;
    
}
.search-box .form-group {
    margin-bottom:4px;
}
.search-box .form-group label {
    font-size:12px;
    font-weight:normal;
    color:#0b56b2;
    margin-bottom:0px;
}

.col-lg-2 .search-box {
    position: fixed;
    max-width:210px;
    width: 100%;
    max-height:100%;
    overflow-y:auto;
}
.search-box input, .search-box select, .search-box .ui-accordion {
    max-width:92% !important;
}

.search-box .glyphicon {
    min-width: 15px;
}
.search-height {
    max-height:100%;
    overflow-y: auto;
}
.glyphicon-green {
    color:mediumseagreen !important;
}
.glyphicon-blue {
    color:#0B56B2 !important;
}
.login-panel {
    max-width: 500px;
    padding-top:0px !important;
}

.clean-form .form-group {
    margin-bottom:4px;
}
.clean-form .form-group label {
    min-width: 90px;
    margin-bottom:0px;
}
.clean-form.user-form input, .clean-form.user-form select {
    width:100%;
    max-width: 100%;
}
.clean-form.user-form input.btn {
    max-width: 100px !important;
}
.clean-form.user-form .form-group label {
    min-width:inherit;
}
.table-clean td, .table-clean th {
    position:relative;
    border-top:none !important;
    padding: 0 5px 0 5px !important;
}
.table-clean td label {
    display:block;
}
.table-scroll-wrapper {
    overflow-x:auto;
    min-height: 200px;
}


.grid-wrap .table-bordered td:first-child {
    max-width: 65px;
}
.grid-wrap.multi-action .table-bordered td:first-child {
    max-width: 90px;
}
.search-panel.col-lg-2 {
    max-width:210px;
}

.check-form-table {
    width:700px; background-color:aliceblue; border:solid; border-color:lightblue;
}
.check-form-table table {
    width:680px;
    margin: 8px 10px 0;
}
.check-form-table .border-bottom {
    border-bottom:2px solid #3f3f3f;
}
.check-form-table .small-input {
    width: 100px;
}
.check-form-table .medium-input {
    width: 150px;
}
.check-form-table .pay-order-text {
    width: 75px;
    font-size:10px;
    font-weight:bold;
    text-transform:uppercase;
    line-height:10px;
}
.check-form-table .pay-order-field {
    width:375px;
    max-width:375px;   
}
.check-form-table .memo-field {
    width:280px;
    max-width:280px;   
}
.check-form-table #amount-text-line {
    width:510px;
}
@media (min-width: 1200px) {
    .search-panel.col-lg-2 {
        width:15.666%;
    }
}
@media (max-width: 767px) {
    #header-dropdown-menu .dropdown-menu {
        left:7px;
        top:36px;

    }
}
.container-fluid{
    margin-left: 15px;
}*/

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear {
    clear: both;
}

.hideModal {
    display: none;
}