.datagrid_changed, .datagrid_changed .select2-choice{
    color: red;
}
.hidden-save-block{
    margin: 7px 16px;
    display: none;
    float: right;
}
.intfield{
    text-align: center;
    width: 18px;
}
.table_tiny table tbody tr td,.table_tiny table thead tr th{
    padding: 4px 2px;
    font-size: 10px;
}
.table_middle table tbody tr td,.table_middle table thead tr th{
    font-size: 12px;
    padding: 4px 3px;
}
.table_middle table thead tr th{
	padding-right: 8px;
}
.table_tiny .datepicker{
    border-radius: 0;
    padding: 1px 2px;
}
.table_tiny table .select2-container .select2-choice{
    height: 19px;
    line-height: 17px;
}
.table_tiny table .select2-container .select2-choice .select2-arrow b{
    background-position: 0 -4px;
}
.table_tiny table .select2-dropdown-open .select2-choice .select2-arrow b{
    background-position: -18px -4px;
}
.table_tiny table .select2-container .select2-choice abbr{
    top: 2px;
}
.w20{
    width: 20px;
}
.w36{
    width: 36px;
}
.w40{
    width: 40px;
}
.w42{
    width: 42px;
}
.w44{
    width: 44px;
}
.w90{
    width: 90px;
}
.w120{
    width: 120px;
}
.w220{
    width: 220px;
}
.w250{
    width: 250px;
}
.w65{
    width: 65px;
}
.w70{
    width: 70px;
}
.w74{
    width: 74px;
}
.w55{
    width: 55px;
}
.table_middle table tbody tr td.pl-10 {
    padding-left: 10px;
}
#openInProgressDialog .modal-body{
    text-align: center;
}
.tiny-table-body .select2-results{
    font-size: 10px;
}
.horizontal-filter .form-group{
    float: left;
    margin-right: 10px;
    width: 100px;
}
.horizontal-filter .form-group-xxl{
    float: left;
    margin-right: 10px;
    width: 200px;
}
.horizontal-filter .form-control{
    height: 26px;
    line-height: 26px;
}
.sonata-ba-list select[name=action]{
    min-width: 100px;
}
.gumDiv{
    overflow: auto;
}
.inlineEditable.activate .eclipse{
    display:none;
}
.inlineEditable.activate input,
.inlineEditable.activate .select2-container{
    display:block;
    padding: 0; 
    line-height: 15px;
}
.inlineEditable.activate .natural{
    display:none;
}
.inlineEditable input,
.inlineEditable .select2-container{
    display:none;
}
.inlineEditable .natural{
    display:block;
}
#inlineEditBtn{
    /*bottom: 5px;*/
    /*position: absolute;*/
    /*right: 5px;*/
}
#recalculateBtn{
    /*bottom: 48px;*/
    /*position: absolute;*/
    /*right: 5px;*/
}
#recalculateBtn2{
    /*left: 5px;*/
    /*position: absolute;*/
    /*top: 8px;*/
}
.navbar-left{
    padding-top: 8px;
}
.select2-container.form-control.per-page.small{
    display: block;
}
.heightlight td{
    background-color: #f3ddff !important;
}
.boldBorder{
    border-top: 2px solid #000000;
}

.sidebar .sidebar-menu > li > a {
    padding: 1px 0 1px 10px;
}
.btn.btn-primary {
    margin: 4px 1px;
}
.menu_league_divider {
    padding: 2px 0;
    text-align: center;
    color: #f6f6f6;
    font-weight: bold;
    background: rgb(40,94,125);
    background: linear-gradient(180deg, rgba(40,94,125,1) 0%, rgba(21,90,130,1) 28%, rgba(23,51,68,1) 100%);
}

.main-sidebar .sidebar ul {
    margin-left: -30px;
}
.main-sidebar .sidebar ul li.current {
    background: #4682B4;
    width: 94%;
    padding: 0px 7px;
}
.main-sidebar .sidebar ul li.current a {
    color: #EDEDED;
}
.main-sidebar .sidebar ul li span {
    color: #EDEDED;
}
.main-sidebar .sidebar ul li {
    list-style-type: none;
}
.sim_menu,
.sim1_menu,
.ncaab_menu,
.ncaaf_menu,
.nba_menu,
.football_menu {
    cursor: pointer;
}

.spinner {
    animation: spin 1s infinite ease-in-out;
    border-radius: 50%;
    border-top: 2px solid #0d70b7;
    display: inline-block;
    height: 20px;
    width: 20px;
    float: right;
    margin-top: -18px;
    margin-right: 5px;
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20% {
        -webkit-transform: rotate(70deg);
        transform: rotate(70deg);
    }
    40% {
        -webkit-transform: rotate(140deg);
        transform: rotate(140deg);
    }
    60% {
        -webkit-transform: rotate(210deg);
        transform: rotate(210deg);
    }
    80% {
        -webkit-transform: rotate(280deg);
        transform: rotate(280deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.braket-select-container {
    width: 150px;
    margin-top: 4px;
}
.without-label {
    width: 100%;
}
.braket-row {
    height: 30px;
    padding-top: 15px;
}
.braket .select2-container--bootstrap .select2-selection--single {
    height: 32px;
}
.braket-row label {
    width: 60px;
}
.braket {

}
.table_middle table.braket tbody tr td {
    padding: 15px 0px;
    font-size: 14px;
}
.table_middle table.braket tbody tr td.pl-10 {
    padding-left: 10px;
}