/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 5, 2014, 3:22:47 PM
    Author     : daniel
*/

.scrollTableSupport
{
    display: block;
    background: #1569C7;
    border-radius: 10px;
    padding-bottom: 10px;
}

.scrollTableSupport .tableTitle
{
    display: block;
    text-align: center;
}

.scrollTableSupport .tableTitle h1
{
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0;
}

.scrollTableSupport .tableContent
{
    background: linear-gradient(to bottom, #CFCFCF 17%, #F4F4F4 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.scrollTableSupport.jackpotsList .tableContent
{
   /* overflow-x: auto;
    overflow-y: hidden;*/
}

.scrollTable
{
    width: 100%;
}

.scrollTable thead
{
    background: linear-gradient(to bottom, #F4F4F4 17%, #CFCFCF 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.scrollTable thead th
{
    border-bottom: 1px solid #ababab;
    color: #686868;
    text-align: center;
    border-right: 1px dashed #C7C7C7;
}

.scrollTable thead th p,
.scrollTable thead th p a
{
    color: #424242;
    font-size: 13px;
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
}

.scrollTable thead tr th:last-child
{
    border-right: 0 none;
}

.scrollTable tbody tr:first-child td
{
    border-top: 1px solid #fff;
}

.scrollTable tbody tr td p
{
    padding: 15px 10px;
    margin: 0;
    font-size: 14px;
}

.scrollTable tbody tr td p a
{
    color: #424242;
    font-weight: bold;
}

.scrollTable tbody tr td p a:hover
{
    text-decoration: underline;
}

.scrollTable tbody tr td p a.noUnder:hover
{
    text-decoration: none;
}

.scrollTable tbody tr td p.name.inactiv a
{
    color: #ff3333;
}

.scrollTable tbody tr td p span.status
{
    text-transform: uppercase;
    font-weight: bold;
}

.scrollTable tbody tr td p span.status.idle
{
    color: #FF0000;
}

.scrollTable tbody tr td p span.status.not_stared
{
    color: #459BA0;
}

.scrollTable tbody tr td p span.status.in_progress
{
    color: #45A060;
}

.scrollTable tbody tr td p span.status.ended
{
    color: #696969;
}

.scrollTable tbody tr td p.left
{
    text-align: left;
}

.scrollTable tbody tr td p.right
{
    text-align: right;
}

.scrollTable tbody tr td
{
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #ABABAB;
    text-align: center;
    border-right: 1px dashed #C7C7C7;
}

.scrollTable tbody tr td:first-child
{
    border-left: 0 none;
}

.scrollTable tbody tr td:last-child
{
    border-right: 0 none;
}

.scrollTable tbody tr:last-child td
{
    background: none;
    border-bottom: 0;
}

.jpTable tbody tr:hover td
{
    background-color: #CECECE;
}

.scrollTable tbody tr td .p
{
    padding-left: 10px;
}

.scrollTable tbody tr td .p .actiuni
{
    width: 100px;
}

.scrollTable tbody tr td .p .actiuni a
{
    float: left;
    margin-right: 10px;
}

.scrollTable tbody tr td .p .actiuni.two
{
    width: 75px !important;
}

.jpTable tbody tr td.jp-name p
{
    font-weight: bold;
    color: #000;
}

.jpTable tbody tr td.jp-disabled p
{
    color: #ff3333;
}

.jpTable tbody tr td.jp-active p
{
    color: #006600;
}

.jpTable tbody tr td.jp-paused p
{
    color: #ff6600;
}

.scrollTable tfoot tr td
{
    border-top: 1px solid #fff;
    color: #686868;
    text-align: center;
    border-right: 1px dashed #C7C7C7;
}

.scrollTable tfoot tr td:last-child
{
    border-right: 0;
}

.tblException tbody tr:last-child td
{
    background: none;
    border-bottom: 1px solid #ababab;
}

.scrollTable tfoot tr td p,
.scrollTable tfoot tr td p a
{
    color: #424242;
    font-size: 13px;
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
}

.tblException tbody tr td.empty-message p
{
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: normal;
    font-size: 16px;
}

.mCSB_container
{
    margin: 0 auto !important;
}

.customerWindowContent
{
    background: url("/images/siz/loader_nn_42.gif") no-repeat scroll center center #FFFFFF !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.customerWindowContent .detailWindowSupp
{
    display: none;
    background-color: #fff;
}

/** Customer details **/
.customerDetailsSupp
{
    padding: 0.5em 1em;
}

.customerDetailsTable
{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.customerDetailsTable tr th,
.customerDetailsTable tr td
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.customerDetailsTable .lbl
{
    text-align: right;
    padding-right: 5px;
    font-weight: bold;
}

.customerDetailsTable .val
{
    text-align: left;
    padding-left: 5px;
    font-size: 14px;
}

.customerDetailsTable .lbc
{
    text-align: center;
    padding: 0 0 0 100px;
    font-weight: bold;
}

.customerDetailsTable .lbc p
{
    margin-bottom: 0;
}

.customerDetailsTable a.scanLink
{
    color: #357EBD;
    font-weight: bold;
}

.customerDetailsTable .cards-support
{
    border: 1px solid #F5F5F5;
    width: 360px;
    margin: 0 auto;
}

.customerDetailsTable .cards-support .cs-title
{
    background: #F5F5F5;
    color: #404040;
}

.customerDetailsTable .cards-support .cs-title p
{
    font-weight: bold;
    color: #404040;
    text-align: center;
    margin: 0;
    padding: 5px 0;
}

.customerDetailsTable .cards-support table
{
    width: 100%;
    border-bottom: 1px solid #F5F5F5;
}

.customerDetailsTable .cards-support table:last-child
{
    border-bottom: 0;
}

.customerDetailsTable .cards-support .lbl
{
    text-align: right;
    padding-right: 5px;
    font-weight: bold;
    width: 48%;
}

.customerDetailsTable .cards-support .val
{
    text-align: left;
    padding-left: 5px;
    font-size: 14px;
    width: 50%;
}
/** END Customer details **/

/** Customer Log **/
.winScrollTableSupp
{
    display: block;
    text-align: center;
    /*    background: url("/images/siz/loader_nn_42.gif") no-repeat scroll center center transparent !important;*/
    overflow: hidden;
}

.winScrollTable
{
    width: 100%;
}

.jqstb-header-table
{
    background: linear-gradient(to bottom, #F5F5F5 0%, #EAEAEA 100%) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(top, #F5F5F5 0%, #EAEAEA 100%);
    border-bottom: 1px solid #B6B8C5 !important;
    box-shadow: 0 1px 0 #FFFFFF inset;
}

.winScrollTable thead tr th
{
    text-align: center;
    color: #2C2C2C;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
}

.winScrollTable thead tr th p
{
    padding: 0;
    margin: 0;
}

.winScrollTable thead tr th a
{
    color: #444444;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    position: relative;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.898);
    font-weight: bold;
    display: block;
}

.winScrollTable thead,
.winScrollTable tbody
{
    display: block;
}

.winScrollTable tbody:nth-child(2) {
    height: 444px;
    /* Just for the demo          */
    overflow-y: auto;
    /* Trigger vertical scroll    */
    /*width: 100%;*/
    width: 1100px;
}

.winScrollTable tbody tr td
{
    background-color: #fff;
    border-bottom: 1px solid #dddddd;
    padding: 0 4px;
}

.winScrollTable tbody tr.o td
{
    background-color: #f9f9f9;
}

.winScrollTable tbody tr:hover td
{
    background-color: #EFEFEF !important;
}

.winScrollTable tbody tr:last-child td
{
    border-bottom: 0 !important;
}

.winScrollTable tbody tr td p
{
    color: #000;
}

/**
.winScrollTable tbody tr:first-child td
{
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 #F5F5F5 inset;
}
**/

.winScrollTableNew
{
    width: 100%;
}

.winScrollTableNew thead
{
    background: linear-gradient(to bottom, #F5F5F5 0%, #EAEAEA 100%) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(top, #F5F5F5 0%, #EAEAEA 100%);
    border-bottom: 1px solid #B6B8C5 !important;
    box-shadow: 0 1px 0 #FFFFFF inset;
}

.winScrollTableNew thead tr
{
    width: 100%;
}

.winScrollTableNew thead tr th
{
    text-align: center;
    color: #2C2C2C;
    font-size: 12px;
    font-weight: normal;
    padding: 0 5px;
    min-width: 100px;
}

.winScrollTableNew thead tr th p
{
    padding: 0;
    margin: 0;
}

.winScrollTableNew thead tr th a
{
    color: #444444;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    position: relative;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.898);
    font-weight: bold;
    display: block;
}

.winScrollTableNew thead,
.winScrollTableNew tbody
{
    display: block;
}

.winScrollTableNew tbody:nth-child(2) {
    height: 448px !important;
    /* Just for the demo          */
    overflow-y: auto;
    /* Trigger vertical scroll    */
    /*width: 100%;*/
    width: 1100px;
}

.winScrollTableNew tbody tr td
{
    background-color: #fff;
    border-bottom: 1px solid #dddddd;
    padding: 0 5px;
}

.winScrollTableNew tbody tr.o td
{
    background-color: #f9f9f9;
}

.winScrollTableNew tbody tr:hover td
{
    background-color: #EFEFEF !important;
}

.winScrollTableNew tbody tr:last-child td
{
    border-bottom: 0 !important;
}

.winScrollTableNew tbody tr td p
{
    color: #000;
}

.winScrollTableNew tbody tr td.no-msg
{
    width: 1090px;
}

.winScrollTableNew tbody tr td.no-msg p
{
    margin: 0;
}

.winScrollTableNew tbody tr td.namesCol
{
    width: 150px;
    min-width: 150px;
}

.winScrollTableNew tbody tr td.totalsCol
{
    min-width: 76px;
}

.winScrollTableNew tbody tr td.dateCol
{
    min-width: 100px;
}




.winBottomPanel
{
    background: linear-gradient(to bottom, #F5F5F5 0%, #EAEAEA 100%) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(top, #F5F5F5 0%, #EAEAEA 100%);
    border-top: 1px solid #B6B8C5 !important;
    box-shadow: 0 1px 0 #FFFFFF inset;
    display: block;
    height: 100px;
    /**border-bottom: 1px solid #CCCCCC;**/
}

.winBottomPanel .pager
{
    padding-top: 5px;
    display: block;
    text-align: center;
    border-top: 1px solid #fff;
}

.winBottomPanel .filters
{
    display: block;
    padding-top: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-left: 85px;
}

.winBottomPanel .filters form dl.zend_form
{
    margin: 0;
}

.winBottomPanel .filters form dl.zend_form .hidden
{
    display: none;
}

.customerPaginationControl
{
    float: right;
    padding-right: 10px;
}

/** END Customer Log **/
/*
.ui-dialog-buttonpane
{
    margin-top: 0 !important;
    background-color: #EAEAEA !important;
}
*/

.log_buttonpane
{
    margin-top: 0 !important;
    background-color: #EAEAEA !important;
}

.tableLoader
{
    display: block;
}

.customerPaginationControl
{
    display: block;
    padding-top: 3px;
}

.customerPaginationControl a.pageButton
{
    display: block;
    float: left;
    margin: 0 0 0 6px;
    border: 1px solid #A7A9BA;
    border-radius: 4px;
    transition-duration: 2s;
    transition-delay: 1s;
    transition-property: background-color;
}

.customerPaginationControl a.pageButton span
{
    color: #6D6D6D;
    font-weight: bold;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    width: 24px;
    text-align: center;
    background: linear-gradient(to bottom, #DEDEDE 0%, #C7C7C7 100%) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(top, #DEDEDE 0%, #C7C7C7 100%);
    display: block;
    border-radius: 4px;
}

.customerPaginationControl a.pageButton:hover
{
    border: 1px solid #fff;
}

.customerPaginationControl a.pageButton:hover span
{
    background: linear-gradient(to bottom, #6D6D6D 0%, #404040 100%) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(top, #6D6D6D 0%, #404040 100%);
    color: #fff;
}

.customerPaginationControl a.pageButton.sel
{
    border: 1px solid #fff;
}

.customerPaginationControl a.pageButton.sel span
{
    background: linear-gradient(to bottom, #429AE5 0%, #428BCA 100%) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(top, #429AE5 0%, #428BCA 100%);
    color: #FFFFFF;
}

#c_period
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #808080;
    background: #fff;
    border-radius: 4px;
    height: 23px;
    line-height: 23px;
}

#deleteDialog
{
    display: none;
}

#editDialog
{
    display: none;
}

.blacklist
{
    color: #FF0000;
}

.notBlacklist
{
    color: #619F5F;
}

.table_wrapper
{
    padding-bottom: 30px;
}

.no_host_message,
.no_jackpots_message
{
    display: block;
}

.no_host_message p,
.no_jackpots_message p
{
    text-align: center;
}

table.scheduleTable tbody tr td .actiuni.threeNew
{
    width: 110px;
}
/*
table.scheduleTable tbody tr td .actiuni.threeNew a
{
    float: right;
}
*/
table.scheduleTable tbody tr td .actiuni.threeNew a:last-child
{
    margin-right: 8px;
}

table.scheduleTable tbody tr td .actiuni.threeNew a:first-child
{
    margin-left: 0;
}

.removeTextSupport
{
    padding-top: 24px;
    padding-bottom: 18px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 14px;
    margin: 0;
    background: #fff;
    min-height: 48px;
}
.bgpreloader
{
    background: url("/images/siz/loader_nn_42.gif") no-repeat scroll center center #FFFFFF !important;
}

.success_top_message
{
    display: block;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 15px;
}
.success_top_message p
{
    font-weight: bold;
    text-align: center;
    margin: 0;
    font-size: 13px;
    color: #006600;
}

.chInputSupp
{
    background-color: #FFFFFF;
    padding-top: 10px;
    text-align: center;
}

.chInputSupp label
{
    padding-right: 5px;
}

.chInputSupp input
{
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #808080;
    border-radius: 4px;
    box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.24) inset;
    color: #868686;
    font-family: Verdana,Arial,sans-serif;
    font-size: 11px !important;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    padding: 0;
    text-align: center;
    width: 150px;
}

.chInputSupp input.checkbox
{
    width: 20px !important;
}

.chInputSupp input.disabled
{
    border: 0 !important;
    box-shadow: none !important;
}

.chInputSupp label
{
    height: 23px !important;
    line-height: 23px !important;
    width: auto !important;
}

.chInputSupp .feLeft
{
    float: left !important;
    text-align: right !important;
    width: 49% !important;
    padding: 0 !important;
}

.chInputSupp .feRight
{
    float: right !important;
    text-align: left !important;
    width: 49% !important;
    padding: 0 !important;
}

.chInputSupp .win_error_msg
{
    display: block;
    padding-top: 50px;
    padding-bottom: 20px;
}
.chInputSupp .win_error_msg p
{
    font-size: 13px;
    color: #FF0000;
    font-weight: bold;
    text-align: center;
}



.orderJackpots tbody tr td
{
    border: 0 !important;
}

.orderJackpots tbody tr td p
{
    padding: 2px;
}

.orderJackpots tbody tr.sorttr td a.up,
.orderJackpots tbody tr.sorttr td a.down
{
    display: block;
    padding-left: 5px;
    padding-right: 5px;
}

.orderJackpots tbody tr.sorttr td a .nArrow
{
    background: url('/images/elements.png') no-repeat center center transparent;
    display: block;
    width: 17px;
    height: 22px;
}

.orderJackpots tbody tr.sorttr td a.up .nArrow
{
    background-position: -289px -244px;
}

.orderJackpots tbody tr.sorttr td a.up:hover .nArrow
{
    background-position: -326px -244px;
}

.orderJackpots tbody tr.sorttr td a.up.out .nArrow
{
    background-position: -252px -244px;
}


.orderJackpots tbody tr.sorttr td a.down .nArrow
{
    background-position: -402px -244px;
}

.orderJackpots tbody tr.sorttr td a.down:hover .nArrow
{
    background-position: -432px -244px;
}

.orderJackpots tbody tr.sorttr td a.down.out .nArrow
{
    background-position: -366px -244px;
}

.orderJackpots tbody tr.sorttr td p.enabled_0
{
    color: #666666;
}

.rojWinnings
{
    display: block;
    text-align: center;
    padding: 5px;
}

.rojWinnings p
{
    padding: 0 0 5px 0 !important;
    margin: 0 !important;
    font-size: 13px !important;
}

.scrollTable tbody tr td .p .actiuni {
    /*width: auto;*/
}

.scrollTable tbody tr td .p .actiuni.threeNew a {
    margin: 0 0 0 5px;
}

.hosts-in-group
{
    list-style: none;
}

.ui-tooltip
{
    background-color: #000;
    border: 2px solid white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px;
}

.scrollTableSupport p.infor-area
{
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    padding-top: 5px;
}

.scrollTableSupport p.status .green
{
    color: #619F5F;
}

.scrollTableSupport p.status .red
{
    color: #ff3333;
}

.win_error_msg
{
    color: #ff3333;
    font-size: 14px;
    text-align: center;
    background: #FFFFFF;
}

.win_error_msg p
{
    margin: 0;
    padding: 20px 10px;
}

.win_error_msg p.server-error
{
    font-weight: bold;
    padding: 40px 10px;
}

.locationsOpen,
.locationsOpen *
{
    cursor: pointer;
}

a.in-table-buttons
{
    text-align: center;
    display: block;
}

.in-table-buttons .icon
{
    width: 28px;
    height: 28px;
    display: inline-block;
    background-image: url('/images/elements.png');
}

.in-table-buttons .icon.view
{
    background-position: -705px -44px;
}

.in-table-buttons .icon.download
{
    background-position: -751px -43px;
}
.in-table-buttons .icon.export
{
    background-position: -495px -141px;
}
.in-table-buttons .text
{
    display: inline-block;
    height: 26px;
    line-height: 26px;
}

a.in-table-buttons span.download img
{
    top: 4px;
    position: relative;
    left: -1px;
}
a.in-table-buttons span.export img
{
    top: 4px;
    position: relative;
    left: -1px;
}

.in-table-buttons:hover .icon.view
{
    background-position: -705px -8px;
}

.in-table-buttons:hover .icon.download
{
    background-position: -751px -7px;
}
.in-table-buttons:hover .icon.export
{
    background-position: -495px -178px;
}

.no-click,
.no-click:hover
{
    cursor: not-allowed;
}

a.download-link.no-click span.download
{
    background-position: -751px -79px !important;
}

a.export.no-click span.download
{
    background-position: -751px -79px !important;
}

#offline-page .scrollTable tbody tr.overdue td
{
    background-color: #BD3636;
    color: #FFFFFF;
}

#offline-page a.reload
{
    float: right;
    height: 24px;
    position: absolute;
    right: 30px;
    width: 24px;
    background: url('/images/table/reload/reload-table6.png') center center transparent;
    margin-top: 4px;
}

#offline-page  a.reload:hover
{
    background: url('/images/table/reload/reload-table7.png') center center transparent;
}

#offline-page .scrollTableSupport a.reload.no-bg,
#offline-page .scrollTableSupport a.reload.no-bg:hover
{
    background: transparent;
    cursor: not-allowed;
}

#offline-page .scrollTableSupport a.reload img,
#offline-page .scrollTableSupport a.reload:hover img
{
    display: none;
}

#offline-page .scrollTableSupport a.reload.no-bg img,
#offline-page .scrollTableSupport a.reload.no-bg:hover img
{
    display: block;
}

#offline-page .message p
{
    color: #424242;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

#offline-page .message p.error
{
    color: #FF0000;
}

#offline-page .message p.success
{
    color: #007200;
}

.scrollTable .status span
{
    font-weight: bold;
    text-transform: uppercase;
}

.scrollTable .status span.off
{
    color: #FF0000;
}

.scrollTable .status span.on
{
    color: #45A060;
}

.jpTable tbody tr td p{
    padding: 29px 10px !important;
}