/**/

/******************************
START CHECKBOX
*******************************/

form .p_check_icon{
    background-image: url('../img/checkbox_icons.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

form .checkbox-icon {
    padding-left: 20px;
    min-height: 25px;
    cursor: pointer;
}
form .checkbox-icon input[type='checkbox']{
    position: absolute;
    top: -40px;
    z-index: -1;
    visibility: hidden;
}
form .checkbox-icon .p_check_icon{
    position: relative;
    top: 5px;
    left: -5px;
}
form .checkbox-icon .p_check_icon{
    width: 20px;
    height: 20px;
    background-position: 0 -0;
    display: inline-block;
    cursor: pointer;
}
form.checkbox-icon:hover .p_check_icon{
    /*box-shadow: 0px 0px 1px 1px #009FD1;*/
}
form .checkbox-icon:hover input[type='checkbox']:checked + .p_check_icon,
form .checkbox-icon:hover input[type='checkbox'][disabled]:checked + .p_check_icon{
    box-shadow: none;
}
form .checkbox-icon input[type='checkbox']:checked + .p_check_icon{
    background-position: 0 -20px;
}
/******************************
END CHECKBOX
*******************************/

form .percent_cont{
    width: 130px; 
    float: left; 
    padding: 0px 15px;
}

.fa-rub.rub_part_grid{
    font-size: 14px;
    margin-top: 3px;
    margin-left: 10px;
}
.fa-rub.rub_part_grid.income{
    color: #707070;
}
.fa-rub.rub_part_grid.pay{
    color: #b94a48;
}



/*****************************************************/
.shortcuts {
    text-align: left;
    padding:  15px;
}
.shortcuts .shortcut {
    min-height: 114px;
    text-align: center;
    width: 100px;
    display: inline-block;
    padding: 12px 0;
    margin: 0 5px 1em;
    vertical-align: top;
    text-decoration: none;
    background: #fcfcfc;
    /* background-color: #f8f8f8; */
    background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eeeeee)); */
    /* background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee); */
    background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
    /* background-image: linear-gradient(to bottom, #ffffff, #eeeeee); */
    /* background-repeat: repeat-x; */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 0px;
}
.shortcut .cn {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100px;
    height: 88px;
}
.shortcuts .shortcut .shortcut-icon {
    width: 100%;
    margin-top: .25em;
    margin-bottom: .35em;
    font-size: 32px;
    color: #555;
}
.shortcuts .shortcut-label {
    display: block;
    font-weight: 400;
    color: #666;
    margin-top: 5px;
}
/*.my-accordion .panel{
    box-shadow: none;
}*/

.product_item{
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
}
.product_item:last-child{
    border-bottom: none;
}

.shop_item{
    display: inline-block;
    margin: 10px;
    width: 150px;
    max-width: 150px;
}
.shop_item .panel-body{
    height: 120px;
    height: 120px;
    padding: 10px;
    line-height: 100px;
}
.shop_item .panel-body img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.shop_item{
    color: inherit;
}

.list_partner{
}
.list_partner .item_partner{
    display: table;
    width: 100%;
    border-top: 1px solid lightgray;
    background: rgba(0, 0, 0, 0.04);
    padding: 9px 0px 9px 9px;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
}
.list_partner .item_partner:last-child{
    border-bottom: 1px solid lightgray;
}
.list_partner .item_partner .item_partner_num{
    display: table-cell;
    width: 45px;
    max-width: 45px;
    padding-right: 10px;
    text-align: right;
}
.list_partner .item_partner .item_partner_detail{
    display: table-cell;
    padding-left: 5px;

}
.list_partner .item_partner .item_partner_name{
    color: inherit;
    cursor: pointer;
}
.list_partner .item_partner .item_partner_info{
    padding-right: 10px;
}
.item_partner > .item_partner_detail > .list_partner{
    margin-top: 10px;
}

.list_partner .item_partner_detail .details{
    font-size: 14px;
}
.badge.badge-primary {
    background-color: #3576ad;
}
.badge.badge-success {
    background-color: #1b9636;
}
.back_arrow_link{
    left: 20px;
    font-size: 17px;
    top: 14px;
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 1;
}
.back_arrow_link a{
    background: rgb(113, 113, 113);
    padding: 3px 0px;
    border-radius: 20px;
    color: #ffffff;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}


.badge.badge-primary{
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}
.badge.badge-success{
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.badge.badge-info{
    color: #fff;
    background-color: #60C2DF;
    border-color: #60C2DF;
}
.badge.badge-warning{
    color: #fff;
    background-color: #F0AD4E;
    border-color: #F0AD4E;
}
.badge.badge-danger{
    color: #fff;
    background-color: #D9534F;
    border-color: #D9534F;
}

.copy_wrap{
    cursor: pointer;
}

.my-accordion .collapse.in:before{
    display: none;
}


.bs-callout {
    margin: 15px 0;
    padding: 15px 60px 15px 15px;
    border-left: 3px solid #eee;
    position: relative;
}
.bs-callout-info {
    background-color: #f4f8fa;
    border-color: #5bc0de;
}

.bs-callout-success {
    background-color: #f6fef6;
    border-color: #4ac359;
}

.bs-callout-info h4 {
    color: #5bc0de;
}
.bs-callout-success h4 {
    color: #51b538;
}
