/* This stylesheet should be used to add your custom styles to the back-office without using the Sass sources. It will be loaded after all the default styles. 
You should NOT edit any other exisiting back-office CSS file manually: they are generated by the Sass preprocessor: http://www.sass-lang.com/ . */

body,html{
    text-transform: capitalize;
}

#nav-sidebar ul.menu li.maintab.active a.title, #nav-sidebar ul.menu li.maintab.active li.active a.title {
    border-right: 3px solid #00aff0;
    background-color: #282b30;
}

a.mytooltip
{
	color: #0077A4;
	cursor: help !important;
}

.bootstrap #dashboard .data_list_large li {
    padding: 3.5px 0px;
    position: relative;
    border-width: medium medium 1px;
    border-style: none none solid;
    border-color: -moz-use-text-color -moz-use-text-color #DAD8D8;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    margin: 0px 0px 2px;
}

.bootstrap .size_l {
    font-size: 19px;
}

.bootstrap #dashboard .data_list_large .data_value {
    text-align: right;
    line-height: 0.6em;
    position: absolute;
    top: 0px;
    right: 0px;
    padding-top: 3px;
}

.bootstrap .size_xxl {
    font-size: 20px;
}
#balance_dropdown{
    width: auto;
    min-width: auto;
}

.chart rect {
    stroke: white;
    fill-opacity: .6;
    fill: steelblue;

}
.bar.positive {
    fill: steelblue;
}

.bar.negative {
    fill: brown;
}

.axis text {
    font: 10px sans-serif;
}

.axis path, .axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}


#nav-sidebar ul.menu li.maintab ul.submenu li a {
    color: #FFFFFF;
    display: block;
    padding: 4px 8px;
    background-color: transparent;
}

#nav-sidebar ul.menu li.maintab ul.submenu {
    display: none;
    padding: 0px;
    background-color: #565C68;
}

#employee_infos .employee_name {
    position: relative;
    padding-right: 10px !important;
}

#lang_selection ul{
    width: 64px;
    min-width:auto;
    padding: 0;
}

#lang_selection ul li{
    text-align: center;
}

#lang_selection ul li img{
    margin: 0;
}

#lang_selection ul li.divider{
    margin: 0;
    padding: 0;
}

h2#backoffice_name{
    margin: 0; padding: 0;
    color: #fff;
    margin-left: 27px;
}

h2#backoffice_name span{
    color: #00AFF0;
}


.chart{
    min-height: 300px;
}


.group-title{
    cursor: pointer;
}

.group-title h3{
    margin-bottom: 0;
}

.group-checks{
    display: none;
}

.perm-check{
    margin-left: 5px !important;
}

tr.highlighted-row td{
    color: #fff !important;
    background: #666666  !important;
}

.bootstrap .prestashop-switch label {
    text-transform: uppercase;
    color: #272323;
    font-weight: 400;
    cursor: pointer;
    transition: color 0.2s ease-out 0s;
}

.not_capitalized
{
    text-transform: none;
}

.question-mark{
    margin-left: -17px;
    cursor: pointer;
}

.bootstrap .table tbody > tr:hover > td {
    background-color: #D1D1D1;
}


.bootstrap .table.no_hover tbody > tr:hover > td {
    background-color: rgb(209 209 209 / 0%);
}

#dialog-extend-fixed-container{
    bottom: auto  !important;
    position: absolute  !important;
    left: 224px !important;
    right: auto  !important;
    z-index: 9999;
    top: 137px;
}

.bootstrap .table tbody > tr > td {
    border-top: medium none;
    color: #202020;
    background-color: #FFF;
    padding: 3px 7px;
    vertical-align: middle;
    font-size: 12px;
    border-bottom: 1px solid #EAEDEF;
}


.ui-dialog .ui-dialog-titlebar {
    padding: 0em 1em !important;
}

#dialog-extend-fixed-container .ui-dialog{
    color: #fff !important;
    background: #00AFF0 !important;
    padding-bottom: 2px !important;
}
#dialog-extend-fixed-container .ui-dialog .ui-dialog-title{
    color: #fff !important;
}

.ui-dialog {
    z-index: 999 !important;
    background: #DEDEDE none repeat scroll 0% 0%;
}
.bootstrap .table tbody > tr.divider-row > td
{
    border-bottom: solid 1px #ccc;
    background: #DEDEDE;
}

.ui-dialog-titlebar{
    background: #00AFF0 !important;
    color: #fff;
    padding: 2px;
}

.red{
    color: red;
    font-weight: bold;
}

#nav-sidebar ul.menu li.maintab > a.title {
    color: #FFF;
    line-height: 34px;
}

.disp-box{
    margin-top: 10px;
}
.bootstrap table.table-form tbody > tr.game-row-sport > td
{
    background: #E08F95;
}

.bootstrap table.table-form tbody > tr > td
{
    padding: 2px;
}

#scroll_notes{
    height: 250px;
    overflow: auto;

}
.bootstrap label.control-label{
    color: #202020;
}
.bootstrap .page-head h2.page-title.details-title{
    font-size: 16px;
    padding-top: 6px;
}

.bootstrap .page-head h2.page-title.details-title span{
    color: #0077A4;
}

#other_info{
    margin-top: 30px;
}

.nav.nav-tabs a{
    color: #0077A4;   
    font-weight: bold !important;
}

.control_select{
    width: 150px !important;
}

.id-details,.data-time  span,.bar-cont{
    color: #0077A4; 

}

.ui-progressbar .ui-progressbar-value{
    margin: 0;
}

.ui-widget-header{
    background: #0077A4;
}

.ui-progressbar
{
    height: 1em;
}

#coupons_table select{ padding: 2px; height: 25px !important; }
#coupons_table .btn{ padding: 3px 8px;}

#content.bootstrap{
    padding-top: 130px;
}

.popup_coupon{
    padding-bottom: 20px !important;
}

.popup_coupon th,.popup_coupon td{
    padding: 2px !important;
    /* letter-spacing: -1px;*/
    line-height: 12px;
    font-size: 11px !important;
}

.featured-text-color{
    color: #0077A4;
}
.submenu{
    margin-left: 0 !important;
}
.submenu li.active{
    background: #282B30;
}

.coupon-modal{
    display: block;
    width: 100%;
    height: 100%;
}

.ancestor-breadcrumb{
    font-size: 14px;
    font-weight: bold;
}

.feedbackMessage{
    margin-left: 20px;
}

.feedbackMessage.success{
    color: #72C279;
    font-weight: bold;
}

.feedbackMessage.error{
    color: red;
    font-weight: bold;
}

.highlighted-text{
    color: #0077A4;
}

.flag-list{
    width: 40px;
}
.nobold{font-weight: normal;}

.selection-events ul{
    list-style: none;
    padding-left: 10px;

}

.divBtn {
    width: auto;
    margin: 0px;
    padding-left: 0px;
    position: relative;
    z-index: 1;
}

.OddsDetailsMenuSelected {
    float: left;
    width: 73px;
    height: 22px;
    line-height: 18px;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    color: #C69100;
    padding: 0px;
    text-decoration: none;
    margin: 0px 0px 3px 3px;
    display: block;
}

.OddsDetailsMenuItem {
    float: left;
    margin: 0px 0px 3px 3px;
    width: 115px;
    height: 30px;
    line-height: 18px;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    padding: 0px;
}

.OddsDetailsMenuItem a span {
    float: left;
    margin-top: 3px;
}
.OddsDetailsMenuItem a span.editing{
    margin-top: 0;
}

.OddsDetailsMenuItem a input {
    float: right;
}

.group-check{
    margin-top: 6px !important;
}

.OddsDetailsMenuItem a {
    color: #363A41;
    padding: 2px 4px !important;
    height: 30px;
    text-decoration: none;
    display: block;
    width: 100%;
}
.group-text{
    height: 25px !important;
}

.OddsDetailsMenuSelected a {
    height: 22px;
    text-decoration: none;
    display: block;
}

.divQt {
    width: 100%;
}



.dgHeader {
    vertical-align: top;
    height: 23px;
    font-size: 10px;
    font-weight: bold;
}

.codInc {
    text-align: center;
    width: 24px;
    padding: 0px 2px;
}

.dtInc {
    white-space: nowrap;
    text-align: right;
    width: 25px;
    padding: 0px 5px;
}


.nmInc {
    padding-left: 3px;
    width: 100%;
    padding-bottom: 0px;
    line-height: 11px;
}

.dgQuote, .dgQuoteDett {
    width: 100%;
    height: 100%;
}

.OddsDetailsQuote {
    text-align: right;
}

.OddsQuotaItemStyle TD {
    border-top: medium none;
    border-bottom: medium none;
    text-align: right;
    height: 22px;
    font-size: 11px;
}
.oddsQ{
    position: relative;
}

.OddsQuotaItemStyle .oddsQ {
    width: 55px;
    padding: 0px 1px 1px 0px;
    position: relative;
    top: 0px;

}

.OddsQuotaItemStyle TD A {
    text-decoration: none;
    font-weight: normal;
}

.qtTbl_0, .qtTbl_1 {
    width: 55px;
}

.edit-quote{
    padding: 3px !important;
    text-align: left;
    font-size: 11px !important;
}
#backoffice_name a{
    color: #FFF;
    text-decoration: none;
}
#tbl_reserve .btn-default, .page-reserve .btn-default{
    padding: 3px 8px;
}

.page-reserve .ui-dialog {
    background: #FFF none repeat scroll 0% 0%;
    font-family: "Open Sans", Helvetica,Arial,sans-serif !important;

}

.ui-widget{
    font-family: "Open Sans", Helvetica,Arial,sans-serif !important; 
    font-size: 11px !important;
}

.dialog-popup4,.dialog-popup5{
    font-size: 11px;
}

.dialog-popup4 .ui-dialog-titlebar{
    background: green !important;
}

.dialog-popup5 .ui-dialog-titlebar{
    background: #F09000 !important;
}

.dialog-popup2 .ui-dialog-titlebar{
    background: #006699 !important;
}


.dialog-popup3 .ui-dialog-titlebar{
    background: red !important;
}
.ui-dialog .bootstrap .table thead > tr > th {font-weight: bold; font-size: 11px;}
.ui-dialog .bootstrap .table tbody > tr > td{font-size: 11px;}

.color_orange
{
    color: #D86503;
}

a.show-events.active, a.show-events.active:active{
    color: rgb(0, 0, 0);
    font-weight: bold;
}

.ui-datepicker{
    z-index: 1040 !important;
}
.bootstrap input[type="text"].odd-spinner{
    width: 100%;
    padding-right: 10% !important;
    position: relative;
    background: #fff;
}


.odd-spinner{
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.odd-up,.odd-down{
    font-size: 12px;
    padding: 0px !important;
    display: block !important;
    width: 15px;
    height: 15px;
}

.odd-up{
    margin-bottom: 0px !important;
}



.switch {
	position: relative;
	display: inline-block !important;
	width: 60px;
	height: 26px !important;


}


.switch input {display:none;}


.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #2196F3;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(30px);
	-ms-transform: translateX(30px);
	transform: translateX(30px);
}


.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}    


@media (max-width:1200px)
{
    #header_employee_box span.string-long {
        display: inline-block;
    }

}

#nav-icon3 {
	width: 30px;
	height: 41px;
	position: absolute;
	margin: 50px auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	display: block !important;
	right: 0;
	top: -50px;
	background: #282B30;
}


#nav-icon3 span{
    display: block;
    position: absolute;
    height: 3px;
    width: 85%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 7%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
	top: 5px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 19px;
}

#nav-icon3 span:nth-child(4) {
	top: 33px;
}

#nav-icon3.open span:nth-child(1) {
	top: 19px;
	width: 0%;
	left: 50%;
}

#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}   

@media (min-width:1025px)
{
    #nav-icon3.open{
        left: 50px;


    }
}

@media (max-width:1024px)
{
    #table_users th{
        width: auto !important;

    } 

    .bootstrap .table tbody > tr > td{
        padding: 3px 1px;
    }

    .bootstrap .btn{
        padding: 4px;
    }
    .bootstrap .table > thead > tr > th{
        padding: 3px;
    }

    #nav-sidebar{
        width: 160px; 
        left: -160px;
		transition: left .3s ease-in-out;
    }

    #nav-sidebar.side-open{
        left: 0;

    }

    .page-sidebar #content {
        margin-left: 10px;
    }

    #nav-icon3 {
        width: 60px;
        height: 45px;
        position: absolute;
        margin: 50px auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        display: block !important;
        left: 160px;
        top: -30px;
        background: #282B30;
    }



    #nav-icon3 span{
		display: block;
		position: absolute;
		height: 6px;
		width: 85%;
		background: #fff;
		border-radius: 9px;
		opacity: 1;
		left: 7%;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
    }

    #nav-icon3 span:nth-child(1) {
		top: 5px;
    }

    #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
		top: 19px;
    }

    #nav-icon3 span:nth-child(4) {
        top: 33px;
    }

    #nav-icon3.open span:nth-child(1) {
        top: 19px;
        width: 0%;
        left: 50%;
    }

    #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-icon3.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }


}    



.d_parent.d_parent_0 td
{
    background: #071628 !important;
    color: #fff !important; 
}

.d_parent.d_parent_1 td
{
    background: #0B2542 !important;
    color: #fff !important;
}

.d_parent.d_parent_2 td
{
    background: #0F335D !important;
    color: #fff !important;
}

.d_parent.d_parent_3 td
{
    background: #134277 !important;
    color: #fff !important;
}
.d_parent.d_parent_4 td
{
    background: #175091 !important;
    color: #fff !important;
}

.d_parent.d_parent_5 td
{
    background: #416FA5 !important;
}

.d_parent.d_parent_6 td
{
    background: #6B8FB9 !important;
}

.d_parent.d_parent_7 td
{
    background: #95AFCD !important;
}

.d_parent.d_parent_8 td
{
    background: #BFCFE1 !important;
}

.d_parent.d_parent_9 td
{
    background: #E9EFF5 !important;
}

.d_parent.d_parent_10 td
{
    background: #fff !important;
}

.d_parent td{
    font-weight: bold !important; 
}

.table.data_table thead th{
    font-weight: bold !important;
}

/* dettaglio report commissioni agenzia */
.details .content-box{
    border: 1px solid #b7b7b7;
    padding: 5px;
}

.details .content-sub-box{
    margin-left: 0px;
}

.bootstrap .row.content-sub-box{
    margin-left: 0px;    
}

.details .content-sub-box .div-head{
    margin-top: 10px;
    background: #363a41 !important;
    color: #fff;
    border-right: 1px solid;  
}

.details .content-sub-box .div-head:last-child{
    border-right: none;
}

.details .content-sub-box .div-row{
	border-right: 1px solid; 
}

.details .content-box .div-row {
    background-color: #a7a7a7 !important;
    line-height: 2em !important;
}

/* fine dettaglio report commissioni agenzia */

#btn_save_step{
	background: green;
    color: #fff;
    padding: 12px 20px;
    font-size: 14px;
}


body.ps_back-office {
	background-color: #828282;
}

.ps_back-office.bootstrap #login-panel .front {
    box-shadow: 4px 4px 4px 3px;
}

h2#backoffice_name span {
    color: #ffffff;
}

.ps_back-office.bootstrap .btn.btn-primary {
    background-color: #006516;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    border-color: #006516;
    box-shadow: 2px 2px 3px 1px #000;
}

.ps_back-office.bootstrap #login-panel .front{
    padding: 15px;
}

.ps_back-office.bootstrap .form-control:focus{
    border-color: #3e3e3e;
}

.ps_back-office.bootstrap .form-control {
    border-radius: 0px;
}