/*
DELASPORT BACK OFFICE
CUSTOM CSS
from 19 Jun 2014
SVN after v. 112 back_office_ui
*/

/*################################## DISPLAY #####################################*/

.help-block {
    display: inline;
}

.inline {
    display: inline-block !important;
}

.block {
    display: block;
}

.hide-me {
    display: none;
}

.has-switch input[type="radio"], .has-switch input[type="checkbox"] {
    display: none!important;
}

/*################################## LINE HEIGHT #####################################*/

.text-9 {
    line-height: 9px !important;
}

.text-12 {
    line-height: 12px !important;
}

.text-16 {
    line-height: 16px !important;
}

.text-17 {
    line-height: 17px !important;
}

.text-24 {
    line-height: 24px !important;
}

.text-26 {
    line-height: 26px !important;
}

.text-28 {
    line-height: 28px !important;
}

.text-34 {
    line-height: 34px !important;
}

.text-36 {
    line-height: 36px !important;
}

.text-38 {
    line-height: 38px !important;
}

.line-height-12 {
    line-height: 12px !important;
}

.line-height-16{
    line-height: 16px !important;
}

.line-height-20 {
    line-height: 20px !important;
}

/*################################## FONT SIZE #####################################*/

.font-size-8{
    font-size: 8px;
}

.font-size-10{
    font-size: 10px;
}

.font-size-11{
    font-size: 11px;
}

.font-size-12{
    font-size: 12px;
}

.f-size-12 {
    font-size: 12px !important;
}

.font-size-14{
    font-size: 14px;
}

.font-size-16{
    font-size: 16px;
}

.font-size-18{
    font-size: 18px;
}

.f-size-18 {
    font-size: 18px !important;
}

.font-size-20{
    font-size: 20px;
}

.font-size-28{
    font-size: 28px;
}

/*################################## TEXT TRANSFORM #####################################*/

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform:lowercase;
}

.capitalize {
    text-transform:capitalize;
}

/*################################## SIDEBAR #####################################*/

.page-sidebar-menu li a i {
    vertical-align: top;
    margin-top: 3px;
}

.page-sidebar-menu li a i,
.page-sidebar-menu li a span.title {
    display: inline-block;
}

.table-toolbar {
    overflow: hidden;
}

.page-sidebar-menu li a span.title{
    width: 148px;
}

/*################################## COLORS #####################################*/

.color-blue {
    color: #1790bd;
}

.score-blue{
    color: #508da9
}

.score-green {
    color: #40ae5e;
}

.score-red{
    color: #ae373a;
}

.score-bg-grey{
    background-color: #f9f9f9;
}

.bgr-blue-table {
    background-color: #bac7e1 !important;
}

.bgr-lighter-blue-table {
    background-color: #e0e7f5 !important;
}

.bgr-lighter-red-table {
    background-color: #FF7373 !important;
}

.bgr-lighter-red-table td{
    background-color: #FF7373 !important;
}

.bgr-light-blue-table {
    background-color: #d2def5 !important;
}

.bgr-super-lighter-blue-table {
    background-color: #e3ecff !important;
}

.bgr-light-grey {
    background-color: #fafafa;
}

.bgr-dark-gray {
     background-color: #eeeeee;
}

.text-green {
    color: #35AA47;
}

.text-blue {
    color: #428BCA;
}

.text-red {
    color: #d84a38;
}

.text-purple {
    color: #AF5CC1;
}

.text-white {
    color: #fff;
}

.bgr-light-blue {
    background-color: #F9F9F9;
}

.bgr-blue {
    background-color: blue;
}

.bgr-orange {
    background-color: #ffb03f;
}

.bgr-orange td{
    background-color: #ffb03f !important;
}

.bgr-alert {
    color: #a94442;
    background-color: #faeae6;
}

.bgr-alert td{
    color: #a94442;
    background-color: #faeae6 !important;
}

.bgr-grey {
    background-color: #BBBBBB;
}

.bgr-white {
    background-color: #ffffff;
}

.bgr-red {
    background-color: #E02222;
}

.bgr-green {
    background-color: #35AA47;
}

.bgr-lighter-grey{
    background-color: #F5F5F5;
}

.bgr-lighter-grey td{
    background-color: #CCCCCC !important;
}

.bgr-lighter-grey td.bg-red-fill {
    background-color: #e02222 !important;
}

.bgr-lighter-green {
    background-color: #EBFCEE;
}

.bgr-lighter-green td{
    background-color: #EBFCEE !important;
}

.bgr-new-bet {
    background-color: #eac7c7;
}

.bgr-new-bet td{
    background-color: #eac7c7 !important;
}

.bgr-new-bet-blue {
    background-color: #91FFC8;
}

.bgr-new-bet-blue td{
    background-color: #91FFC8 !important;
}

/*################################## MARGIN #####################################*/

.no-margin {
    margin: 0px !important;
}

.margin-5 {
    margin: 5px !important;
}

.margin-10 {
    margin: 10px !important;
}

/*################################## MARGIN TOP #####################################*/

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-top-1 {
    margin-top: 1px !important;
}

.margin-top-2 {
    margin-top: 2px !important;
}

.margin-top-3 {
    margin-top: 3px !important;
}

.margin-top-4 {
    margin-top: 4px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-6 {
    margin-top: 6px !important;
}

.margin-top-7 {
    margin-top: 7px !important;
}

.margin-top-8 {
    margin-top: 8px !important;
}

.margin-top-9 {
    margin-top: 9px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-11 {
    margin-top: 11px !important;
}

.margin-top-12 {
    margin-top: 12px !important;
}

.margin-top-13 {
    margin-top: 13px !important;
}

.margin-top-14 {
    margin-top: 14px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-21 {
    margin-top: 21px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-top-36 {
    margin-top: 36px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-n-5 {
    margin-top: -5px !important;
}

.margin-top-n-15 {
    margin-top: -15px !important;
}

/*################################## MARGIN LEFT #####################################*/

.margin-left-0 {
    margin-left: 0px !important;
}

.margin-left-1 {
    margin-left: 1px !important;
}

.margin-left-2 {
    margin-left: 2px !important;
}

.margin-left-3 {
    margin-left: 3px !important;
}

.margin-left-4 {
    margin-left: 4px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-6 {
    margin-left: 6px !important;
}

.margin-left-7 {
    margin-left: 7px !important;
}

.margin-left-8 {
    margin-left: 8px !important;
}

.margin-left-9 {
    margin-left: 9px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-11 {
    margin-left: 11px !important;
}

.margin-left-12 {
    margin-left: 12px !important;
}

.margin-left-13 {
    margin-left: 13px !important;
}

.margin-left-14 {
    margin-left: 14px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-21 {
    margin-left: 21px !important;
}

.margin-left-25 {
    margin-left: 25px !important;
}

.margin-left-27 {
    margin-left: 27px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-left-36 {
    margin-left: 36px;
}

.margin-left-40 {
    margin-left: 40px;
}

.margin-left-44 {
    margin-left: 44px;
}

.margin-left-50 {
    margin-left: 50px;
}

.margin-left-n-2 {
    margin-left: -2px !important;
}

.margin-left-n-5 {
    margin-left: -5px !important;
}

.margin-left-n-8 {
    margin-left: -8px !important;
}

.margin-left-n-10 {
    margin-left: -10px !important;
}

.margin-left-p-6-68 {
    margin-left: 6.68%;
}

/*################################## MARGIN RIGHT #####################################*/
.margin-right-20 {
    margin-right: 20px !important;
}

.margin-right-n-5 {
    margin-right: -5px !important;
}

.margin-right-n-10 {
    margin-right: -10px !important;
}

/*################################## MARGIN BOTTOM #####################################*/

.margin-bottom-0 {
    margin-bottom: 0px !important;
}
.margin-bottom-2 {
    margin-bottom: 2px !important;
}
.margin-bottom-5 {
    margin-bottom: 5px !important;
}

/*################################## MARGIN LR #####################################*/

.margin-lr-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.margin-lr-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.margin-lr-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.margin-lr-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
}

.margin-lr-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.margin-lr-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.margin-lr-n-10{
    margin-left: -10px !important;
    margin-right: -10px !important;
}

/*################################## MARGIN TB #####################################*/

.margin-tb-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

.margin-tb-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
}

/*################################## PADDING #####################################*/

.no-padding {
    padding: 0px !important;
}

.padding-1 {
    padding: 1px !important;
}

.padding-3 {
    padding: 3px !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-8 {
    padding: 8px !important;
}

.padding-10 {
    padding: 10px !important;
}

/*################################## PADDING TOP #####################################*/

.padding-top-0 {
    padding-top: 0px !important;
}

.padding-top-2 {
    padding-top: 2px !important;
}

.padding-top-4 {
    padding-top: 4px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-top-25 {
    padding-top: 25px !important;

}

/*################################## PADDING TB #####################################*/

.padding-tb-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.padding-tb-1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.padding-tb-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.padding-tb-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.padding-tb-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.padding-tb-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.padding-tb-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.padding-tb-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

/*################################## PADDING BOTTOM #####################################*/

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

/*################################## PADDING LEFT #####################################*/

.padding-left-0 {
    padding-left: 0px !important;
}
.padding-left-5 {
    padding-left: 5px !important;
}
.padding-left-10 {
    padding-left: 10px !important;
}
.padding-left-13 {
    padding-left: 13px !important;
}

/*################################## PADDING LR #####################################*/

.padding-lr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.padding-lr-1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
}

.padding-lr-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.padding-lr-3 {
    padding-left:   3px !important;
    padding-right:  3px !important;
}

.padding-lr-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.padding-lr-7 {
    padding-left: 7px !important;
    padding-right: 7px !important;
}
.padding-lr-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.padding-lr-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/*################################## PADDING RIGHT #####################################*/

.padding-right-0 {
    padding-right: 0px !important;
}

.padding-right-2 {
    padding-right: 2px !important;
}

.padding-right-3 {
    padding-right: 3px !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}
.padding-right-10 {
    padding-right: 10px !important;
}

/*################################## WIDTH #####################################*/

.w-100 {
    width: 100% !important;
}

.width-20  {
    width: 20px !important;
}

.width-25 {
    width: 20px!important;
}

.width-28  {
    width: 28px !important;
}

.width-50  {
    width: 50px !important;
}

.width-60 {
    width: 60px !important;
}

.width-80 {
    width: 80px !important;
}

.width-150 {
    width: 150px !important;
}

.width-480 {
    width: 480px !important;
}

.min-width-46{
    min-width: 46px;
}

.min-width-102{
    min-width: 102px;
}
.min-width-120{
    min-width: 120px;
}
.min-width-191{
    min-width: 191px;
}

.max-width-32 {
    max-width: 32px;
}

/*################################## HEIGHT #####################################*/

.h-100 {
    height: 100% !important;
}

.height-13 {
    height: 13px !important;
}

.height-15 {
    height: 15px !important;
}
.height-28 {
    height: 28px !important;
}

.height-30{
    height: 30px !important;
}

.height-32 {
    height: 32px;
}
.height-33 {
    height: 33px;
}

.height-34 {
    height: 34px;
}

.height-46 {
    height: 46px !important;
}

.height-66{
    height: 66px;
}

.height-68{
    height: 68px;
}

.height-70{
    height: 70px;
}

.height-72 {
    height: 72px !important;
}

/*################################## INPUT-LIKE TEXT #####################################*/

.input-like-text {
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    line-height: 32px;
}

/*################################## POINTER STYLES #####################################*/

.cursor-pointer {
    cursor: pointer;
}

/*################################## SWITCH HOLDER #####################################*/

.switch-holder label {
    margin-bottom: 0;
    /*margin-top: 5px;*/
}

/*################################## BORDERS #####################################*/

.no-border {
    border: none !important;
}

.border-all {
    border: 1px solid #BBBBBB;
}

.border-top {
    border-top: 1px solid #BBBBBB;
}

.border-right {
    border-right: 1px solid #BBBBBB;
}

.border-bottom {
    border-bottom: 1px solid #BBBBBB;
}

.border-left {
    border-left: 1px solid #BBBBBB;
}

.no-border-bottom {
    border-bottom: none;
}

.border-color-6d {
    border-color: #DDDDDD !important;
}

.inv-border {
    border-color: transparent !important;
}

.inv-border-top {
    border-top-color: transparent !important;
}

.inv-border-bottom {
    border-bottom-color: transparent !important;
}

.inv-border-left {
    border-left-color: transparent !important;
}

.inv-border-right {
    border-right-color: transparent !important;
}

.border-0rbl {
    border: 1px solid #BBBBBB;
    border-top: none;
}

.border-t0bl {
    border: 1px solid #BBBBBB;
    border-right: none;
}

.border-tr0l {
    border: 1px solid #BBBBBB;
    border-bottom: none;
}

.border-trb0 {
    border: 1px solid #BBBBBB;
    border-left:none;
}

.border-00bl {
    border: 1px solid #BBBBBB;
    border-top:none;
    border-right:none;
}

.border-0rb0 {
    border: 1px solid #BBBBBB;
    border-top:none;
    border-left:none;
}

.red-border,
.select2-container-active .red-border {
    border-color: #D12610 !important;
}

.green-border,
.select2-container-active .green-border {
    border-color: #0D9216 !important;
}

input.inv-border {
    background-color: transparent !important;
}

.inv-border
{
    border-color: transparent;
}

/*################################## LIST ACTION #####################################*/

.list-action {
    display:table-cell;
    padding:2px;
}

.list-actions-footer {
    float:left;
    margin:5px;
}

.list-actions-footer span {
    margin-top:10px;
}

/*################################## LIMIT LIST TABLE #####################################*/

table.editable tr.active-row td {
    background-color: #f3ecc7 !important;
}

table.limits-list tr.open-row td,
table.limits-list tr.open-row td input {
    background-color: #e1fdea !important;
}

.p-match {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    cursor:help;
}

.p-match:after {
    content:"\f0c1";
    display: block;
    color: #aaaaaa;
    top: 2px;
    right: 1px;
    position: absolute;
    font-family: FontAwesome;
    line-height: 16px;
    font-size:16px;
}

label.required:after {
    content: " *";
    color: red;
}

label.tall {
    line-height:34px;
    margin:0;
}

/*################################## RAW RESULTS TABLE #####################################*/

#raw-results-modal textarea {
    min-height: 120px;
}

table.raw-results-table tr td {
    line-height: 26px;
}

/*################################## JAF CHECKBOX #####################################*/

.jaf_checkbox {
    display: inline-block;
    padding: 0 3px;
}

.jaf_fake-checkbox {
    cursor: pointer;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-right: 3px;
    position: relative;
    top: 2px;
    background-image:url("../plugins/uniform/images/sprite.png");
    background-repeat: no-repeat;
    background-position: 0 -260px;
}

.jaf_checkbox label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 2px;
}

.jaf_checked span {
    width: 100%;
    height: 100%;
    display: block;
    background-image:url("../plugins/uniform/images/sprite.png");
    background-repeat: no-repeat;
    background-position: -76px -260px;
}

/*################################## SOURCE LINES MANAGEMENT #####################################*/

.game-portlet .caption label {
    font-size:20px;
}

.game-portlet .portlet-body {
    padding: 0px !important;
}

.game-score .row {
    margin: 0 !important;
}

.game-score p {
    line-height:36px;
    margin-bottom: 0 !important;
    font-size: 16px;
}

.game-score .source-box p {
    line-height: 23px;
}

.game-portlet .game-tabs .tab-content {
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.stats-block {
    padding-bottom: 20px;
}

.source-box .stats-block:last-child {
    padding-bottom: 0px;
}

.source-box .stats-block:last-child .inner-well:last-child {
    border-bottom: none;
}

.stats-block p {
    font-size: 14px;
}

.courner {
    background-image:url("../img/icons/courner.gif");
    background-repeat: no-repeat;
    background-position: center center;
    width: 25px;
    height: 19px;
    margin-top: 8px;
}

.red-card {
    background-image:url("../img/icons/red_card.gif");
    background-repeat: no-repeat;
    background-position: center center;
    width: 25px;
    height: 19px;
    margin-top: 8px;
}

/*################################## CUSTOM TABLE #####################################*/

tr.no-padding td {
    padding: 0 8px !important;
}

tr.small-row td,
tr.small-row th {
    line-height: 28px !important;
}

tr.eq-50 td {
    width:50%;
}

tr.inner-row td {
    line-height: 22px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

tr.inner-row td:first-child {
    text-indent:15px;
}

/*################################## DROPDOWN EXTEN #####################################*/

.right-group .dropdown-menu {
    width: 160px;
    left: -80px;
}

.thin-table tr{
    line-height:24px;
}

.dropdown-menu li > a, .dropdown-menu li > button {
/*    background-color: #ffffff;*/
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 18px;
    padding: 6px 0 6px 13px;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    text-align: left;
}

.dropdown-menu li > button {
   background-color: #ffffff;
}

.dropdown-menu li > button:hover {
    background-color: #eeeeee;
}

/*################################## MESSAGE BUTTON #####################################*/

.message-btn {
    position: relative;
    width:38px;
    overflow: hidden;
    line-height: 16px;
}

.message-btn:before {
    content: "";
    display:none;
    position: absolute;
    top: 5px;
    left: 40px;
    border-top: 	6px solid transparent;
    border-bottom: 	6px solid transparent;
    border-right:	6px solid rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.message-btn:after {
    content: attr(data-message);
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 46px;
    width: 140px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    white-space: normal;
    text-align:left;
    padding: 5px 10px;
    z-index: 150;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.message-btn:hover:after,
.message-btn:hover:before{
    opacity: 1;
}

.message-btn-full {
    width:100%;
}

.message-btn-full:before {
    left: 100%;
}

.message-btn-full:after {
    left: 100%;
    margin-left: 6px;
}

.message-btn:hover {
    overflow: visible;
}

.message-btn-left:before {
    left: -5px;
    border-left: 6px solid rgba(0, 0, 0, 0.8);
    border-right: none;
}

.message-btn-left:after {
    left: -150px;
}

.message-btn-left-sm:after {
    left:-105px;
    width: 100px;
}

.message-btn:hover:after,
.message-btn:hover:before {
    opacity: 1;
}

.message-btn:hover {
    overflow: visible;
}

/*################################## OVERFLOWN #####################################*/

.overflow-visible{
    overflow: visible !important;
}

.overflow-auto{
    overflow: auto;
}

.overflow-hidden{
    overflow: hidden;
}

.all-visible{
    overflow: visible !important;
}

/*################################## DateTimePicker #####################################*/

.dateTimePicker button.date-set {
    width: 40px;
}

/*################################## INPUTS WITH ARROWS #####################################*/

input.green-arrow-input {
    color: #35AA47;
    background-image:url("../img/icons/green_arrow.gif");
    background-repeat: no-repeat;
    background-position: 90% 25%;
}

input.red-arrow-input {
    color: #E02222;
    background-image:url("../img/icons/red_arrow.gif");
    background-repeat: no-repeat;
    background-position: 90% 75%;;
}

.fa-flash-custom {
    background-image:url("../img/icons/flash.png");
    width:  12px;
    height: 12px;
}

.fa-globe-custom {
    background-image:url("../img/icons/globe.png");
    width:  12px;
    height: 12px;
}

.fa-mobile-custom {
    background-image:url("../img/icons/mobile.png");
    width:  12px;
    height: 12px;
}

/*################################## ALIGN #####################################*/

.align-right {
    text-align: right;
}
.align-left {
    text-align: left!important;
}
.align-center {
    text-align: center;
}

/*################################## FLOAT #####################################*/

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.pagination {
    float: right;
}

.position-right {
    float: right !important;
}

/*################################## CENTER #####################################*/

.center-it {
    float:none;
    margin:0 auto;
}

.login-center {
    width: 480px ;
    margin-left: auto ;
    margin-right: auto ;
}

/*################################## COLORPICKER #####################################*/

.input-append, .input-prepend {
    font-size: 0;
    white-space: nowrap;
}

input.span2 {
    background-color: #f9f9f9;
    width: 126px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    height: 26px;
    line-height: 20px;
    padding: 4px 6px;
    color: #555555;
    font-size: 14px;
    margin-bottom: 0;
    position: relative;
    vertical-align: top;
    display: inline-block;
    float: none;
    margin-left: 0;
}

.input-append .add-on, .input-prepend .add-on {
    vertical-align: top;
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 26px;
    line-height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    width: auto;
    margin-left: -1px;
    color: #333333;
}

.input-append.color .add-on i, .input-prepend.color .add-on i {
    cursor: pointer;
    display: block;
    height: 16px;
    width: 16px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
}

.input-group  {

}

.input-group-addon {

    color: #555555;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    border:none;
    padding: 0;
    background-color:transparent;
    vertical-align: bottom;
}

.input-group-addon i {
    cursor: pointer;
    display: block;
    height: 34px;
    width: 34px;
    border: 6px solid #E5E5E5;
}

.colorpicker {
    min-width: 132px !important;
}

.colorpicker.colorpicker-visible {
    display: block;
}

/*################################## FILTER FORM #####################################*/

#filter_form table {
    width: 100%;
    border-spacing: 10px;
    border-collapse: separate;
}

#filter_form td {
    vertical-align: bottom;
    #filter_form .buttons {
        vertical-align: bottom;
    }

    #filter_form .buttons .form-control{
        width: auto;
    }

    #filter_form legend,
    #filter_form .form-group,
    #filter_form label {
        margin-bottom: auto;
    }

    #filter_form label {
        font-size: 13px;;
    }

    .portlet.box.white > .portlet-title > .caption > i{
        color: #fff;
    }}

#filter_form .buttons {
    vertical-align: middle;
}

#filter_form .buttons .form-control {
    width: auto;
}

.portlet.box.white > .portlet-title > .caption > i {
    color: #fff;
}
.table-toolbar {
    overflow: hidden;
}

td.league_id .tooltip .tooltip-inner {
    max-width: 500px !important;
    text-align: left !important;
}

a.breadcrumb-button{
    color: white !important;
}

.sortable_handler {
    cursor: move;
}

.ui-sortable-helper td {
    border: 1px solid #AAAAAA !important;
}

/*################################## DATA TABLES #####################################*/

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}
/*.table thead tr th,
.table tbody tr td {
    line-height: 38px;
}*/

.table-light tbody tr td {
    line-height: 24px;
}

.table-light-24 thead tr th,
.table-light-24 tbody tr td {
    line-height:    24px;
}

.table-light-22 thead tr th,
.table-light-22 tbody tr td {
    line-height: 22px;
    padding-top:    1px !important;
    padding-bottom: 2px !important;
}

.table-striped > tbody > tr.active > td {
    background-color: #f3ecc7!important;
}

.table tbody tr td
.table tbody tr td > div {
    font-size: 12px;
    line-height : 28px;
}

.form-group.content {
    float: left;
    width: 100%;
}
.form-group .col-md-2 .btn, .form-group .col-md-1 .btn , .form-group .col-md-4 .btn {
    margin-top: 13px;
}

h3.page-title > span {
    font-size: 16px;
    color: #888888;
}
.has-green {
    border-color: #0d9216!important;
    color: #0d9216!important;
}
.has-red {
    border-color: #d12610!important;
    color: #d12610!important;
}
.edit-records,
.new-records {
    font-size: 12px;
}
.edit-records {
    color: #d12610;
}
.new-records {
    color: #0d9216;
}

.btn {
    font-size: 12px;
}

/*################################## ROW > DIV #####################################*/

.row > div {
    position: relative;
}
.row > div .number {
    position: absolute;
    background-color: #e02222;
    left: 12px;
    top: 20px;
    z-index:9;
    font-size: 12px;
    line-height: 17px;
    padding: 0 5px;
    text-align: center;
    -webkit-border-radius: 9px!important;
    -moz-border-radius: 9px!important;
    border-radius: 9px!important;
    color: #ffffff;
}

/*################################## POP UP #####################################*/

.popup-bgr {
    background-color: black;
    bottom: 0;
    display: none;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

.more-info {
    background-color: #ffffff;
    display: none;
    left: 50%;
    top: 20%;
    position: fixed;
    margin-left: -250px;
    width: 500px;
    z-index: 9990;
    -webkit-box-shadow: 0 0 3px 1px #646464;
    -moz-box-shadow: 0 0 3px 1px #646464;
    box-shadow: 0 0 3px 1px #646464;
}

.more-info .header_popup {
    border-bottom: 1px solid #efefef;
    height: 55px;
}
.more-info .header_popup h4 {
    float: left;
    line-height: 55px;
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 16px;
}
.more-info .header_popup a {
    color: #cccccc;
    float: right;
    padding: 5px 5px 0 0;
}
.more-info .content_popup {
    padding: 10px 0;
}
.more-info .content_popup .row {
    margin: 15px 0 0 0;
}
.more-info .content_popup .row .col-md-2 label {
    line-height: 28px;
}
.table.border {
    border: 1px solid #DDDDDD;
}

div#acl_accordion.panel-group div.panel div.row
{
    margin: 0px 0px 0px 0px;
}

#acl_carrousel.row, form#acl_management div.row div.col-md-12
{
    margin: 10px 0px 0px 0px;
}

span.input-group-btn button.input-filter-button
{
    margin-top: 19px !important;
}

/*################################## SELECT2 AND MULTY SELECT #####################################*/

.select2-container-multi {
    min-height: 34px;
}

.select2-container-multi span.select2-counter {
    position: absolute;
    background-color: #e02222;
    left: -7px;
    top: -7px;
    z-index:9999;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    -webkit-border-radius: 9px!important;
    -moz-border-radius: 9px!important;
    border-radius: 9px!important;
    color: #ffffff;
    display:inline-block;
    max-height:18px;
    padding: 0 5px;
}

ul.select2-choices {
    max-height: 34px;
    width: 100%;
    top: 0;
}

.select2-dropdown-open ul.select2-choices{
    max-height: none;
    position: absolute;
    top: 0;
    z-index:9991;
}
.select2-search-choice {
    max-width: 85%;
    overflow: hidden;
}

.select2-search-choice > div {
    white-space:nowrap;
    width: 100%;
}

.select2-dropdown-open .select2-search-choice > div {
    white-space: normal;
}

/*################################## SELECT 2 WIDGETS #####################################*/

.select2-widgets {
    list-style-type:none;
    padding-left: 0;
    margin: 0 5px 3px 5px;
}

.select2-widgets li {

}

.select2-widgets li a {
    width: 100%;
    padding: 3px 0;
    display: block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #428BCA;
}

.select2-widgets li a:hover {
    color: #fff;
    background-color: #0362FD;
}

/*################################## SELECT 2 CUSTOM FORMATING #####################################*/

span.sub-text {
    display:inline-block;
    width: 50%;
    font-size: 10px;
    color: #5a5a5a;
}

/*################################## CUSTOM rangeDateTimeTicker #####################################*/

.customDateTimeRange {
    background-color: #fff;
    border: 1px solid #E5E5E5;
    margin-bottom: 10px;
    width: 100%;
    padding: 0;
    word-spacing: 0px;
    font-size: 12px;
}

.customDateTimeRange:hover {
    background-color: #D8D8D8;
    border-color: #D8D8D8;
}

.customDateTimeRange span.date {
    display: inline-block;
    width: 45%;
    margin: 0;
    border: none;
}

.customDateTimeRange span.divider{
    background-color: #E5E5E5;
    padding: 8px 0px;
    width: 10%;
    display: inline-block;
    margin: 0;
    border: none;
}

.dateTimePicker table td {
    line-height: 20px !important;
}

.dateTimePicker .bootstrap-datetimepicker-widget {
    position: absolute;
    left: 101%;
    top: 10%;
    z-index : 10001;
}

.dateTimePicker .bootstrap-datetimepicker-widget:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid rgba(0, 0, 0, 0);
    border-left: none;
    content: "";
    display: inline-block;
    left: -7px;
    position: absolute;
    top: 6px;
}

.dateTimePicker .bootstrap-datetimepicker-widget:after {
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid #FFFFFF;
    border-top: 6px solid rgba(0, 0, 0, 0);
    border-left: none;
    content: "";
    display: inline-block;
    left: -6px;
    position: absolute;
    top: 7px;
}

.clear {
    clear: both;
}

.max-h-26 {
    max-height: 26px;
}

.bold {
    font-weight: bold;
}